Lynda - Building Applications with Angular, ASP.NET Core, and Entity Framework Core
Creating a complete full-stack application requires integrating multiple components. The front-end piece must talk smoothly to the server, and within the server, you'll need multiple layers: one to talk with the client, and one to store information on the server. This course teaches integration through the perspective of a quiz project, with instructor Alexander Zanfir showing how to use Angular, ASP.NET Core, and Entity Framework Core to develop a full-stack application. Alexander explains how to display and edit data in Angular with ASP.NET Core, create forms, navigate to different views, and more.
Table of Contents
Introduction1. Infrastructure2. Creating Forms with Angular3. Creating Get and Post Routes in an ASP.NET Core Controller4. Persistence with Entity Framework5. Displaying and Editing Data in Angular with ASP.NET Core6. Navigating to Different Views in Angular7. Associations between Entities with Angular and Entity Framework8. Authentication with Identify Framework and Tokens9. Putting it All TogetherConclusion