Visual Studio Toolbox Live - Building a Modular Monolith

preview_player
Показать описание
Steve shows off the modular monolith, an architecture that values modularity and independence of separate features, while still deploying as a monolithic, not distributed application.


Check out Steve's courses:

#VisualStudio #dotnet
Рекомендации по теме
Комментарии
Автор

Excellent, I'm looking forward to seeing the source code to be public. Thanks

mostafadindar
Автор

Mail-Outbox: Wouldn't it be better to replace the while loop and watch the mongodb change stream for inserts instead?

gilleswetzel
Автор

Does the course or source code cover how you would go about unit testing this?

teriyakov
Автор

Great overview on the Modular Monolith!!! However I like SOLID a little more 😜!

williamward
Автор

9:57 college taught you how to do it, for me there was nothing in this requirements level. I bet Visma does it, but they and everybody else just keep rejecting this past education bachelor/magister degree. At every job should try to apply that college taught experience, but it's really too much for me alone to keep that level of culture and there is not much choices in the facebook groups that keep the history from long ago. These careers are Uncommon quality, better than Common but not as good as Rare which are few or none at UŽT portal and there should be no barricades road blocks for anybody having a diploma/school finishing certificate gifted/Inspired by Branson

Netryon
Автор

i dont understand how this helps with modularity. its looks like you have switched between BL calling BL to API mocking a call to API. how do you stop the devs from ruining your seperations ? what is forcing them to write code under this domain breakdown modularity? after all each domain holds refs to other domains no ?

mickeyp