▲ | CharlieDigital 4 days ago | ||||||||||||||||||||||
C# is a highly underrated language that has evolved very quickly over the last decade into a nice mix of OOP and functional. It's fast enough, easy enough (being very similar now to TypeScript), versatile enough, well-documented (so LLMs do a great job), broad and well-maintained first party libraries, and the team has over time really focused on improving terseness of the language (pattern matching and switch expressions are really one thing I miss a lot when switching between C# and TS). EF Core is also easily one of the best ORMs: super mature, stable, well-documented, performant, easy to use, and expressive. Having been in the Node ecosystem for the past year, there's really no comparison for building fast with less papercuts (Prisma, Drizzle, etc. all abound with papercuts). It's too bad that it seems that many folks I've chatted with have a bad taste from .NET Framework (legacy, Windows only) and may have previously worked in C# when it was Windows only and never gave it another look. | |||||||||||||||||||||||
▲ | torginus 4 days ago | parent | next [-] | ||||||||||||||||||||||
While C# is great, but the problem with programming languages, is you're net only picking a language, but a kind of company who uses it, and a kind of person who writes it. Which means if you write C#, you'll encounter a ton of devs who come from an enterprise, banking or govt background, who think doing a 4 layer enterprise architecture with DTOs and 5 line classes is the only way you can write a CRUD app, and the worst of all you'll se a ton of people who learned C# in college a decade ago and refuse to learn anything else. EF is great, but most people use it because they don't have to learn SQL and databases. Blazor is great, but most people use it because they don't want to learn Frontend dev, and JS frameworks. | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | bre1010 4 days ago | parent | prev | next [-] | ||||||||||||||||||||||
I love C#, but have actually found LLMs to be quite bad a producing idiomatic code because the language is changing so fast and often they don't even know about the latest language(/blazor) features. I constantly have to undo my initial prompt and rewrite it to tell them that we don't use Startup.cs any more, only Program.cs, and Program.cs is a flat file and not a class. | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | theshrike79 4 days ago | parent | prev [-] | ||||||||||||||||||||||
I'm still sad that Silverlight[0] (and Moonlight) died because people hated MS so viscerally back then. It was actually really good for the time and lightyears ahead of whatever Flash was doing. But people rather used all kinds of hacks to get Flash working on Linux and OSX rather than use Moonlight. | |||||||||||||||||||||||
|