This is the talk (Italian language) I've done at WPC 2024 In this talk I made a comparison beetween FluentUI and MudBlazor
.NET 9 SDK must be installed. SQL Server express installed
In the src folder there are two main project:
- The BlazorUIWars.FluentApp is a simple Expense report app which uses FluentUI as UI-kit
- The BlazorUIWars.MudBlazorApp is the same application made using MudBlazor.
Before run one of this project, please execute the Entity Framework Core migrations located in the BlazorUIWars.Core project.
Just execute dotnet run
command to execute the projects.