From the course: Building Angular and ASP.NET Web API Apps

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Next steps

Next steps

- [Instructor] During this course, you learned how to build the full stack app using ASP.NET web API and Angular. We began with an introduction to ASP.NET Web API, and then created a controller with all the API endpoints. You also learned how to use entity framework for data management, how to create a service and configure it. We did discuss different configuration types, even though we only use the add scope method. Next, we talked about the Angular apps. We created the necessary components, services, models and DTOs using the Angular CLI. You also learned how to use the ASP.Net Web API endpoints from an Angular app. By the end of this course, you learn how to add token based authentication in both an Angular and an ASP.NET Web API application. This way, users are authenticated and can only use the app after signing up. Finally, you also learned how to deploy both the Angular app and the ASP.NET Web API, along with the SQL database to Azure. Now this is what we have done so far, but…

Contents