• Home
  • Cloud Patterns
  • Service Fabric
  • Azure AD
  • Azure Services
  • About
Open menuClose menu

Entity Framework

Page 1 of 1

Implementing optimistic concurrency with EF Core

Entity Framework Core provides built-in support for optimistic concurrency control but it only works during the lifetime of the context when in most realistic scenarios it needs to work across a longer period that involves a roundtrip to the client app and back the server. »

31 July 2018 on Entity Framework, ASP.NET, Design and Architecture

Managing database schema and seeding data with EF Core migrations

This post is a quick reference on using EF Core migrations to apply incremental changes to the database including schema updates and static data. It covers preparing your data access projects for migrations, using EF Core CLI and some common practices that you may find useful. »

15 March 2018 on Entity Framework, Practices
Page 1 of 1
Andrei Dzimchuk © 2025
GitHubLinkedInRSS