Click here to Skip to main content
15,868,080 members
Everything / CodeFirst

CodeFirst

CodeFirst

Great Reads

by DiponRoy
How to manage Entity Framework Code First in Real Time Projects
by Emiliano Musso
In this article, we will see how to use entity framework in our Applications, developed through the various languages that Visual Studio allows us to use. The examples in this article and probably in the next, will be C # used under WinForms, but - as mentioned - this choice is not going to affect a
by DiponRoy
How to handle database scheme changes with normal SQL scripts, without migration in Entity Framework code first
by Nathan Minier
Generic AddOrUpdate for EF with composite key support

Latest Articles

by DiponRoy
EF Core first publishing multiple DB contexts in same DB
by SlavaUtesinov
Implementation of "insert" repository with dynamic database table (re)creation, if it not exists. It is possible to specify which migrations will be used for that otherwise will be used default creation logic. Usage example - dynamic logging and archivation or manual table creation for some purposes
by Kelum Priyadarshane
This project developed using combination of Entity Framework 6.0 + Code First Approach + Web API 2 + Repository Pattern + ASP.NET MVC 5 + SQL Server 2012 + Unit of Work Testing + Bootstrap.
by Farhad Jabiyev
One of the most popular questions is whether there exists a method which will automatically decide whether to insert, update or delete entity in the Entity-Framework. Now it is possible with EntityGraphOperations library.

All Articles

Sort by Score

CodeFirst 

30 Jul 2014 by DiponRoy
How to handle database scheme changes with normal SQL scripts, without migration in Entity Framework code first
10 Aug 2016 by Nathan Minier
Generic AddOrUpdate for EF with composite key support
16 Sep 2015 by Nils Paluch
This tip demonstrates how to use the buildin SQLite stack of Entity Framework 7 on desktop and mobile applications.
7 Aug 2022 by DiponRoy
EF Core first publishing multiple DB contexts in same DB