Skip to content

mnhaque/AspNetLoginApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AspNetLoginApp

User can register and login, Registration and Login functionality need to exposed as a service (Preferred REST API using ASP.Net core), after successful login navigate to the default page (Welcome page). If any exception occurred show the error page and log the exception using Elmah.

Registration Form-
First Name (Mandatory)
Middle Name (Optional)
Last Name (Mandatory)
Country (Mandatory)
State (Mandatory) – Cascading dropdown based on country change the states (2 or 3 countries are fine)
Email Address (Mandatory)
Password (Mandatory)
Confirm Password (Mandatory)
Accept Terms and Conditions (Mandatory)

Login-
User Name
Password

Technology Stack -
• ASP.Net MVC / Angular JS
• ASP.Net Core Web API
• SQL Server (LocalDB)
• Unit Test Cases (Moq) both ASP.Net MVC and Web API


Screens

Login Default Register Welcome

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors