mdbytes / WebApp.NetMvc5

ASP.NET MVC 5 Application Using .NET Framework 4.8.1 and Identity An application used for teaching and tutoring Provides SQL code to create database including necessary identity tables. Roles of User and Admin are immediately available.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASP.NET MVC 5 Application

Using .NET Framework 4.8.1 and Identity

An application used for teaching and tutoring

Provides SQL code to create database including necessary identity tables. Please run the SQL batch file in the Database folder. When opening Visual Studio, simply enter the 'update-database' command in the NuGet Package Manager Ccnsole.

Roles of User and Admin are immediately available.

There are two test users:

Username Password Role
user@user.com Test&1234 USER
admin@company.com Test&1234 ADMIN

See Migrations folder in MVC project to review setup of users along with additional fields for user information.

The database SQL scripts for this project are a modern version of the Northwind Traders database, retrieved from https://www.dofactory.com/sql/sample-database in April, 2024.

About

ASP.NET MVC 5 Application Using .NET Framework 4.8.1 and Identity An application used for teaching and tutoring Provides SQL code to create database including necessary identity tables. Roles of User and Admin are immediately available.


Languages

Language:TSQL 51.7%Language:JavaScript 31.1%Language:C# 12.0%Language:HTML 5.2%Language:CSS 0.1%Language:Batchfile 0.0%Language:ASP.NET 0.0%