Microsoft Blazor
eBook - ePub

Microsoft Blazor

Building Web Applications in .NET 6 and Beyond

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Microsoft Blazor

Building Web Applications in .NET 6 and Beyond

About this book

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


Who This Book Is For
Experienced.NET developers who want to apply their existing skills toward building professional-quality, client-side web applications that run in any browser and web developers who want to step away from JavaScriptand its complexities, and instead use a proven technology (C# and.NET6) that is robust toward creatingenterprise-quality applications that scale and are reliable, and provide a good user experience

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
No, books cannot be downloaded as external files, such as PDFs, for use outside of Perlego. However, you can download books within the Perlego app for offline reading on mobile or tablet. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Microsoft Blazor by Peter Himschoot in PDF and/or ePUB format, as well as other popular books in Computer Science & Microsoft Programming. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Cover
  2. Front Matter
  3. 1. Introduction to WebAssembly and Blazor
  4. 2. Data Binding
  5. 3. Components and Structure for Blazor Applications
  6. 4. Advanced Components
  7. 5. Services and Dependency Injection
  8. 6. Data Storage and Microservices
  9. 7. Communication with Microservices
  10. 8. Unit Testing
  11. 9. Single-Page Applications and Routing
  12. 10. JavaScript Interoperability
  13. 11. Blazor State Management
  14. 12. Building Real-Time Applications with Blazor and SignalR
  15. 13. Efficient Communication with gRPC
  16. 14. Supporting Multiple Languages in Your Blazor Application
  17. 15. Deploying Your Blazor Application
  18. 16. Security with OpenId Connect
  19. 17. Securing Blazor WebAssembly
  20. Back Matter