ASP.NET Core
Blast Off with Blazor, Azure Functions, and Azure Static Web Apps
Let's talk about deploying an Azure Static Web App running Blazor and Azure Functions.
How to Docker with .NET: Getting Started
The series kicks off with an introduction on Docker, core concepts, and accessing a base ASP.NET Core image.
Use CSS isolation in your Blazor projects
We talk about scoping your CSS to your Blazor components—all without a stylesheet reference.
Use Project Tye to simplify your .NET microservice development experience (part 2)
In this post, we use Project Tye to deploy our application to Kubernetes.
Use Project Tye to simplify your .NET microservice development experience (part 1)
In this post, we explore Project Tye, a new developer tool that simplifies developing .NET microservices and distributed applications.
Party in the cloud with feature flags and Azure App Configuration
Learn how to integrate native .NET feature flags with Azure App Configuration.
Implement custom filters in your ASP.NET Core feature flags
Learn how to implement custom filters in your ASP.NET Core apps, using pre-shipped filters or even writing your own.
Using Microsoft.FeatureManagement.AspNetCore to filter actions and HTML
Use Microsoft.FeatureManagement.AspNetCore to filter HTML and controller actions.