3. Components and Structure for Blazor Applications
4. Advanced Components
5. Services and Dependency Injection
6. Data Storage and Microservices
7. Communication with Microservices
8. Unit Testing
9. Single Page Applications and Routing
10. JavaScript Interoperability
11. Blazor State Management
12. Building Real-Time Applications with Blazor and SignalR
13. Efficient Communication with gRPC
14. Supporting Multiple Languages in your Blazor Application
15. Deploying your Blazor Application
16. Security with OpenID Connect
17. Securing Blazor WebAssembly
Peter Himschoot works as a lead trainer, architect, and strategist at U2U. He has a wide interest in software development that includes applications for the web, Windows, and mobile devices. He has trained thousands of developers, is a regular speaker at international conferences, and has been involved in many web and mobile development projects as a software architect. He has been a Microsoft Regional Director (from 2003 to 2019), which is a group of trusted advisors to developer and IT professional audiences, and to Microsoft.
Build web applications in C# and Microsoft .NET 6 that run in any modern browser and become a full-stack web developer!. Do all these things using the Microsoft Blazor framework and the techniques shown in this book. New in this edition is coverage of the new and improved Razor syntax, communication with the server using SignalR and/or gRPC, the use of virtualization to load large quantities of data efficiently, deployment and ahead-of-time compilation into WASM, new unit testing features, security using OpenID Connect, and more.
Reading this book helps you learn to build user interfaces and present data to a user for display and modification, capturing the user’s changes via data binding. The book shows how to access a rich library of .NET functionality such as a component model for building a composable user interface, including how to develop reusable components that can be used across many pages and websites. Also covered is data exchange with a server using REST, SignalR, and gRPC, giving you access to microservices and database services.
Blazor provides a fresh take on web development by eliminating the need for you to learn different languages and frameworks for client- and server-side development. Blazor allows C# and .NET to be used on all sides—both server-side and client-side—providing a robust feature set that is well suited toward scalable, enterprise-level applications. With Blazor you can use all your experience in .NET 6 along with thousands existing libraries, right in the browser. This book gets you proficient using this important toolkit for web application development.
What You Will Learn
Build user interfaces and display data for users to edit
Capture user edits and changes via data binding
Transfer data back and forth between server and client
Communicate with microservices and database services using REST, SignalR, or gRPC
Develop reusable components and assemble them into bigger components
Use routing to build single-page applications (SPAs)
Build stable and maintainable software using unit testing
Internationalize your application to reach more users
Secure your Blazor application with OpenID Connect