enquiry@mymiit.com 9900996527 | 9902524178

Entity Framework

Image

EntityFramework ADO.NET Entity Framework is an object-relational mapping(ORM) framework for the .NET Framework. It is designed to enable developers to create data access applications by programming against a conceptual application model instead of programming directly against a relational storage schema. It eliminates the need for most of the data-access code that developers usually need to write. So in this Online Entity Framework Tutorial you will understand how decent amount of code is been decreased and you’ll also learn how maintenance is required for data-oriented applications.


Entity Framework Objectives

  1. To understand Entity Framework Architecture
  2. To generate EDMX file from database and perform CRUD operations.
  3. To use LINQ to Entities to write strongly typed queries against the Entity Data Model.
  4. To develop N-Tier Application using EF and LINQ.

Prerequisites

  • C# and specially OOPS and Delegates.
  • Sql-Server tables and stored procedures.

Entity Framework Syllabus

  1.  What is ADO.NET Entity Framework
  2.  Comparing EF with LINQ to SQL
  3.  EF Architecture
  4.  EF Versions History
  5.  First EF Application and Creating EDMX File
  6.  DbContextvsObjectContext
  1.  Members of DbContext and DbSet
  2.  Entity Life Cycle and ObjectStateManager
  3.  Example Performing CRUD Operations
  4.  Executing Stored Procedure
  5.  EDM Relationships
  1. LINQ Queries
  2. Entity SQL Queries
  3. Lazy Loading
  4. Eager Loading
  5. Explicit Loading
  6. No-Tracking Queries
  1.  Inheritance Type
    1.  Table Per Type inheritance
    2. Table Per Hierarchy inheritance
  2. Modeling Techniques
    1.  Database First
    2. Model Firs
    3. Code First

Post an Enquiry

Name
Email Id
Contact No
Course
Details
);
Scroll to Top