News

Even in a Code First environment, you can call a stored procedure from a DbContext object. But it's a lot easier if you use the visual designer. I frequently get asked if Entity Framework (EF) in a ...
Take advantage of the Code First approach in Entity Framework Core to create the data model for your application based on its domain entities in ASP.NET Core.
Code First is a new development approach in the Entity Framework 4.1 stack that can simplify the understanding and maintenance of your domain model.
Less cruft, more control, and database version control The .NET Entity Framework has come a long way since its early beginnings as an NHibernate alternative and the successor to LinqToSQL.
If you’re using a code first approach to developing with Entity Framework, it’s even more likely you’ll make a mistake with decimal precision.
Tony Patton discusses the merits of stored procedures versus placing SQL directly in the code. Find out which one is best for your particular situation.
Universal Windows Platform Entity Framework Core database providers Basically, you can choose from three database providers for working with an in-memory database in Entity Framework Core.