Course Information
Course Overview
This course will give you a low level understanding of Entity Framework Core 2 & how to use it ASP.Net Core.
The Entity Framework is a set of technologies that support the development of data-oriented applications to work with relational data. It is is an ORM.
The Entity Framework provides services like tracking, identity resolution, lazy loading, and query translation so that developers can focus on their application-specific business logic rather than the data access fundamentals. It enables developers to work with data in the form of domain-specific objects and properties.
Entity Framework (EF) Core is a lightweight, extensible, and cross-platform version of the Entity Framework data access technology.Entity framework supports various database provider including
Microsoft SQL Server, SQLite, PostgreSQL, MySQL. We can use EFC2 in Full .Net Application, UWP, and .Net Core.
Through this series we will learn how to handle CRUD operations, Code First & Data First Approaches, Migration & Seeding, and Advance Data, Entity, Model concepts.
Along with this we will also see how to send request from PCM & dotnet ef commands.
We will learn all above things through this video series. If you have any doubts then you can contact me via mail and Q & A.
Course Content
- 10 section(s)
- 33 lecture(s)
- Section 1 Introduction
- Section 2 Code First Approach
- Section 3 CRUD Operations
- Section 4 Data First Approach
- Section 5 Advance Data Operations
- Section 6 Migrate & Seed
- Section 7 Advance Model Design
- Section 8 What is New in 2.0
- Section 9 Advance Entity concepts
- Section 10 More on
What You’ll Learn
- Perform CRUD operations, Code First & Data First Approach, Migration & Seeding, Advance Model Designing, Advance Data Operations
Reviews
-
TTaras Pich
Some of the examples are not clearly described. He may do a copy/paste, but he's not necessarily indicating what he deleted prior to the paste. So items are described later in a lesson. At times you have to go through the lesson before you try the code along. It appears that the course is not applicable to EF Core 2.1.x,. My experience is that considerable code changes are required to more advanced topics (i.e.: Migration)
-
JJersson Bacilio Cruz
Great introduction to Entity Framework Core 2.0. with good examples.
-
KKnovos Mehta
Good for beginners. Content is good & way of instructor is also good. Need to update some content.
-
VVladimír Gašpar
The explained concepts may work for some beginners. However, the code is crawling with bad practices (misunderstanding of async await principle, unsafe definition of connection strings, instantiating dbcontext - in one of last lectures, all core logic in controllers). I know that the course is about EF core but these are really necessary. The explanations are extremely shallow. Reading the code the lecturer is typing is not explaining what is happening at all. Eg. what is the model builder ; where is the edmx mentioned in the beginning?!