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 .
- CRUD Database First Approach.
- CRUD Model Approach .
- CRUD Code First Approach.
I have to tables . Mapping is one to many
ReplyDeleteRelationship . How can I use same idea like CRUD ??