Model-View-Update pattern in .NET MAUI
You might still remember the first .NET MAUI announcement when the MVU (Model-View-Update) pattern was introduced as an alternative to using XAML and the MVVM (Model-View-ViewModel) pattern for application development. Since then, .NET MAUI has been released. But we haven't heard much about the MVU pattern lately. In this talk, we will first compare the two patterns. Then we will look at the current state of the Comet library for developing .NET MAUI application using the MVU pattern and try to create a simple application with it.