-
Course
- Core Tech
EF Core: Best Practices
Focus your knowledge of Entity Framework Core. This course will teach you which features to choose so that you can build safe, secure, and efficient solutions
What you'll learn
You've learned the fundamentals of EF Core. You have seen the many options available to you as you build applications. Now let's see which options give you the most secure, well-tested, and easy to maintain solution. In this course, Entity Framework Core Best Practices, you will learn why you should favor some options over others. First, you'll assemble the best project structure for creating testable and secure applications. Next, you'll discover how to safely evolve your data schema using the latest C# language features and powerful migrations-based devops. Finally, you'll learn how to optimize your data access layer to efficiently handle payloads large and small. When you've finished with this course, you will be able to apply your knowledge of Entity Framework Core 6 to choose the best path for your team.
Table of contents
- Entity Framework Core | 1m 25s
- The Need for Project Structure | 1m 47s
- Separation of Concerns | 2m 56s
- Encapsulating Entity Framework | 7m 22s
- Responsibilities of Each Layer | 3m 8s
- The Domain Project Contains Entities | 3m 20s
- The Infrastructure Project Configures SQL | 2m 3s
- The API Project Adds Services to the Container | 1m 44s
- The Shared Kernel Inverts Dependencies | 5m 22s
- Responsibilities of the Unit Test Project | 1m 57s
- The In-Memory Provider Supports Unit Tests | 2m 21s
- Project Structure Best Practices | 1m 10s
About the author
Mathematician and software developer, Michael L Perry applies formal proof to creating reliable software. He has developed a method starting from the works of the greats (Meyer, Rumbaugh, Knuth), and embodied it in his open-source frameworks (Update Controls and Correspondence).
More Courses by Michael