I'm looking for a programming language to create a customer service application that will run on Windows machines, which are commonly used in my country. The app needs to interact with a database and should be responsive and lightweight. I have some knowledge of basic C and a bit of Python, so I'm willing to learn a new language if needed. Any recommendations would be greatly appreciated!
5 Answers
If you’re making a Windows app, you really can't go wrong with C#. It's tailored for that environment and would serve you well.
C# is a solid choice for developing your application! With WinForms, you can quickly put together an internal tool that works well on Windows, plus data binding to SQL Server is super straightforward once you get the hang of the designer.
There are several good choices you can explore! C# and Java with JavaFX are popular options. If you're looking to keep things lightweight, check out Tauri, as it allows you to use web tech without bundling an entire browser like Electron does. I'd suggest choosing the language based on the toughest feature you'll need to implement and finding whichever has the best library support for it.
While C# is definitely a great option, you might also want to consider a Java application. Just a heads up though—lots of these internal tools are now web-based. Even though Windows is prevalent, many users access it via browsers. With Android taking over in many places, a web application could be more future-proof!
Don't forget to consider if there's a ready-made solution available that could fit your needs. Sometimes it's better to customize existing platforms rather than building from scratch, especially if you're not an expert developer! Unless you have a unique idea, see if you can enhance something that's already out there.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically