-
Book Overview & Buying
-
Table Of Contents
Blazor WebAssembly by Example - Third Edition
By :
You are now able to debug and deploy a Blazor WebAssembly app.
In this chapter, you learned about debugging in both Visual Studio and the browser's DevTools. You learned about the different levels of logging and how to write to the log. You learned multiple ways to handle exceptions. Finally, you learned how to use AOT compilation before deploying a Blazor WebAssembly app to Microsoft Azure.
After that, you created a new project using the Blazor WebAssembly Standalone App project template in Visual Studio. You built and debugged a simple Game component. You added logging to the app to track state changes. You set breakpoints using both Visual Studio and the browser's DevTools to find bugs. You added an ErrorBoundary component to capture the unhandled errors. Finally, you enabled AOT compilation and deployed the application to Microsoft Azure.
In the next chapter, you will build a modal dialog using templated components.