Starting Entity Framework Codefirst Approach Part- 1
Here is a small -quick-step -by-step tutorial to get started with Entity Framework Codefirst approach. I have included the sample project at the end of this post for reference. I created a new ASP.NET MVC3 Project using the New->Project Dialog. In Code First Approach, We create our Entities first by writing classes. Then Entity framework will [...]
