Building and Deploying Dynamic Web Applications with Blazor
Buch, Englisch, 290 Seiten, Format (B × H): 178 mm x 254 mm, Gewicht: 583 g
ISBN: 978-1-4842-8145-1
Verlag: Apress
This book starts off showing you how to create an environment for deploying your first application. You will create an Azure Static Web App using a Blazor WebAssembly application and adding dynamic content using an Azure function before deploying from GitHub. You will learn to debug your Static Web App locally, both inside of Visual Studio and from the command line using a simple Static Web App CLI command. The book takes a deep dive into the CLI to allow you to emulate all of the features available in the Azure environment. You will learn the authentication and authorizing options with your app and create new blog posts with the post creation function. Included in the book is setting a custom domain and discussion of the options. The book also explores the differences between the free and standard hosting tiers for Static Web Apps.
After reading this book, you will be able to create Azure Static Web Apps using Blazor technology.
What Will You Learn
- Connect with external authentication services from Twitter, Google, Microsoft, GitHub, and more
- Work with the GitHub deployment flow, including using staging environments
- Explore the scaffolded Blazor app
- Understand differences between the pricing tiers and know which to choose
Web developers looking to deploy feature-rich applications to the cloud
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
Part I Getting Started.- Chapter 1: Introduction.- Chapter 2: Setting Up The Environment.- Chapter 3: Creating the Application.- Chapter 4: Creating the Static Web App.- Chapter 5: Simple Debugging.- Part II. Creating our App.- Chapter 6: Retrieving Blog Data.- Chapter 7: Displaying Data.- Chapter 8:Static Web App Configuration.- Part III. Authentication.- Chapter 9: Authentication.- Chapter 10: Creating Blog Posts.- Part IV SWA Functionality.- Chapter 11: Static Web App CLI.- Chapter 12: Testing in Azure.- Chapter 13: Custom Domains - Appendices