Skip to content

SoftUni - "Databases Advanced - Entity Framework" module - Exercises and Exams (problems and solutions)

License

Notifications You must be signed in to change notification settings

Pazzobg/03.02.CSharp-DB-Advanced-Entity-Framework

Repository files navigation

03.02.DB Advanced - Entity Framework

SoftUni - C# DB Fundamentals Module

"Databases Advanced - Entity Framework" course - problems and solutions of exercises and exams

The course provides a detailed view of an ORM framework, namely - Entity Framework(EF) - the ORM standart in C# and .NET apps. EF allows mapping between a relational databases and an object-oriented model implementing the "code-first" and the "databse-first" approaches. Database queries and CRUD operations are done by the means of a powerful object-oriented API. The templates "Repository" and "Unit of Work" will be used for building the database layer of complex applications.

About

SoftUni - "Databases Advanced - Entity Framework" module - Exercises and Exams (problems and solutions)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages