1
0

6 Commits

Author SHA1 Message Date
c3df56b0da Add identity context and ASP.NET individual account pages for authorization.
I created a new Blazor project with individual accounts, then transferred the files over to the existing project.
Then renamed ApplicationDbContext to: IdentityContext to distinguish from the application context.
Then ran the update database command with the existing migration for identity.
2025-04-18 10:20:55 +02:00
83d99712e2 Add Entity Framework Core, tools, sqlite provider and design all version 9.0.4 in server management project. 2025-04-15 22:54:28 +02:00
820682a8ba Install Nuget package: ASP.NET Core QuickGrid 9.0.3 version.
https://www.nuget.org/packages/Microsoft.AspNetCore.Components.QuickGrid
2025-03-28 21:13:48 +01:00
1110a709fb Migrate project from .NET 8.0 to target .NET 9.0 instead. 2025-03-25 14:23:56 +01:00
4e9d8a3d66 Add ServerComponent component. 2025-03-23 21:23:18 +01:00
a293b4ebf1 Creating new blazor project. 2025-03-23 12:38:17 +01:00