[1/11] Become a Full Stack .NET Developer: Extending ASP.NET Identity Users

Every ASP.NET application comes with built in user authentication and authorization, thanks to ASP.NET Identity. The default signup and login forms are pretty basic, and are not suitable for real world applications that need to capture several user attributes during the signup process. This module will be focused on extending the default Signup form provided by ASP.NET Identity to allow for input of the name of the Artist for our GigHub app.

[1/10] Become a Full Stack .NET Developer: Usability Best Practices

In this module, we learnt the basic theory behind web application usability practices and how we can apply these relatively easy to implement practices into reality in our GigHub app, to offer our end users a more welcoming and stress free experience. While usability could be its own separate course entirely, the basic tips we learnt here, would serve any web developer well to follow.