######## Learn Entity Framework ########
This app contains tutorials and reports for the all who want to Learn Entity Framework.
They can learn easily from this application.
Following Chapters included in this Application:
Chapter 1: Getting started with Entity Framework
Chapter 2: Code First Conventions
Chapter 3: Code First DataAnnotations
Chapter 4: Entity Framework Code First
Chapter 5: Entity framework Code First Migrations
Chapter 6: Inheritance with EntityFramework (Code First)
Chapter 7: Code First - Fluent API
Chapter 8: Mapping relationship with Entity Framework Code First One-to-one and variation
Chapter 9: Mapping relationship with Entity Framework Code First One-to-many and many to many
Chapter 10: Database first model generation
Chapter 11: Complex Types
Chapter 12: Database Initialisers
Chapter 13: Tracking vs. No-Tracking
Chapter 14: Transactions
Chapter 15: Managing entity state
Chapter 16: Loading related entities
Chapter 17: Model Restraints
Chapter 18: Entity Framework with PostgreSQL
Chapter 19: Entity Framework with SQLite
Chapter 20: .t4 templates in entity framework
Chapter 21: Advanced mapping scenarios: entity splitting, table splitting
Chapter 22: Best Practices For Entity Framework (Simple and Professional)
Chapter 23: Optimization Techniques in EF