ASP.NET Core Entity Framework Core Entity Framework Using EF Core's InMemory Provider To Store A "Database" In Memory Let's make an in-memory "database" with Entity Framework Core and the InMemory provider! Watch out for squirrels! by Matthew Jones
Entity Framework Dependency Injection ASP.NET Using Entity Framework DbContext with Dependency Injection by Matthew Jones
C# Entity Framework Bing Maps Fixing SQL Server Spatial "Not a Valid Instance of Geography" Errors in C# by Matthew Jones
ASP.NET Entity Framework Change Tracking Entity Change Tracking using DbContext in Entity Framework 6 by Matthew Jones
ASP.NET Reflection WCF Loading Entity Framework Related Entities with AutoMapper and Reflection by Matthew Jones
ASP.NET WCF Entity Framework Mapping Entity Framework Entities to DTOs with AutoMapper We can use AutoMapper to mape EF-created classes to data transfer objects. Here's how! by Matthew Jones
Entity Framework Sample Project Dapper Dapper vs Entity Framework vs ADO.NET Performance Benchmarking Just how fast is Dapper.NET compared to ADO.NET and Entity Framework? Let's find out! Download the sample project from GitHub to test on your machine. by Matthew Jones
Tutorials Entity Framework Code First Using Code-First Migrations in Entity Framework by Matthew Jones