Opleiding: Data Access with Entity Framework
Develop Data Access Applications using Microsoft Visual Studio and Entity framework
In this training you will learn how to read data from a relational database using the Entity Framework, how to write it back after you have adjusted it. You get to know the Entity Framework thoroughly and among others you will learn to work with migrations, transactions and concurrency. The training will mainly use Entity Framework Core 6.0.
- Understand the concept of an ORM [Understand]
- Apply Code First [Apply]
- Apply Querying an entity data model. [Apply]
- Understand Loading entities [Understand]
- Apply migrations [Apply]
- Understand using CRUD operations in Entity Framework Core [Understand]
- Mismatch between OO and Relational Model
- ORM
- Inheritance solutions:
- Table per Hierarchy
- Table per Type
- Table per Concrete Type
- Concurrency conflicts
- Indexes
- Fundamentals of Code First
- Workflow
- Conventions
- Data annotations
- Fluent API
- ConnectionString
- Data Seeding
- LINQ
- IQueryable
- Logging
- Reverse Engineering and scaffolding
- Loading related data:
- Eager loading
- Explicit loading
- Lazy loading
- Relationships
- Entity Framework Tools
- Enabling migrations
- InitialCreate
- Performing migrations
- Upda…
