Skip to main content

Section outline

  • Session 9: Entity Framework Core 
    • Object-Relational Mapping (ORM) & Database Context
    • Asynchronous Data Access with EF Core
    Session 10: Data Validation & Model Binding 
    • Data Annotations & Validation Techniques
    Session 11: Error Handling & Logging 
    • Best Practices for Exception Handling
    • Using ILogger & NLog for Application Logging
    Session 12: Hands-on Lab – Implementing Data Validation & Logging