.NET Technology Show

Backstage pass to all things ServiceStack & .NET

Listen

New .NET 8 Blazor Tailwind Template

Kicking the tires on the new Blazor for .NET 8 project template for streamlined Web UI development in C#


This episode covers the new Blazor template for .NET 8 that simplifies C# Web UI development. The template integrates ASP.NET Core Identity for authentication, utilizes Tailwind CSS for responsive design, and leverages Docker for containerization and deployment.

It includes features like ServiceStack Blazor Components for data handling, AutoQuery for developing APIs and CRUD apps, and Auto Admin Pages for managing database tables.

The template also offers a choice of Entity Framework or OrmLite for database interaction and provides a built-in SQLite database for quick setup.

Getting Started

Create a new Blazor App with your preferred project name:

Blazor

Videos