Skip to content

Latest commit

 

History

History
28 lines (27 loc) · 1.08 KB

File metadata and controls

28 lines (27 loc) · 1.08 KB

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