VeselinBPavlov / database-advanced-entity-framework-core

Course: Database Advanced - Entity Framework Core @SoftUni

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SoftUni logo


We will look in details at working with a modern ORM technology: Entity Framework (EF), which is a ORM standard in C # and .NET applications. EF allows mapping between a relational base and object-oriented model using the "database first" and "code first" approaches and provides a powerful object-oriented API for querying the database and performing CRUD operations. We will demonstrate established practices in building a database layer on sophisticated systems using the "Repository" and "Unit of Work" templates.

Course: Database Advanced – Entity Framework Core

Topics:

  1. DB Apps Introduction
  2. ORM Fundamentals
  3. Introduction to Entity Framework
  4. Code-First
  5. Entity Realtions
  6. Advanced Relations and Aggregation
  7. Advanced Querying
  8. C# Automapping Objects
  9. JSON Processing
  10. XML Processing
  11. Best Practices and Achitecture

Certificate:

About

Course: Database Advanced - Entity Framework Core @SoftUni

License:MIT License


Languages

Language:C# 97.3%Language:HTML 2.5%Language:CSS 0.1%Language:JavaScript 0.0%