Entity Framework Core 2.1 Migrations: Fundamentals

Go to class
Write Review

Free Online Course: Entity Framework Core 2.1 Migrations: Fundamentals provided by Pluralsight is a comprehensive online course, which lasts for 2-3 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 Pluralsight. Entity Framework Core 2.1 Migrations: Fundamentals is taught by Michael Perry.

Overview
  • EF Migrations give you control over your database, and with EF Core 2.1, Migrations have significantly improved. Learn how to develop with migrations as a team, resolve conflicts when they arise, and securely deploy database changes to production.

    Entity Framework Core Migrations are Microsoft's recommended way of managing application databases. They are extremely powerful, but you have to understand how to use them. In this course, Entity Framework Core 2.1 Migrations: Fundamentals, you will learn the foundations of developing and deploying an enterprise application using migrations. First, you will learn how to create, test, and organize migrations. Next, you will discover how to resolve the conflicts that will inevitably arise. Finally, you will explore different methods of deploying database changes to higher environments, and determine which is most appropriate for going to production. When you are finished with this course, you will have the skills and knowledge of EF Core Migrations needed to build and deploy enterprise applications.

    Topics:

    • Course Overview
    • Working with Migrations
    • Separating Application Layers
    • Resolving Conflicts
    • Going to Production