ASP.NET Core

Blast Off with Blazor, Azure Functions, and Azure Static Web Apps

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.

Dave Brock
Dave Brock
Blazor
How to Docker with .NET: Getting Started

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.

Dave Brock
Dave Brock
Docker
Use CSS isolation in your Blazor projects

Use CSS isolation in your Blazor projects

We talk about scoping your CSS to your Blazor components—all without a stylesheet reference.

Dave Brock
Dave Brock
Blazor
Use Project Tye to simplify your .NET microservice development experience (part 2)

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.

Dave Brock
Dave Brock
ASP.NET Core
Use Project Tye to simplify your .NET microservice development experience (part 1)

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.

Dave Brock
Dave Brock
ASP.NET Core
Party in the cloud with feature flags and Azure App Configuration

Party in the cloud with feature flags and Azure App Configuration

Learn how to integrate native .NET feature flags with Azure App Configuration.

Dave Brock
Dave Brock
CSharp
Implement custom filters in your ASP.NET Core feature flags

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.

Dave Brock
Dave Brock
CSharp
Using Microsoft.FeatureManagement.AspNetCore to filter actions and HTML

Using Microsoft.FeatureManagement.AspNetCore to filter actions and HTML

Use Microsoft.FeatureManagement.AspNetCore to filter HTML and controller actions.

Dave Brock
Dave Brock
CSharp