Sample learning ground for .NET Core 6.0 LTS MVC

Benyamin Limanto 56e4a63839 fix(Auth): Login and Register page remove external 5 months ago
.vscode fa2ef981e8 debug: change to process-name 5 months ago
Areas 56e4a63839 fix(Auth): Login and Register page remove external 5 months ago
Controllers 77a197ab23 fix(post): view location and email 5 months ago
Migrations f040f7a8df feat(auth): add auth to Master Post 5 months ago
Models c41d5de6d7 feat(master user): edit password 5 months ago
Properties f9c526f5f5 fix: Some from Linux 5 months ago
Views 56e4a63839 fix(Auth): Login and Register page remove external 5 months ago
wwwroot f9c526f5f5 fix: Some from Linux 5 months ago
.gitignore f9c526f5f5 fix: Some from Linux 5 months ago
AppDBContext.cs 08344d7f55 feat(comments): introduced 5 months ago
MvcNet.csproj f040f7a8df feat(auth): add auth to Master Post 5 months ago
MvcNet.sln 8cc73c8229 Adding File Log using Plugins 1 year ago
Program.cs f040f7a8df feat(auth): add auth to Master Post 5 months ago
README.md ea7db87a83 readme: migrations 5 months ago
ScaffoldingReadMe.txt f040f7a8df feat(auth): add auth to Master Post 5 months ago
appsettings.Development.json f9c526f5f5 fix: Some from Linux 5 months ago
appsettings.json f040f7a8df feat(auth): add auth to Master Post 5 months ago

README.md

MvcNet - dotnet-core-mvc

This is a simple useless playground for mvc

how to?

Migrate

dotnet tool install --global dotnet-ef
dotnet ef database update