ASP.NET MVC > Entity Framework

ASP.NET MVC > Entity Framework


In this section we are going to learn the Database operations in ASP.NET MVC using Entity Framework.

Entity Framework (EF) is an object-relational mapper that helps .NET developers to work with relational data using domain-specific objects. In terms of MVC, we call these objects as Model.

If you use EF, we do not need to use any data access related code like ADO.NET (SqlConnection, SqlCommand etc.). Entity Framework does all job for and give us an DbContext object that we can use to work with the database tables.

Read posts under ASP.NET MVC > Entity Framework

11 posts found
  1. List the data from database
  2. Insert record into database
  3. Update record into database
  4. Delete record from database
  5. File upload
  6. Upload multiple files on server
  7. Pagination of records
  8. Sort & paginate records
  9. Search based on keyword
  10. Listing records in Grid
  11. Insert record using transactions



Write for us






Hosting Recommendations