Work Samples
ASP.NET Core Identity Samples
User Identity Sample
This sample application is developed based on ASP.NET Core Identity. Our intension behind development of this sample application is to show the key functionalities such as authentication and authorization to provide security to web applications by checking user identity with user credentials. User email confirmation is mandatory to login.
It is developed in frontend and backend architecture. Frontend is developed in React and the backend web api is developed in ASP.NET Core. Please go through home page of the application for all details.
2Factor Authentication
This sample application is developed based on 2factor authentication in ASP.NET Core Identity. Our intension for developing this application is to show the 2factor authentication, implemented to provide additional security to web applications by checking user identity with 2factor authentication in addition to checking with user credentials. We used OTP approach in this sample.
It is developed in frontend and backend architecture. Frontend is developed in React and the backend web api is developed in ASP.NET Core. Please go through home page of the application for all details.
ASP.NET Core MVC Samples
ECommerce App Sample
This ECommerce sample is developed in ASP.NET Core MVC. Our intension is to build the key modules, operations, user interfaces and functionalities that are needed for a general ECommerce web application such as Customer Registration, Login, Products, Categories, Managing Customer Shopping with Carts, Managing Customer Addresses, Orders, Payments, Order Cancellation, Refund the payment etc.