Blazor-CRUD icon indicating copy to clipboard operation
Blazor-CRUD copied to clipboard

Simple CRUD application using C#/Blazor

Blazor CRUD

A simple CRUD application using Blazor.

Getting Started

To get setup with Blazor CRUD:

  1. Install the .NET Core 2.1 Preview 1 SDK
  2. Navigate to BzHost.Server and run:
dotnet run

Done. Your application is running on localhost:5000

Built With