Modernizing .NET Apps for Developers – part 3


Part 3 starts modernizing the application architecture, extracting the web application’s save feature into its own container. The web app publishes an event to a message queue when users save data, and a message handler listens for those events and saves the data to SQL Server. The monolith now has an event-driven architecture, with all the components running in Docker containers, and that supports independent scaling and updates for different features.


Duration: 00:14:41
Publisher: Mirantis
You can watch this video also at the source.