Entity Framework Tutorial

In this tutorial session we will learn about using of  Entity Framework tools . Entity Framework is an object relational mapping tools and also helps create required code for CRUD operation . Entity Framework support three approach..


  • Database First Approach .
  • Model First Approach .
  • Code First Approach . 
To understand this lesson properly you must have basic knowledge about creating class , tables and writing Linq query .

Software required ....

  • Microsoft visual studio .
  • Microsoft Sql Server .
  • Sql Management studio .    


  1. CRUD Database First Approach.
  2. CRUD Model Approach .
  3. CRUD Code First Approach.



   

1 comment:

  1. I have to tables . Mapping is one to many
    Relationship . How can I use same idea like CRUD ??

    ReplyDelete