Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 2.3 KB

README.md

File metadata and controls

36 lines (29 loc) · 2.3 KB

Softuni-DB-AdvancedSoftuni logo

Containing the tasks from Softuni's course DB Advanced

The course covers:

  • working with ORM EF Core
  • database-first design
  • code-first design
  • relations between tables
  • querying using LINQ
  • mapping DTOs with Automapper
  • export and import data from JSON
  • export and import data from XML

Tasks

  1. Defining Classes
  2. Encapsulation and Validation
  3. Inheritance
  4. OOP Introduction Exercise
  5. Intro to EF Core
  6. Code-first
  7. Entity relations
  8. Advanced relations
  9. Advanced querying
  10. Best practices and architecture
  11. Auto-mapping
  12. External format processing

Exams