Do you believe the performance difference between .NET version are noticeable?
How To Increase EF Core Performance for Read Queries in .NET
ASP.NET performance
High performance .NET
How to improve the performance of ASP.NET Core?
To improve the performance of ASP.Net core, invest in best development practices such as avoiding blocking calls, caching, minimizing large object allocations, optimizing I/O and data access, minimize exceptions, and compress responses, etc.
Is ASP.NET Core faster than node JS?
The built-in IIS server kernel caching in ASP.Net core makes the process of CPU rendering much more simpler here. Thus, even if your application performs CPU-intensive tasks, ASP.Net core is capable of performing much faster compared to Node JS.
Which is better ASP.NET or ASP.NET Core?
Both are based on MVC (Model, View, Controller) architecture and perform seamlessly. However, the support for modular architecture and robust cloud support makes ASP.Net core a preferable choice in many occasions.
Videos
May sound stupid, but after my 3rd major .NET version update (.NET 5 > .NET 6 > .NET 8), do you observe a performance difference - i.e less CPU usage overall, faster response times in average - between the version for web applications with under 1000 concurrent users doing CRUD operations and in the evenings - no user load - performs calculations against a SQL DB using LINQ.
I love reading the blog posts and running some local benchmarks myself, but so far I have not noticed a performance difference in my deployed applications.