This website requires JavaScript.
Explore
Help
Sign In
kevin
/
BlazorDeepDive
Archived
Watch
1
Star
0
Fork
0
You've already forked BlazorDeepDive
Code
This repository has been archived on
2026-03-15
. You can view files and clone it, but cannot push or open issues or pull requests.
BlazorDeepDive
/
ServerManagement
History
Kevin Matsubara
dcf5e7b675
Create IServersEFCoreRepository interface, register as service and use dependency injection to replace the static ServersRepository.
2025-04-16 23:46:00 +02:00
..
Components
Create IServersEFCoreRepository interface, register as service and use dependency injection to replace the static ServersRepository.
2025-04-16 23:46:00 +02:00
Data
Add ServerManagementContext with connectionstring.
2025-04-15 23:26:55 +02:00
Migrations
Add initial migration with initial server data.
2025-04-15 23:27:10 +02:00
Models
Create IServersEFCoreRepository interface, register as service and use dependency injection to replace the static ServersRepository.
2025-04-16 23:46:00 +02:00
Properties
Creating new blazor project.
2025-03-23 12:38:17 +01:00
wwwroot
Creating new blazor project.
2025-03-23 12:38:17 +01:00
appsettings.Development.json
Add additional logging information.
2025-03-25 15:00:28 +01:00
appsettings.json
Add ServerManagementContext with connectionstring.
2025-04-15 23:26:55 +02:00
Program.cs
Create IServersEFCoreRepository interface, register as service and use dependency injection to replace the static ServersRepository.
2025-04-16 23:46:00 +02:00
ServerManagement.csproj
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