How to Connect Angular Application to .NET Web API

Описание к видео How to Connect Angular Application to .NET Web API

We are configuring our Angular application to connect to our .NET Web API and we are switching the location of our data from local Angular service to SQL Server database.

Links used in this video:

======== Angular =======
GitHub Address-Book-Angular-Project-Full-CRUD - initial
https://github.com/katkovd73/Address-...

GitHub Address-Book-Angular-Project-Connected-To-Web-API - final
https://github.com/katkovd73/Address-...
======================
======== Web API =======
GitHub Address Book .NET Web API with Entity Framework - initial
https://github.com/katkovd73/AddressB...

GitHub Address Book .NET Web API with Entity Framework and CORS Policy - final
https://github.com/katkovd73/AddressB...
======================

Enable Cross-Origin Requests (CORS) in ASP.NET Core
https://learn.microsoft.com/en-us/asp...

How CORS works
https://learn.microsoft.com/en-us/asp...

Preflight requests
https://learn.microsoft.com/en-us/asp...

Enable CORS with attributes
https://learn.microsoft.com/en-us/asp...

Комментарии

Информация по комментариям в разработке