https://github.com/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.
https://github.com/mdbytes/webapp.netmvc5
asp-net dot-net-framework dotnet-mvc-application dotnet-mvc-identity
Last synced: 15 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/mdbytes/webapp.netmvc5
- Owner: mdbytes
- Created: 2024-03-08T19:32:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T17:56:13.000Z (almost 2 years ago)
- Last Synced: 2025-01-01T11:13:01.804Z (about 1 year ago)
- Topics: asp-net, dot-net-framework, dotnet-mvc-application, dotnet-mvc-identity
- Language: TSQL
- Homepage:
- Size: 5.09 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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.