Hacker News new | ask | show | jobs
by sloaken 884 days ago
I use C# with Visual Studio Community.

Typically I use Windows Forms as it is easy and plenty of online help, as it has not changed much since they tried to get rid of it 20 years ago LOL. (specifically Windows Forms App NOT Windows Forms App (.NET Framework))

Works well with SQLite if you need a DB.

Sometimes I just do a console app if it fits the need.