Tag: Echo serverntity Framework
-
Getting started with Code First Approach and Entity Framework Migrations Commands
In this post we will walk through basics of Entity Framework migration commands and learn about Code First Approach. Entity Framework allows you to create database from plain classes. You can model your domain into classes and subsequently database can be created or updated from the model using Entity Framework.