In this code and demo-focused talk, we will look at a case-study application originally built with ASP.NET MVC WebAPI backend and an Angular front-end, and then transitioned to a ASP.NET Core (.NET 5) backend.
- We will talk about how the application was migrated from WebAPI 2 (MVC 5.2.7) to .NET5.
- We will talk about authentication with individual user account, as well as external login providers and the migration from ASP.NET Identity to ASP.NET Core Identity 2.0.
- On the front-end we will talk about the general application setup, as well as Angular services and building UI with Ignite UI for Angular.
- We will also talk about CI/CD with Azure.