
Accelerating EF Core with Compiled Queries
- Chris Woodruff
- February 7, 2023
- Entity Framework Core
- .NET, C#, Data, databases, dotnet, EF Core, Entity Framework Core
- 5 Comments
One of my passions is data! I love all forms of data and how to work with it. I am a .NET fanatic also and have been a fan of Entity Framework since 2008. It has gotten so good since .NET Core 1.0, and I love to push EF Core to the limit, especially around Web APIs. In this blog post, I want to share my ideas about Compiled Queries in EF Core.
Continue Reading