The course follows in detail the work with the ORM technology: Entity Framework Core (EF core), which is a standard for ORM in C# and .NET Core applications. EF Core enables mapping between a relational database and an object-oriented model through "database first" and "code first" approaches, and provides a powerful object-oriented API for querying the database and performing CRUD operations. EF core provides both an additional level of abstraction and an easy way to process the data from the database.
- ADO.NET
- ORM Fundamentals
- Entity Framework Introduction
- Entity Relations
- LINQ
- Advanced Querying
- C# Auto Mapping Objects
- JSON Processing
- XML Processing
- Best Practices And Architecture
- NoSQL
- Quiz pt1
- Quiz pt2