NH Blog - Articles on Code-First

Nov 25, 2020

Using Code First Migrations in Entity Framework

In today's blog I will show you how to use Code First Migrations to update the schema of a database when the model classes in Entity Framework change. If you [...]

Oct 02, 2020

Entity Framework Code-First

In today’s blog I will review how to use the Code-First approach with Entity Framework. Entity Framework (EF) is the preferred technology to create a Data Access [...]

top
Back to top