23 OCT 2025 - We are back! If you have been following us over the last few years, you will know that the last 2 months have been rough. We website was practically not loading. Sorry for the mess. We are back though and everything should run smoothly now. New servers. Updated domains. And new owners. We invite you all to start uploading torrents again!
TORRENT DETAILS
Udemy - ASP.NET Core Web API - Zero To Hero [ASP.Net Core 5.0]
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Master the ASP.NET Core Web API concepts, Develop RESTful Web API and consume them in Angular application
What you'll learn Fundamentals of ASP NET Core Web API Build RESTful API's in ASP NET Core 5.0 Real world Book Store API application Host builder and Web host builder Middleware Dependency Injection: Different ways to inject and resolve the dependency Routing Format the response of your API Get, Post, Put, Patch, Delete API development Consume the APIs in Angular application Login & Signup using Entity framework Core, Identity Core & JWT And lots of other concepts...
Requirements No prior knowledge of Dot Net Core is required. Basic knowledge of C# like classes, methods, interface, etc. Basic knowledge of database like table, columns, datatypes etc.
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
~Get Your Files Here !/1. Introduction/1. Introduction.mp4
8.3 MB
~Get Your Files Here !/1. Introduction/1. Introduction.srt
3.3 KB
~Get Your Files Here !/1. Introduction/2. Project Exercise.html
2.1 KB
~Get Your Files Here !/10. Controller Action Return Type in Asp.Net Core/1. Specific type.mp4
18.2 MB
~Get Your Files Here !/10. Controller Action Return Type in Asp.Net Core/1. Specific type.srt
3.3 KB
~Get Your Files Here !/10. Controller Action Return Type in Asp.Net Core/2. IActionResult.mp4
17.8 MB
~Get Your Files Here !/10. Controller Action Return Type in Asp.Net Core/2. IActionResult.srt
3.5 KB
~Get Your Files Here !/10. Controller Action Return Type in Asp.Net Core/3. ActionResultT.mp4
8.4 MB
~Get Your Files Here !/10. Controller Action Return Type in Asp.Net Core/3. ActionResultT.srt
1.5 KB
~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/1. Return 200 status code.mp4
35.4 MB
~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/1. Return 200 status code.srt
6.6 KB
~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/2. Return 202 status code.mp4
38.2 MB
~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/2. Return 202 status code.srt
6.3 KB
~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/3. Return 400 status code.mp4
22.5 MB
~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/3. Return 400 status code.srt
3.8 KB
~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/4. Return 201 status code.mp4
43.1 MB
~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/4. Return 201 status code.srt
8 KB
~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/5. Return 301, 302 status code.mp4
26.6 MB
~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/5. Return 301, 302 status code.srt
4.9 KB
~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/6. Return 404 status code.mp4
11.5 MB
~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/6. Return 404 status code.srt
2.1 KB
~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/7. Remaining built-in methods.mp4
19.5 MB
~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/7. Remaining built-in methods.srt
2.8 KB
~Get Your Files Here !/12. Model Binder - The process of binding the incoming request data to dot net types/1. What is Model Binder.mp4
4.2 MB
~Get Your Files Here !/12. Model Binder - The process of binding the incoming request data to dot net types/1. What is Model Binder.srt
2.7 KB
~Get Your Files Here !/12. Model Binder - The process of binding the incoming request data to dot net types/10. Custom Model Binder in Asp.Net Core Web API (Example -1).mp4
70.8 MB
~Get Your Files Here !/12. Model Binder - The process of binding the incoming request data to dot net types/10. Custom Model Binder in Asp.Net Core Web API (Example -1).srt
14 KB
~Get Your Files Here !/12. Model Binder - The process of binding the incoming request data to dot net types/11. Custom Model Binder in Asp.Net Core Web API (Example -2).mp4
63.9 MB
~Get Your Files Here !/12. Model Binder - The process of binding the incoming request data to dot net types/11. Custom Model Binder in Asp.Net Core Web API (Example -2).srt
10.5 KB
~Get Your Files Here !/12. Model Binder - The process of binding the incoming request data to dot net types/2. [BindProperty] attribute Bind Incoming form-data to public properties.mp4
51.6 MB
~Get Your Files Here !/12. Model Binder - The process of binding the incoming request data to dot net types/2. [BindProperty] attribute Bind Incoming form-data to public properties.srt
9.5 KB
~Get Your Files Here !/12. Model Binder - The process of binding the incoming request data to dot net types/3. [BindProperties] attribute.mp4
27.5 MB
~Get Your Files Here !/12. Model Binder - The process of binding the incoming request data to dot net types/3. [BindProperties] attribute.srt
4.8 KB
~Get Your Files Here !/12. Model Binder - The process of binding the incoming request data to dot net types/4. Model binder's default way to bind the incoming request data with parameters.mp4
45.2 MB
~Get Your Files Here !/12. Model Binder - The process of binding the incoming request data to dot net types/4. Model binder's default way to bind the incoming request data with parameters.srt
9.9 KB
~Get Your Files Here !/12. Model Binder - The process of binding the incoming request data to dot net types/5. [FromQuery] attribute Bind the query string data.mp4
31.8 MB
~Get Your Files Here !/12. Model Binder - The process of binding the incoming request data to dot net types/5. [FromQuery] attribute Bind the query string data.srt
6.6 KB
~Get Your Files Here !/12. Model Binder - The process of binding the incoming request data to dot net types/6. [FromRoute] attribute Bind the route data.mp4
26.7 MB
~Get Your Files Here !/12. Model Binder - The process of binding the incoming request data to dot net types/6. [FromRoute] attribute Bind the route data.srt
4.8 KB
~Get Your Files Here !/12. Model Binder - The process of binding the incoming request data to dot net types/7. [FromBody] attribute Bind the body data.mp4
17.7 MB
~Get Your Files Here !/12. Model Binder - The process of binding the incoming request data to dot net types/7. [FromBody] attribute Bind the body data.srt
3.4 KB
~Get Your Files Here !/12. Model Binder - The process of binding the incoming request data to dot net types/8. [FromForm] attribute Bind the from-data.mp4
9.6 MB
~Get Your Files Here !/12. Model Binder - The process of binding the incoming request data to dot net types/8. [FromForm] attribute Bind the from-data.srt
1.9 KB
~Get Your Files Here !/12. Model Binder - The process of binding the incoming request data to dot net types/9. [FromHeader] attribute Bind the header data.mp4
14.5 MB
~Get Your Files Here !/12. Model Binder - The process of binding the incoming request data to dot net types/9. [FromHeader] attribute Bind the header data.srt
2.8 KB
~Get Your Files Here !/13. Dependency Injection/1. What is Dependency Injection (DI).mp4
17.1 MB
~Get Your Files Here !/13. Dependency Injection/1. What is Dependency Injection (DI).srt
10.5 KB
~Get Your Files Here !/13. Dependency Injection/2. Working with Services without using Dependency Injection.mp4
53.9 MB
~Get Your Files Here !/13. Dependency Injection/2. Working with Services without using Dependency Injection.srt
8.3 KB
~Get Your Files Here !/13. Dependency Injection/3. Singleton service lifetime using AddSingleton method.mp4
56.2 MB
~Get Your Files Here !/13. Dependency Injection/3. Singleton service lifetime using AddSingleton method.srt
9.7 KB
~Get Your Files Here !/13. Dependency Injection/4. Scoped service lifetime using AddScoped method.mp4
7.3 MB
~Get Your Files Here !/13. Dependency Injection/4. Scoped service lifetime using AddScoped method.srt
1.7 KB
~Get Your Files Here !/13. Dependency Injection/5. Transient service lifetime using AddTransient method.mp4
10.5 MB
~Get Your Files Here !/13. Dependency Injection/5. Transient service lifetime using AddTransient method.srt
2.3 KB
~Get Your Files Here !/13. Dependency Injection/6. TryAddSingleton, TryAddScoped and TryAddTransient methods in DI.mp4
55.4 MB
~Get Your Files Here !/13. Dependency Injection/6. TryAddSingleton, TryAddScoped and TryAddTransient methods in DI.srt
9.1 KB
~Get Your Files Here !/13. Dependency Injection/7. Resolve the Service dependency directly in the Action Method.mp4
23.4 MB
~Get Your Files Here !/13. Dependency Injection/7. Resolve the Service dependency directly in the Action Method.srt
4.2 KB
~Get Your Files Here !/14. Ream world Asp.Net Core Web API Application Development/1. Start the development of Real world Asp.Net Core Web API application.mp4
20.1 MB
~Get Your Files Here !/14. Ream world Asp.Net Core Web API Application Development/1. Start the development of Real world Asp.Net Core Web API application.srt
2.8 KB
~Get Your Files Here !/15. Installation and Setup the Entity Framework Core/1. Introduction to Entity Framework Core.mp4
10.8 MB
~Get Your Files Here !/15. Installation and Setup the Entity Framework Core/1. Introduction to Entity Framework Core.srt
6.7 KB
~Get Your Files Here !/15. Installation and Setup the Entity Framework Core/2. Install Entity Framework Core in Asp.Net Core Web API application.mp4
22 MB
~Get Your Files Here !/15. Installation and Setup the Entity Framework Core/2. Install Entity Framework Core in Asp.Net Core Web API application.srt
4.7 KB
~Get Your Files Here !/15. Installation and Setup the Entity Framework Core/3. Setup the DbContext Class and Database Connection String.mp4
43.9 MB
~Get Your Files Here !/15. Installation and Setup the Entity Framework Core/3. Setup the DbContext Class and Database Connection String.srt
7.6 KB
~Get Your Files Here !/15. Installation and Setup the Entity Framework Core/4. Read connection string from appsettings.json file.mp4
11.8 MB
~Get Your Files Here !/15. Installation and Setup the Entity Framework Core/4. Read connection string from appsettings.json file.srt
2.1 KB
~Get Your Files Here !/15. Installation and Setup the Entity Framework Core/5. Generate SQL Server database using Entity Framework Core migrations.mp4
23.9 MB
~Get Your Files Here !/15. Installation and Setup the Entity Framework Core/5. Generate SQL Server database using Entity Framework Core migrations.srt
5.5 KB
~Get Your Files Here !/16. RESTful Web API Development/1. HTTPGET Create API to get all items from database.mp4
81 MB
~Get Your Files Here !/16. RESTful Web API Development/1. HTTPGET Create API to get all items from database.srt
15.5 KB
~Get Your Files Here !/16. RESTful Web API Development/2. HTTPGET Create API to get one item from database.mp4
36.2 MB
~Get Your Files Here !/16. RESTful Web API Development/2. HTTPGET Create API to get one item from database.srt
7.5 KB
~Get Your Files Here !/16. RESTful Web API Development/3. HTTPPOST Create API to add new item in the database.mp4
45.2 MB
~Get Your Files Here !/16. RESTful Web API Development/3. HTTPPOST Create API to add new item in the database.srt
7.8 KB
~Get Your Files Here !/16. RESTful Web API Development/4. HTTPPUT Create API to update the item in the database.mp4
39.2 MB
~Get Your Files Here !/16. RESTful Web API Development/4. HTTPPUT Create API to update the item in the database.srt
6.6 KB
~Get Your Files Here !/16. RESTful Web API Development/5. HTTPPUT Update item in one database call.mp4
15.7 MB
~Get Your Files Here !/16. RESTful Web API Development/5. HTTPPUT Update item in one database call.srt
3.2 KB
~Get Your Files Here !/16. RESTful Web API Development/6. HTTPPATCH Create API to partially update an item.mp4
53.9 MB
~Get Your Files Here !/16. RESTful Web API Development/6. HTTPPATCH Create API to partially update an item.srt
9.8 KB
~Get Your Files Here !/16. RESTful Web API Development/7. HTTPDELETE Create API to delete item from database.mp4
29.9 MB
~Get Your Files Here !/16. RESTful Web API Development/7. HTTPDELETE Create API to delete item from database.srt
5.6 KB
~Get Your Files Here !/16. RESTful Web API Development/8. Implement Model validations in Web APIs.mp4
26 MB
~Get Your Files Here !/16. RESTful Web API Development/8. Implement Model validations in Web APIs.srt
6.1 KB
~Get Your Files Here !/16. RESTful Web API Development/9. Working with Automapper.mp4
74.8 MB
~Get Your Files Here !/16. RESTful Web API Development/9. Working with Automapper.srt
12.1 KB
~Get Your Files Here !/17. Consume the Web API in Angular application/1. Setup the Angular application and install bootstrap.mp4
37.2 MB
~Get Your Files Here !/17. Consume the Web API in Angular application/1. Setup the Angular application and install bootstrap.srt
7.1 KB
~Get Your Files Here !/17. Consume the Web API in Angular application/2. Consume GetAllBooks API in the Angular application and face the CORS issue.mp4
44.6 MB
~Get Your Files Here !/17. Consume the Web API in Angular application/2. Consume GetAllBooks API in the Angular application and face the CORS issue.srt
6 KB
~Get Your Files Here !/17. Consume the Web API in Angular application/3. Fix CORS issue in Asp.Net Core Web API and display the books data in Angular app.mp4
41.6 MB
~Get Your Files Here !/17. Consume the Web API in Angular application/3. Fix CORS issue in Asp.Net Core Web API and display the books data in Angular app.srt
7 KB
~Get Your Files Here !/17. Consume the Web API in Angular application/4. Consume Add new Book POST API in Angular application.mp4
71.9 MB
~Get Your Files Here !/17. Consume the Web API in Angular application/4. Consume Add new Book POST API in Angular application.srt
9.8 KB
~Get Your Files Here !/18. Login and Signup with JWT Token and Identity Core/1. Install Identity Core and generate the tables automatically.mp4