Encapsulating EF Core 6 Usage
The usage of EF Core 6 is a vast and complicated topic. This course will teach you how to do this in a way that maintains proper encapsulation and abstraction.
EF Core is a mature and complex ORM, and it’s often unclear how exactly you should use it. In this course, Encapsulating EF Core 6 Usage, you’ll learn to encapsulate the EF Core 6 logic in your application. First, you’ll explore how to isolate the usage of DbContext. Next, you’ll discover when you should and shouldn’t use repositories. Finally, you’ll learn how to choose between IQueryable and IEnumerable in your repositories. When you’re finished with this course, you’ll have the skills and knowledge of EF Core 6 needed to encapsulate and abstract away its usage.
Author Name: Vladimir Khorikov
Author Description:
Vladimir Khorikov is the author of the book Unit Testing Principles, Practices, and Patterns: https://amzn.to/2QXS2ch He has been professionally involved in software development for over 15 years, including mentoring teams on the ins and outs of unit testing. He’s also the founder of the Enterprise Craftsmanship blog, where he reaches 500 thousand software developers yearly. He started as an adviser on general programming topics, but lately has shifted his focus to unit testing with a central … more
Table of Contents
- Course Overview
1min - Understanding Encapsulation and Abstraction
22mins - Encapsulating the DbContext
20mins - The Great Repository Debate
46mins - Avoiding Common Anti-Patterns
35mins - Choosing Between IQueryable and IEnumerable
22mins
There are no reviews yet.