Sixth and final article in the series. We explore SWA’s preview environments: each pull request generates a complete environment with its own URL.
[Read More]
Local development with the swa CLI
Fifth article in the series. We set up the swa CLI for local development with the proxy, the Functions API and authentication emulation.
[Read More]
SWA's built-in authentication
Fourth article in the series. We explore SWA’s built-in authentication: the built-in providers, the /.auth/ endpoint, and how to get the user in Blazor and in the API.
[Read More]
Adding an Azure Functions API
Third article in the series. We add an Azure Functions API to our Blazor WASM project, call it from the client without fighting CORS, and deploy the whole thing.
[Read More]
The staticwebapp.config.json file
Second article in the series. We explore the staticwebapp.config.json file in depth: the fallback for Blazor, routes, redirects, headers and page protection.
[Read More]
What is an Azure Static Web App?
First article in a series on Azure Static Web Apps with Blazor. We create a Blazor WASM project and deploy it to Azure in minutes.
[Read More]
Quality & Delivery: Testing, Security, Performance, and CI in Mes Recettes
Testing status, security roadmap, performance strategy, and CI/CD blueprint.
[Read More]
Inside the Architecture: Patterns, Data Modeling, and Extensibility in Mes Recettes
Clean layering, model mapping, deferred abstractions, and growth paths.
[Read More]
Mes Recettes: Building a Modern Recipe Index with Blazor WebAssembly & Supabase
Why Blazor + Supabase, architecture highlights, what’s built vs planned, and early lessons.
[Read More]
Blazor 8
Exciting New Features in C# and Blazor 8
The world of .NET web development is constantly evolving, and the latest version of Blazor 8 brings a host of new features and improvements that deserve our full attention. In this article, we will explore the key features of Blazor 8 and how they can enhance your C# projects.
Blazor 8: A Richer and More Interactive User Experience
Blazor 8 continues to push the boundaries of what’s possible with .NET web applications. With improved support for server-side rendering and client-side interactivity, Blazor 8 offers a richer and more responsive user experience.
[Read More]