News

Code First is a new development approach in the Entity Framework stack that can simplify the understanding and maintenance of your domain model. In the middle of 2008, Microsoft published the first ...
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 ...
Concurrency handling can be used to maintain data integrity and data consistency when multiple users access the same resource concurrently. Concurrency violations can occur when you have ...
Take advantage of connection resiliency in EF Core to detect errors and retry commands and enable your ASP.NET Core application to overcome transient faults. A high-quality application must be stable, ...
At my current client (I've been on this application since the first of the year), we are contemplating starting from scratch when implementing a big, new feature for our app (at least from the ...