Implemented a user registration system using ASP.NET Core and C#.
Technologies used include ASP.NET Core MVC, Entity Framework Core, SQL Server, and ASP.NET Identity.
Steps involved in implementing the Register method are creating a RegisterViewModel, implementing the Register method in AccountController, and creating the Register view.
Learned about user input validation, user registration using UserManager, password security with ASP.NET Identity, and connecting frontend with backend logic.