Handling Exceptions and Messages - FULL STACK WPF (.NET CORE) MVVM #21

Опубликовано: 08 Октябрь 2024
на канале: SingletonSean
5,431
140

I demonstrate how to handle exceptions and report error and status messages to the UI. Before handling exceptions, I needed to document the exceptions that could be thrown throughout the application. I also bring in an async command implementation to clean up our async commands.

In this series, I walk through the development of a WPF application from the database layer to the UI layer.

XAML STYLER: https://marketplace.visualstudio.com/...

ASYNC COMMAND SOURCE CODE: https://github.com/SingletonSean/Simp...

PROPERTY CHANGED SNIPPET: https://singletonsean.s3.amazonaws.co...

SOURCE CODE: https://github.com/SingletonSean/Simp...

FULL PLAYLIST:    • Full Stack WPF MVVM