Unit of Work in ASP.NET Core



Unit of Work in ASP.NET Core

Unit of Work in ASP.NET Core

The Unit of work “design pattern” 🤦‍♂️ is presented as a wrapper around a db context and some repositories, which is a LIE. Unit of Work is the object that does the change tracking and makes the decision of what get’s saved to the database.

Patreon 🤝 https://www.patreon.com/raw_coding
Courses 📚 https://learning.raw-coding.dev
Shop 🛒 https://shop.raw-coding.dev

Discord 💬 https://discord.gg/xgNS26k
Twitter 📣 https://twitter.com/anton_t0shik
Twitch 🎥 https://www.twitch.tv/raw_coding

🕰️ Timestamps
00:00 Introductory Rant
03:20 Implementation
11:20 Child Services

#csharp #aspnetcore #patterns

Comments are closed.