↧
Entity Framework – CodeFirst Approach
Entity Framework supported the development of applications using Schema first and Model First approach. Now, the new Entity Framework introduced the Code First approach. In Code First approach, we are...
View ArticleEntityFramework CodeFirst – DbContext Initializer
CodeProject We already discussed about the EntityFramework CodeFirst approach and how we can generate the database out of the Code in...
View ArticleAsp.Net MVC3 Controller with Entity Framework CodeFirst
CodeProject We already discussed about the Controllers and Routers in ASP.Net MVC 3. In this article, we will look little deeper into Controllers and Razor Views. Introduction to ASP.NET MVC 3...
View Article