Blazor in Action
eBook - ePub

Blazor in Action

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

Blazor in Action

About this book

An example-driven guide to building reusable UI components and web frontends—all with Blazor, C#, and.NET. In Blazor in Action, you will learn about: Blazor + WebAssembly
Picking the right hosting model
Building reusable UI components
Building forms with validation
Integrating with JavaScript libraries
Securing your application
Testing your applications Blazor in Action is a practical guide to building stunning UIs and client-side applications using C# and.NET. You'll use the Blazor frontend framework to create a fun and exciting web application for plotting hiking routes. As you build up your new application, you'll master the key features of Blazor, such as routing, forms and validation, and dynamic and reusable components. By the time you're done, you'll be ready to develop beautiful sites and apps that seamlessly execute your C# code natively in the browser.The book is written to the most recent stable build of Blazor and seamlessly integrates fresh features from.NET 6. About the technology
Create rich web frontends without relying on JavaScript. Microsoft's Blazor framework uses WebAssembly to extend the ultra-popular ASP.NET platform. In Blazor, you can build interactive web components that run natively in the browser without plug-ins or transpilers. And because it's C# end-to-end, it's easy to share code between the server and your web UI. About the book
Blazor in Action teaches you to create full-stack ASP.NET applications end-to-end in C#. You'll start by learning to build Blazor web components, working through core topics like routing and forms. As you go, you'll implement a hiking route web application that includes reusable code, integration with JavaScript libraries, and role-based security. To make sure your app is production ready, this practical book also covers state management, data persistence, and testing. What's inside Dynamic and reusable UI components
Sharing client and server code
Role-based security using Auth0
Persisting state using local browser storageAbout the reader
For web developers with C# and.NET experience. About the author
Chris Sainty has been a part of the Blazor community from the beginning. He's an active blogger, open source developer, international speaker, and a Microsoft MVP.Table of Contents1 Starting your Blazor journey
2 Your first Blazor app
3 Working with Blazor's component model
4 Routing
5 Forms and validation—Part 1: Fundamentals
6 Forms and validation—Part 2: Beyond the basics
7 Creating more reusable components
8 Integrating with JavaScript libraries
9 Securing Blazor applications
10 Managing state
11 Testing your Blazor application

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.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. 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 Blazor in Action by Chris Sainty in PDF and/or ePUB format, as well as other popular books in Computer Science & Software Development. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. inside front cover
  2. Blazor in Action
  3. Copyright
  4. dedication
  5. contents
  6. front matter
  7. 1 Starting your Blazor journey
  8. 2 Your first Blazor app
  9. 3 Working with Blazor’s component model
  10. 4 Routing
  11. 5 Forms and validation—Part 1: Fundamentals
  12. 6 Forms and validation—Part 2: Beyond the basics
  13. 7 Creating more reusable components
  14. 8 Integrating with JavaScript libraries
  15. 9 Securing Blazor applications
  16. 10 Managing state
  17. 11 Testing your Blazor application
  18. Appendix A. Adding an ASP.NET Core backend to a Blazor WebAssembly app
  19. Appendix B. Updating existing areas to use the API
  20. index