Tuesday, April 8, 2014

Create Using Entity Framework in Asp .Net





Please follow the below steps to create Entities.

  1. Right click on Solution Explorer. And Click on Add New Item. Then Select ADO.NET Entity Data Model.
  2. Then select Generate Data From Database.
  3. Then choose your database Objects to create the entities.
  4. Then you will see the selected objects on the Entity file.















1 comment: