Most of the queries in a typical app are reads. You fetch data, show it, and never change it. EF Core doesn’t know that. By default it…
Most of the queries in a typical app are reads. You fetch data, show it, and never change it. EF Core doesn’t know that. By default it…Continue reading on Medium » Read More Dotnet on Medium
#dotnet