Introduction This article demonstrates an interesting and very useful concept in Entity Framework. Question: What is entity data source? In simple terms "It is a data source that performs CRUD, filtering, querying and so on, all based on a data model. This reduces the development effort by performing various operations in an easy and manageable manner". Step 1: Create a new web application Step 2: Add a new Entity Framework model Step 3: Adding a new grid view and choosing data source Step 4: The complete code of WebForm1.aspx is as in the following: