ASP.NET Core

Blast Off with Blazor: Get to know Blazor and our project

Blast Off with Blazor: Get to know Blazor and our project

We kick off our series by talking about Blazor, reviewing our code for the first time, and explaining how to run our project.

Dave Brock
Dave Brock
Blazor
Improve rendering performance with Blazor component virtualization

Improve rendering performance with Blazor component virtualization

Use Blazor component virtualization to improve perceived performance of components that work with large data sets.

Dave Brock
Dave Brock
Blazor
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