Mastering Entity Framework : An In-depth Course
- 3.8
Brief Introduction
Learn database first modeling, code first modeling, code first migrations, database relationships and much more.Description
Entity Framework enables .NET developers to define database schema with the help of C# or VB.NET classes. EF code first provides full control over the mapped schema and allows developers to work in an object-oriented fashion. This course covers EF database first and code first concepts along with ASP.NET MVC5. Learn to master Entity Framework 6 from scratch along with ASP.NET MVC5.
Requirements
- Requirements
- To start this course, you should be familiar with C#, Visual Studio and SQL Server.
Knowledge
- EF Database Modeling Approaches
- EF Database First Approach
- EF Code First Approach
- Defining Model Using Data Annotation & Fluent API
- EF Code First Migrations
- Reverse Engineering Approach
- CRUD Operations using ASPNET MVC5
- Calling stored procedure and functions
- Handling output Parameters
- Using Procedure with multi-resultsets
- Database relationships using EF code first
- Inheritance Strategies in EF