|
|
|
|
|
by neonsunset
888 days ago
|
|
ASP.NET Core* :D Really short time to final product when matched with EF Core, and a variety of `System.*` nuget packages for caching, working with mail and job systems (ASP.NET Core has decent background job and service API but if you want more - there are good third-party libraries used by everyone). Realistically, compared to Python, Java and JS/TS and now even Go (undeservedly), C# is somewhat of an underdog and is often ignored despite offering the most comprehensive and easy to use solution winning vs java at deployment and package management, vs js/ts, python and BEAM-based languages at performance and vs all of them at working with databases because how easy EF Core is (with Dapper existing if you need more involved control). |
|