This is a Blazor Web Application, with Server Side Rendering enabled.
Built with Microsoft Visual Studio Professional 2022 (64-bit) - Version 17.12.3
DB - Sql Server Local DB, Entity Framework Core enabled, CRUD operation razors are created by scaffolding the EF model
Implemented MS Entity Framework to create ppiCandidateTestAppContext class to auto generate the schema. But may need to Double Click on connected services, Select ... and Add Migration for the ppiCandidateTestAppContext
to create the database initially. Then double click connected service and update Database. Then after the migration is done upon running the application, default entries will be added.
In Visual Studio, you can use the Package Manager Console to apply pending migrations to the database:
PM> Update-Database
Alternatively, you can apply pending migrations from a command prompt at your project directory:
dotnet ef database update
-
Notifications
You must be signed in to change notification settings - Fork 0
lpmonda/ppiCandidateTestApp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
BlazorWebApp Example
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published