Skip to content

lpmonda/ppiCandidateTestApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

BlazorWebApp Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published