News

The .NET Entity Framework has come a long way since its early beginnings as an NHibernate alternative and the successor to LinqToSQL. Currently in version 6.0, the ORM is stable and mature but you ...
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.
Practical .NET Handling Record Contention in Code-First Entity Framework Peter returns to the topic of managing multiple users accessing the same row in a table using Entity Framework, but this time ...
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.
Latest .NET 10 preview also features improved SQL translation in Entity Framework Core and a WebSocketStream API that ...
Differences between rounding in code vs rounding in database storage can catch you off guard if you don’t pay attention. Throw in a layer of abstraction like the .NET Entity Framework and it can ...