ASP.NET Core Web API Performance: From 900ms to 3ms on Cheap Hosting
EF Core projections, tagged output caching and batched writes - the seven changes that made a real Web API fast on a slow database link.
7 min read
Tag
2 articles
EF Core projections, tagged output caching and batched writes - the seven changes that made a real Web API fast on a slow database link.

ASP.NET Core runs on Linux, and so does SQL Server. Here is how to tell which .NET you are on, and how much RAM and storage each option really needs.