Tag: Entity Framework

Entity Framework Core 7 Preview 6: Performance Improvements
Entity Framework Core 7 Preview 6: Performance Improvements
Blog Posts

Entity Framework Core 7 (EF7) Preview 6 was released and it contains a bunch of performance improvements by reducing unnecessary roundtrips to the database and by improved queries. Please note: most of the improvements here are tight to Microsoft SQL  Server. First, let’s start with a simple example. Inserting a single record Let’s consider the following code… READ MORE