Building Angular and ASP.NET Web API Apps (2025)

  • Category Other
  • Type Tutorials
  • Language english
  • Total size 890.1 MB
  • Uploaded By freecoursewb
  • Downloads 66
  • Last checked 2 days ago
  • Date uploaded 2 days ago
  • Seeders 4
  • Leechers 5


Info Hash : 3AE000BCDA66701766923E8A2E3E49F28657832D


Files:

Building Angular and ASP.NET Web API Apps (2025)
  • udp://tracker.torrent.eu.org:451/announce
  • udp://tracker.tiny-vps.com:6969/announce
  • http://tracker.foreverpirates.co:80/announce
  • udp://tracker.cyberia.is:6969/announce
  • udp://exodus.desync.com:6969/announce
  • udp://explodie.org:6969/announce
  • udp://tracker.opentrackr.org:1337/announce
  • udp://9.rarbg.to:2780/announce
  • udp://tracker.internetwarriors.net:1337/announce
  • udp://ipv4.tracker.harry.lu:80/announce
  • udp://open.stealth.si:80/announce
  • udp://9.rarbg.to:2900/announce
  • udp://9.rarbg.me:2720/announce
  • udp://opentor.org:2710/announce

Code:

  • Get Bonus Downloads Here.url (0.2 KB)
  • 01 - Introduction.mp4 (3.8 MB)
  • 01 - Introduction.srt (1.3 KB)
  • 02 - Prerequisites.mp4 (1.0 MB)
  • 02 - Prerequisites.srt (1.4 KB)
  • 01 - Course overview and application demo.mp4 (6.4 MB)
  • 01 - Course overview and application demo.srt (7.3 KB)
  • 02 - Setting up the development environment.mp4 (22.6 MB)
  • 02 - Setting up the development environment.srt (12.7 KB)
  • 01 - Create an empty Web API Project.mp4 (18.9 MB)
  • 01 - Create an empty Web API Project.srt (13.4 KB)
  • 02 - Define application models.mp4 (12.4 MB)
  • 02 - Define application models.srt (8.2 KB)
  • 03 - Configure entity framework for database access.mp4 (34.2 MB)
  • 03 - Configure entity framework for database access.srt (20.5 KB)
  • 04 - Build the Create API endpoint.mp4 (23.9 MB)
  • 04 - Build the Create API endpoint.srt (14.6 KB)
  • 05 - Create the read-all API endpoint.mp4 (7.0 MB)
  • 05 - Create the read-all API endpoint.srt (4.2 KB)
  • 06 - Create the read by ID API endpoint.mp4 (16.9 MB)
  • 06 - Create the read by ID API endpoint.srt (9.5 KB)
  • 07 - Create the update API endpoint.mp4 (17.2 MB)
  • 07 - Create the update API endpoint.srt (9.2 KB)
  • 08 - Create the delete API endpoint.mp4 (7.5 MB)
  • 08 - Create the delete API endpoint.srt (4.3 KB)
  • 09 - Cleanup Code.mp4 (47.3 MB)
  • 09 - Cleanup Code.srt (22.3 KB)
  • 01 - Create an new Angular project.mp4 (15.1 MB)
  • 01 - Create an new Angular project.srt (12.0 KB)
  • 02 - Define and creating empty components.mp4 (13.8 MB)
  • 02 - Define and creating empty components.srt (8.9 KB)
  • 03 - Configure routing and navigation.mp4 (30.0 MB)
  • 03 - Configure routing and navigation.srt (15.7 KB)
  • 04 - Create the transaction Service with HTTP methods.mp4 (31.1 MB)
  • 04 - Create the transaction Service with HTTP methods.srt (14.3 KB)
  • 05 - Design the application header and footer.mp4 (32.2 MB)
  • 05 - Design the application header and footer.srt (18.4 KB)
  • 06 - Design the list page.mp4 (29.7 MB)
  • 06 - Design the list page.srt (18.3 KB)
  • 07 - Load data from admin API.mp4 (41.6 MB)
  • 07 - Load data from admin API.srt (21.1 KB)
  • 08 - Creating a form.mp4 (55.0 MB)
  • 08 - Creating a form.srt (27.0 KB)
  • 09 - Create a New transaction by submitting data with HTTP POST.mp4 (23.5 MB)
  • 09 - Create a New transaction by submitting data with HTTP POST.srt (12.4 KB)
  • 10 - Update transaction data with HTTP PUT.mp4 (54.2 MB)
  • 10 - Update transaction data with HTTP PUT.srt (23.7 KB)
  • 11 - Delete a transaction with HTTP DELETE.mp4 (9.4 MB)
  • 11 - Delete a transaction with HTTP DELETE.srt (4.8 KB)
  • 01 - Understanding token-based authentication.mp4 (4.0 MB)
  • 01 - Understanding token-based authentication.srt (5.2 KB)
  • 02 - Configure token-based authentication in ASP.NET Web API.mp4 (17.6 MB)
  • 02 - Configure token-based authentication in ASP.NET Web API.srt (7.5 KB)
  • 03 - Build the register API endpoint.mp4 (31.9 MB)
  • 03 - Build the register API endpoint.srt (14.8 KB)
  • 04 - Create the login API endpoint.mp4 (27.8 MB)
  • 04 - Create the login API endpoint.srt (12.2 KB)
  • 05 - Develop the authentication service in angular.mp4 (23.1 MB)
  • 05 - Develop the authentication service in angular.srt (11.9 KB)
  • 06 - Register for a new account.mp4 (41.9 MB)
  • 06 - Register for a new account.srt (17.7 KB)
  • 07 - Add data validation to a registered form.mp4 (31.6 MB)
  • 07 - Add data validation to a registered form.srt (13.2 KB)
  • 08 - Log in to an account.mp4 (15.5 MB)
  • 08 - Log in to an account.srt (7.1 KB)
  • 09 - Secure routes with Angular Guards.mp4 (13.7 MB)
  • 09 - Secure routes with Angular Guards.srt (7.8 KB)
  • 10 - Update the header for logout functionality.mp4 (18.8 MB)
  • 10 - Update the header for logout functionality.srt (8.5 KB)
  • 11 - Implement the auth interceptor.mp4 (18.9 MB)
  • 11 - Implement the auth interceptor.srt (9.9 KB)
  • 12 - Set a user ID when a transaction is created and loaded.mp4 (22.5 MB)
  • 12 - Set a user ID when a transaction is created and loaded.srt (11.1 KB)
  • 01 - Explore Azure services for deployment.mp4 (3.5 MB)
  • 01 - Explore Azure services for deployment.srt (4.0 KB)
  • 02 - Deploy the Angular application to Azure Static Website.mp4 (19.5 MB)
  • 02 - Deploy the Angular application to Azure Static Website.srt (11.8 KB)
  • 03 - Deploy SQL database to Azure SQL database services.mp4 (15.7 MB)
  • 03 - Deploy SQL database to Azure SQL database services.srt (8.3 KB)
  • 04 - Deploy ASP.NET Web API to Azure app services.mp4 (25.2 MB)
  • 04 - Deploy ASP.NET Web API to Azure app services.srt (13.8 KB)
  • 01 - Next steps.mp4 (3.4 MB)
  • 01 - Next steps.srt (3.2 KB)
  • Bonus Resources.txt (0.1 KB)