The Intersection of Microservices, Domain-Driven Design, & EF Core (Demo from July 30 2020 DotNet Conference)
Session Abstract: Domain-Driven Design (DDD) provides much of the strategic design guidance that we can use to determine the boundaries around and interactions between Microservices in our solutions. DDD also follows up with tactical design patterns for your business logic. In this session we’ll take a look at some of these patterns and how EF Core naturally, or with some additional configuration, persists the data that your microservices depend on.
My session is the 1/2 hour YouTube video that is part of .NET Conf: Focus on Microservices playlist. Playlist also includes sessions with James Newton-King, Jessica Dean, LaBrina Loving, Elton Stoneman and Carey Payette.
DotNet Conference: https://focus.dotnetconf.net/
Domain-Driven Design Fundamentals Course by Julie and Steve Smith on [Pluralsight] (http://bit.ly/2tbdpgn)
Getting Started with Entity Framework Core by me on Pluralsight
- Domain-Driven Design: Tackling Complexity in the Heart of Software by Eric Evans: Amazon, O'Reilly, Google Books
- Patterns, Principles, and Practices of Domain-Driven Design by Scott Millett and Nick Tune Wiley
- Hands-On Domain-Driven Design with .NET Core by Alexey Zimarev: Amazon, Packt, Google Books
- Domain-Driven Design Distilled by Vaughn Vernon: Amazon, O'Reilly
- Applying Domain-Driven Design and Patterns by Jimmy Nilsson: Amazon, Google Books, O'Reilly
- Domain Modeling Made Functional by Scott Wlaschin: Amazon, O'Reilly
- Implementing Domain-Driven Design by Vaughn Vernon: Amazon, O'Reilly
- Anatomy of Domain-Driven Design by Scott Millett Leanpub
Re: The important point I made about Microservices boundaries not necessarily equating to Bounded Contexts, I highly recommend Vladik Khononov's article on Untangling Microservices and Tackling Complexity in Microservices