Torrent Downloads » Other » [ DevCourseWeb com ] Udemy - ASP NET Core Web API - Zero to Hero [ASP Net Core 5 0]
Other
[ DevCourseWeb com ] Udemy - ASP NET Core Web API - Zero to Hero [ASP Net Core 5 0]
Torrent info
Name:[ DevCourseWeb com ] Udemy - ASP NET Core Web API - Zero to Hero [ASP Net Core 5 0]
Infohash: AF3B471F7C93FB23E55EB63F84A6F662C9FC1F41
Total Size: 2.62 GB
Magnet: Magnet Download
Seeds: 1
Leechers: 1
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2026-01-15 12:39:25 (Update Now)
Torrent added: 2022-06-03 01:01:38
Alternatives:[ DevCourseWeb com ] Udemy - ASP NET Core Web API - Zero to Hero [ASP Net Core 5 0] Torrents
Torrent Files List
Get Bonus Downloads Here.url (Size: 2.62 GB) (Files: 217)
Get Bonus Downloads Here.url
~Get Your Files Here !
1. Introduction
1. Introduction.mp4
1. Introduction.srt
2. Project Exercise.html
10. Controller Action Return Type in Asp.Net Core
1. Specific type.mp4
1. Specific type.srt
2. IActionResult.mp4
2. IActionResult.srt
3. ActionResultT.mp4
3. ActionResultT.srt
11. Built-In methods to return Response data with proper Status Code
1. Return 200 status code.mp4
1. Return 200 status code.srt
2. Return 202 status code.mp4
2. Return 202 status code.srt
3. Return 400 status code.mp4
3. Return 400 status code.srt
4. Return 201 status code.mp4
4. Return 201 status code.srt
5. Return 301, 302 status code.mp4
5. Return 301, 302 status code.srt
6. Return 404 status code.mp4
6. Return 404 status code.srt
7. Remaining built-in methods.mp4
7. Remaining built-in methods.srt
12. Model Binder - The process of binding the incoming request data to dot net types
1. What is Model Binder.mp4
1. What is Model Binder.srt
10. Custom Model Binder in Asp.Net Core Web API (Example -1).mp4
10. Custom Model Binder in Asp.Net Core Web API (Example -1).srt
11. Custom Model Binder in Asp.Net Core Web API (Example -2).mp4
11. Custom Model Binder in Asp.Net Core Web API (Example -2).srt
2. [BindProperty] attribute Bind Incoming form-data to public properties.mp4
2. [BindProperty] attribute Bind Incoming form-data to public properties.srt
3. [BindProperties] attribute.mp4
3. [BindProperties] attribute.srt
4. Model binder's default way to bind the incoming request data with parameters.mp4
4. Model binder's default way to bind the incoming request data with parameters.srt
5. [FromQuery] attribute Bind the query string data.mp4
5. [FromQuery] attribute Bind the query string data.srt
6. [FromRoute] attribute Bind the route data.mp4
6. [FromRoute] attribute Bind the route data.srt
7. [FromBody] attribute Bind the body data.mp4
7. [FromBody] attribute Bind the body data.srt
8. [FromForm] attribute Bind the from-data.mp4
8. [FromForm] attribute Bind the from-data.srt
9. [FromHeader] attribute Bind the header data.mp4
9. [FromHeader] attribute Bind the header data.srt
13. Dependency Injection
1. What is Dependency Injection (DI).mp4
1. What is Dependency Injection (DI).srt
2. Working with Services without using Dependency Injection.mp4
2. Working with Services without using Dependency Injection.srt
3. Singleton service lifetime using AddSingleton method.mp4
3. Singleton service lifetime using AddSingleton method.srt
4. Scoped service lifetime using AddScoped method.mp4
4. Scoped service lifetime using AddScoped method.srt
5. Transient service lifetime using AddTransient method.mp4
5. Transient service lifetime using AddTransient method.srt
6. TryAddSingleton, TryAddScoped and TryAddTransient methods in DI.mp4
6. TryAddSingleton, TryAddScoped and TryAddTransient methods in DI.srt
7. Resolve the Service dependency directly in the Action Method.mp4
7. Resolve the Service dependency directly in the Action Method.srt
14. Ream world Asp.Net Core Web API Application Development
1. Start the development of Real world Asp.Net Core Web API application.mp4
1. Start the development of Real world Asp.Net Core Web API application.srt
15. Installation and Setup the Entity Framework Core
1. Introduction to Entity Framework Core.mp4
1. Introduction to Entity Framework Core.srt
2. Install Entity Framework Core in Asp.Net Core Web API application.mp4
2. Install Entity Framework Core in Asp.Net Core Web API application.srt
3. Setup the DbContext Class and Database Connection String.mp4
3. Setup the DbContext Class and Database Connection String.srt
4. Read connection string from appsettings.json file.mp4
4. Read connection string from appsettings.json file.srt
5. Generate SQL Server database using Entity Framework Core migrations.mp4
5. Generate SQL Server database using Entity Framework Core migrations.srt
16. RESTful Web API Development
1. HTTPGET Create API to get all items from database.mp4
1. HTTPGET Create API to get all items from database.srt
2. HTTPGET Create API to get one item from database.mp4
2. HTTPGET Create API to get one item from database.srt
3. HTTPPOST Create API to add new item in the database.mp4
3. HTTPPOST Create API to add new item in the database.srt
4. HTTPPUT Create API to update the item in the database.mp4
4. HTTPPUT Create API to update the item in the database.srt
5. HTTPPUT Update item in one database call.mp4
5. HTTPPUT Update item in one database call.srt
6. HTTPPATCH Create API to partially update an item.mp4
6. HTTPPATCH Create API to partially update an item.srt
7. HTTPDELETE Create API to delete item from database.mp4
7. HTTPDELETE Create API to delete item from database.srt
8. Implement Model validations in Web APIs.mp4
8. Implement Model validations in Web APIs.srt
9. Working with Automapper.mp4
9. Working with Automapper.srt
17. Consume the Web API in Angular application
1. Setup the Angular application and install bootstrap.mp4
1. Setup the Angular application and install bootstrap.srt
2. Consume GetAllBooks API in the Angular application and face the CORS issue.mp4
2. Consume GetAllBooks API in the Angular application and face the CORS issue.srt
3. Fix CORS issue in Asp.Net Core Web API and display the books data in Angular app.mp4
3. Fix CORS issue in Asp.Net Core Web API and display the books data in Angular app.srt
4. Consume Add new Book POST API in Angular application.mp4
4. Consume Add new Book POST API in Angular application.srt
18. Login and Signup with JWT Token and Identity Core
1. Install Identity Core and generate the tables automatically.mp4
1. Install Identity Core and generate the tables automatically.srt
2. Create Controller and Repository for Login and Signup.mp4
2. Create Controller and Repository for Login and Signup.srt
3. Signup (Register) in Asp.Net Core API.mp4
3. Signup (Register) in Asp.Net Core API.srt
4. Authorize attribute.mp4
4. Authorize attribute.srt
5. Install package for JWT and configure in Asp.Net Core.mp4
5. Install package for JWT and configure in Asp.Net Core.srt
6. Login API with JWT token.mp4
6. Login API with JWT token.srt
19. End of the Course
1. Course last video ).mp4
1. Course last video ).srt
2. Why exactly do we need the Web API
1. What is the need of Web API (The problem).mp4
1. What is the need of Web API (The problem).srt
2. What is the need of Web API (The solution).mp4
2. What is the need of Web API (The solution).srt
3. What is Web API and which framework should we use for the development.mp4
3. What is Web API and which framework should we use for the development.srt
4. What is REST and RESTful Web APIs.mp4
4. What is REST and RESTful Web APIs.srt
3. Fundamentals of HTTP, HTTP Verbs and Status Code
1. What is HTTP and why we need to know about HTTP.mp4
1. What is HTTP and why we need to know about HTTP.srt
2. HTTP Request and HTTP Response with its components.mp4
2. HTTP Request and HTTP Response with its components.srt
3. HTTP Verbs or HTTP methods.mp4
3. HTTP Verbs or HTTP methods.srt
4. Status Code and their categories.mp4
4. Status Code and their categories.srt
5. Frequently used Status Codes in Web API.mp4
5. Frequently used Status Codes in Web API.srt
6. Demo HTTP Request & Response.mp4
6. Demo HTTP Request & Response.srt
4. System Setup
1. List of all software required for Web API development.mp4
1. List of all software required for Web API development.srt
2. Install the Dot Net Core framework and verify the installation.mp4
2. Install the Dot Net Core framework and verify the installation.srt
3. Install the Visual Studio 2019 and Visual Studio Code (The Code Editor).mp4
3. Install the Visual Studio 2019 and Visual Studio Code (The Code Editor).srt
4. Install the SQL Server.mp4
4. Install the SQL Server.srt
5. Install SQL Server Management Studio (SSMS).mp4
5. Install SQL Server Management Studio (SSMS).srt
6. Install Postman (The Client tool for testing Web APIs).mp4
6. Install Postman (The Client tool for testing Web APIs).srt
5. Introduction to Asp.Net Core Web API project
1. Create your first Asp.Net Core Web API project using CLI- Command line interface.mp4
1. Create your first Asp.Net Core Web API project using CLI- Command line interface.srt
2. Open the project files in Visual Studio Code.mp4
2. Open the project files in Visual Studio Code.srt
3. Build the Asp.Net Core Web API project using CLI.mp4
3. Build the Asp.Net Core Web API project using CLI.srt
4. Run the Asp.Net Core Web API project using CLI.mp4
4. Run the Asp.Net Core Web API project using CLI.srt
5. Test the default APIs using Swagger, Browser and Postman.mp4
5. Test the default APIs using Swagger, Browser and Postman.srt
6. Create, Build and Run the Web API Core project using Visual Studio 2019.mp4
6. Create, Build and Run the Web API Core project using Visual Studio 2019.srt
6. Explanation of Asp.Net Core Web API Project files
1. Asp.Net Core Web API Project files.mp4
1. Asp.Net Core Web API Project files.srt
2. launchSettings.json file in Asp.Net Core Web API.mp4
2. launchSettings.json file in Asp.Net Core Web API.srt
3. csproj (Project file) in Asp.Net Core Web API.mp4
3. csproj (Project file) in Asp.Net Core Web API.srt
7. Convert a Console application to Asp.Net Core Web API application (The Origin)
1. Create a Dot Net Core Console application using Visual Studio.mp4
1. Create a Dot Net Core Console application using Visual Studio.srt
2. Update the csproj file.mp4
2. Update the csproj file.srt
3. Add a Default Host Builder.mp4
3. Add a Default Host Builder.srt
4. Add a Default Web Host Builder.mp4
4. Add a Default Web Host Builder.srt
5. Setup the Startup class (Configure and ConfigureServices method).mp4
5. Setup the Startup class (Configure and ConfigureServices method).srt
6. Setup the default route to access a resource.mp4
6. Setup the default route to access a resource.srt
7. Inject Web API services using AddControllers method.mp4
7. Inject Web API services using AddControllers method.srt
8. Add a new controller in the application.mp4
8. Add a new controller in the application.srt
8. Middleware and HTTP Request Pipeline
1. What is Middleware and HTTP Request Pipeline.mp4
1. What is Middleware and HTTP Request Pipeline.srt
2. Working with Run(), Map(), Use() and Next() method.mp4
2. Working with Run(), Map(), Use() and Next() method.srt
3. Demo Run() method in Middleware.mp4
3. Demo Run() method in Middleware.srt
4. Demo Use() & Next() method in Middleware.mp4
4. Demo Use() & Next() method in Middleware.srt
5. Demo Map() method in middleware.mp4
5. Demo Map() method in middleware.srt
6. Create Custom Middleware in a separate file.mp4
6. Create Custom Middleware in a separate file.srt
7. Verify the Next() method in built-in middleware Dig Asp.Net Core GitHub Repo.mp4
7. Verify the Next() method in built-in middleware Dig Asp.Net Core GitHub Repo.srt
9. Routing in Asp.Net Core Web API
1. What is Routing in Asp.Net Core Web API.mp4
1. What is Routing in Asp.Net Core Web API.srt
10. Route Constraints Validate the route variables.mp4
10. Route Constraints Validate the route variables.srt
11. Route Constraints Alpha & Regular Expression (regex).mp4
11. Route Constraints Alpha & Regular Expression (regex).srt
12. Best practices of RESTful URLs for CRUD operations.mp4
12. Best practices of RESTful URLs for CRUD operations.srt
2. How to enable the Routing in Asp.Net Core Web API.mp4
2. How to enable the Routing in Asp.Net Core Web API.srt
3. Set first Route on Controller's Action method.mp4
3. Set first Route on Controller's Action method.srt
4. Working with Variables in Routing.mp4
4. Working with Variables in Routing.srt
5. Working with Query String in Routing.mp4
5. Working with Query String in Routing.srt
6. Setup multiple URLs for single resource (Action Method).mp4
6. Setup multiple URLs for single resource (Action Method).srt
7. Same URL for multiple resource (Is this Possible).mp4
7. Same URL for multiple resource (Is this Possible).srt
8. Token replacement in Routing.mp4
8. Token replacement in Routing.srt
9. Set the Base Route at the Controller level.mp4
9. Set the Base Route at the Controller level.srt
Bonus Resources.txt
tracker
leech seedsTorrent description
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [ DevCourseWeb com ] Udemy - ASP NET Core Web API - Zero to Hero [ASP Net Core 5 0] Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.
related torrents
Torrent name
health leech seeds Size






