Data access using entity framework in MVC

In Brief: In this article let us understand how to making use of database in MVC by using Entity framework . or Retrieve the data stored in database table by using the entity framework. In the Model in MVC i have explained about how to making use of model in MVC.

Model in an MVC Application

In Brief:
In this article let us make use of the most important part of the MVC pattern i.e. Model. Description about how the model can be used as data layer in mvc application. In the Introduction to MVC article explained role of the model and also about passing data from controller to view