Learning Entity Framework Core

Go to class
Write Review

Free Online Course: Learning Entity Framework Core provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Learning Entity Framework Core is taught by Reynald Adolphe.

Overview
  • Discover how to write code-based models and interact with data. Learn about creating a console app and an MVC app, as well as how Entity works with ASP.NET Core MVC and Web APIs.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    • Using the exercise files
    1. Overview of Entity Framework
    • What's an ORM?
    • Benefits of Entity Framework
    • When is Entity Framework appropriate?
    • Past and present
    • Vision of Entity Framework
    2. Create a Console App with Entity Framework
    • Local database
    • Install Entity Framework
    • Create entities
    • Create the DbContext
    • Migrations
    • Seed and run app
    3. Create an MVC App with Entity Framework
    • Create an MVC application
    • Install EF packages
    • Reverse engineer the model
    • Context and dependency injection
    • Create the controller
    • Create the view
    4. Feature Highlights of Entity Framework
    • Logging
    • SqlServerTypeMapper
    • Mac install prerequisites
    • Entity Framework on Mac, part 1
    • Entity Framework on Mac, part 2
    Conclusion
    • Next steps