Entity Framework Notes for beginners and Professionals books and learn the Entity Framework from the beginning to advanced in notes2free tutorial plan
Chapters
- Getting started with Entity Framework
- Code First Conventions
- Code First DataAnnotations
- Entity Framework Code First
- Entity framework Code First Migrations
- Inheritance with EntityFramework (Code First)
- Code First - Fluent API
- Mapping relationship with Entity Framework Code First: One-to-one and variations
- Mapping relationship with Entity Framework Code First: One-to-many and Many-to-many
- Database first model generation
- Complex Types
- Database Initialisers
- Tracking vs. No-Tracking
- Transactions
- Managing entity state
- Loading related entities
- Model Restraints
- Entity Framework with PostgreSQL
- Entity Framework with SQLite
- .t4 templates in entity framework
- Advanced mapping scenarios: entity splitting, table splitting
- Best Practices For Entity Framework (Simple & Professional)
- Optimization Techniques in EF