BT种子基本信息
- 种子哈希:af3b471f7c93fb23e55eb63f84a6f662c9fc1f41
- 文档大小:2.8 GB
- 文档个数:217个文档
- 下载次数:4819次
- 下载速度:极快
- 收录时间:2022-06-08
- 最近下载:2024-11-12
- DMCA/屏蔽:DMCA/屏蔽
文档列表
- ~Get Your Files Here !/18. Login and Signup with JWT Token and Identity Core/6. Login API with JWT token.mp4 94.2 MB
- ~Get Your Files Here !/16. RESTful Web API Development/1. HTTPGET Create API to get all items from database.mp4 84.9 MB
- ~Get Your Files Here !/18. Login and Signup with JWT Token and Identity Core/1. Install Identity Core and generate the tables automatically.mp4 82.9 MB
- ~Get Your Files Here !/18. Login and Signup with JWT Token and Identity Core/3. Signup (Register) in Asp.Net Core API.mp4 79.1 MB
- ~Get Your Files Here !/16. RESTful Web API Development/9. Working with Automapper.mp4 78.4 MB
- ~Get Your Files Here !/17. Consume the Web API in Angular application/4. Consume Add new Book POST API in Angular application.mp4 75.4 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).mp4 74.3 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).mp4 67.0 MB
- ~Get Your Files Here !/13. Dependency Injection/3. Singleton service lifetime using AddSingleton method.mp4 59.0 MB
- ~Get Your Files Here !/13. Dependency Injection/6. TryAddSingleton, TryAddScoped and TryAddTransient methods in DI.mp4 58.0 MB
- ~Get Your Files Here !/13. Dependency Injection/2. Working with Services without using Dependency Injection.mp4 56.5 MB
- ~Get Your Files Here !/16. RESTful Web API Development/6. HTTPPATCH Create API to partially update an item.mp4 56.5 MB
- ~Get Your Files Here !/18. Login and Signup with JWT Token and Identity Core/5. Install package for JWT and configure in Asp.Net Core.mp4 56.3 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.mp4 54.1 MB
- ~Get Your Files Here !/6. Explanation of Asp.Net Core Web API Project files/1. Asp.Net Core Web API Project files.mp4 49.4 MB
- ~Get Your Files Here !/16. RESTful Web API Development/3. HTTPPOST Create API to add new item in the database.mp4 47.4 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.mp4 47.4 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.mp4 46.8 MB
- ~Get Your Files Here !/15. Installation and Setup the Entity Framework Core/3. Setup the DbContext Class and Database Connection String.mp4 46.0 MB
- ~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/4. Return 201 status code.mp4 45.2 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.mp4 43.6 MB
- ~Get Your Files Here !/16. RESTful Web API Development/4. HTTPPUT Create API to update the item in the database.mp4 41.1 MB
- ~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/2. Return 202 status code.mp4 40.0 MB
- ~Get Your Files Here !/17. Consume the Web API in Angular application/1. Setup the Angular application and install bootstrap.mp4 39.0 MB
- ~Get Your Files Here !/9. Routing in Asp.Net Core Web API/10. Route Constraints Validate the route variables.mp4 38.7 MB
- ~Get Your Files Here !/16. RESTful Web API Development/2. HTTPGET Create API to get one item from database.mp4 37.9 MB
- ~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/1. Return 200 status code.mp4 37.1 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.mp4 33.3 MB
- ~Get Your Files Here !/8. Middleware and HTTP Request Pipeline/4. Demo Use() & Next() method in Middleware.mp4 32.0 MB
- ~Get Your Files Here !/16. RESTful Web API Development/7. HTTPDELETE Create API to delete item from database.mp4 31.3 MB
- ~Get Your Files Here !/7. Convert a Console application to Asp.Net Core Web API application (The Origin)/8. Add a new controller in the application.mp4 30.8 MB
- ~Get Your Files Here !/9. Routing in Asp.Net Core Web API/9. Set the Base Route at the Controller level.mp4 30.0 MB
- ~Get Your Files Here !/9. Routing in Asp.Net Core Web API/3. Set first Route on Controller's Action method.mp4 29.2 MB
- ~Get Your Files Here !/8. Middleware and HTTP Request Pipeline/7. Verify the Next() method in built-in middleware Dig Asp.Net Core GitHub Repo.mp4 29.0 MB
- ~Get Your Files Here !/8. Middleware and HTTP Request Pipeline/6. Create Custom Middleware in a separate file.mp4 29.0 MB
- ~Get Your Files Here !/12. Model Binder - The process of binding the incoming request data to dot net types/3. [BindProperties] attribute.mp4 28.8 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.mp4 28.0 MB
- ~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/5. Return 301, 302 status code.mp4 27.9 MB
- ~Get Your Files Here !/16. RESTful Web API Development/8. Implement Model validations in Web APIs.mp4 27.3 MB
- ~Get Your Files Here !/4. System Setup/2. Install the Dot Net Core framework and verify the installation.mp4 26.9 MB
- ~Get Your Files Here !/15. Installation and Setup the Entity Framework Core/5. Generate SQL Server database using Entity Framework Core migrations.mp4 25.0 MB
- ~Get Your Files Here !/5. Introduction to Asp.Net Core Web API project/6. Create, Build and Run the Web API Core project using Visual Studio 2019.mp4 25.0 MB
- ~Get Your Files Here !/4. System Setup/3. Install the Visual Studio 2019 and Visual Studio Code (The Code Editor).mp4 25.0 MB
- ~Get Your Files Here !/13. Dependency Injection/7. Resolve the Service dependency directly in the Action Method.mp4 24.5 MB
- ~Get Your Files Here !/7. Convert a Console application to Asp.Net Core Web API application (The Origin)/4. Add a Default Web Host Builder.mp4 24.3 MB
- ~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/3. Return 400 status code.mp4 23.6 MB
- ~Get Your Files Here !/5. Introduction to Asp.Net Core Web API project/5. Test the default APIs using Swagger, Browser and Postman.mp4 23.5 MB
- ~Get Your Files Here !/9. Routing in Asp.Net Core Web API/4. Working with Variables in Routing.mp4 23.4 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.mp4 23.1 MB
- ~Get Your Files Here !/6. Explanation of Asp.Net Core Web API Project files/2. launchSettings.json file in Asp.Net Core Web API.mp4 22.3 MB
- ~Get Your Files Here !/8. Middleware and HTTP Request Pipeline/5. Demo Map() method in middleware.mp4 21.2 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.mp4 21.1 MB
- ~Get Your Files Here !/7. Convert a Console application to Asp.Net Core Web API application (The Origin)/6. Setup the default route to access a resource.mp4 20.9 MB
- ~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/7. Remaining built-in methods.mp4 20.5 MB
- ~Get Your Files Here !/18. Login and Signup with JWT Token and Identity Core/2. Create Controller and Repository for Login and Signup.mp4 20.3 MB
- ~Get Your Files Here !/10. Controller Action Return Type in Asp.Net Core/1. Specific type.mp4 19.1 MB
- ~Get Your Files Here !/10. Controller Action Return Type in Asp.Net Core/2. IActionResult.mp4 18.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.mp4 18.6 MB
- ~Get Your Files Here !/18. Login and Signup with JWT Token and Identity Core/4. Authorize attribute.mp4 18.4 MB
- ~Get Your Files Here !/8. Middleware and HTTP Request Pipeline/1. What is Middleware and HTTP Request Pipeline.mp4 17.9 MB
- ~Get Your Files Here !/13. Dependency Injection/1. What is Dependency Injection (DI).mp4 17.9 MB
- ~Get Your Files Here !/9. Routing in Asp.Net Core Web API/12. Best practices of RESTful URLs for CRUD operations.mp4 17.8 MB
- ~Get Your Files Here !/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 16.9 MB
- ~Get Your Files Here !/9. Routing in Asp.Net Core Web API/5. Working with Query String in Routing.mp4 16.9 MB
- ~Get Your Files Here !/9. Routing in Asp.Net Core Web API/8. Token replacement in Routing.mp4 16.8 MB
- ~Get Your Files Here !/16. RESTful Web API Development/5. HTTPPUT Update item in one database call.mp4 16.5 MB
- ~Get Your Files Here !/9. Routing in Asp.Net Core Web API/2. How to enable the Routing in Asp.Net Core Web API.mp4 15.6 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.mp4 15.2 MB
- ~Get Your Files Here !/8. Middleware and HTTP Request Pipeline/3. Demo Run() method in Middleware.mp4 14.9 MB
- ~Get Your Files Here !/7. Convert a Console application to Asp.Net Core Web API application (The Origin)/3. Add a Default Host Builder.mp4 14.7 MB
- ~Get Your Files Here !/7. Convert a Console application to Asp.Net Core Web API application (The Origin)/2. Update the csproj file.mp4 14.7 MB
- ~Get Your Files Here !/7. Convert a Console application to Asp.Net Core Web API application (The Origin)/7. Inject Web API services using AddControllers method.mp4 14.0 MB
- ~Get Your Files Here !/7. Convert a Console application to Asp.Net Core Web API application (The Origin)/5. Setup the Startup class (Configure and ConfigureServices method).mp4 13.9 MB
- ~Get Your Files Here !/9. Routing in Asp.Net Core Web API/11. Route Constraints Alpha & Regular Expression (regex).mp4 12.5 MB
- ~Get Your Files Here !/15. Installation and Setup the Entity Framework Core/4. Read connection string from appsettings.json file.mp4 12.4 MB
- ~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/6. Return 404 status code.mp4 12.0 MB
- ~Get Your Files Here !/15. Installation and Setup the Entity Framework Core/1. Introduction to Entity Framework Core.mp4 11.4 MB
- ~Get Your Files Here !/13. Dependency Injection/5. Transient service lifetime using AddTransient method.mp4 11.0 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.mp4 10.1 MB
- ~Get Your Files Here !/3. Fundamentals of HTTP, HTTP Verbs and Status Code/6. Demo HTTP Request & Response.mp4 9.7 MB
- ~Get Your Files Here !/9. Routing in Asp.Net Core Web API/7. Same URL for multiple resource (Is this Possible).mp4 9.3 MB
- ~Get Your Files Here !/3. Fundamentals of HTTP, HTTP Verbs and Status Code/1. What is HTTP and why we need to know about HTTP.mp4 9.1 MB
- ~Get Your Files Here !/10. Controller Action Return Type in Asp.Net Core/3. ActionResultT.mp4 8.8 MB
- ~Get Your Files Here !/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 8.7 MB
- ~Get Your Files Here !/1. Introduction/1. Introduction.mp4 8.7 MB
- ~Get Your Files Here !/2. Why exactly do we need the Web API/2. What is the need of Web API (The solution).mp4 8.4 MB
- ~Get Your Files Here !/4. System Setup/5. Install SQL Server Management Studio (SSMS).mp4 8.3 MB
- ~Get Your Files Here !/3. Fundamentals of HTTP, HTTP Verbs and Status Code/3. HTTP Verbs or HTTP methods.mp4 8.3 MB
- ~Get Your Files Here !/13. Dependency Injection/4. Scoped service lifetime using AddScoped method.mp4 7.6 MB
- ~Get Your Files Here !/5. Introduction to Asp.Net Core Web API project/4. Run the Asp.Net Core Web API project using CLI.mp4 7.5 MB
- ~Get Your Files Here !/6. Explanation of Asp.Net Core Web API Project files/3. csproj (Project file) in Asp.Net Core Web API.mp4 7.5 MB
- ~Get Your Files Here !/3. Fundamentals of HTTP, HTTP Verbs and Status Code/5. Frequently used Status Codes in Web API.mp4 7.4 MB
- ~Get Your Files Here !/4. System Setup/4. Install the SQL Server.mp4 6.6 MB
- ~Get Your Files Here !/2. Why exactly do we need the Web API/3. What is Web API and which framework should we use for the development.mp4 6.6 MB
- ~Get Your Files Here !/9. Routing in Asp.Net Core Web API/6. Setup multiple URLs for single resource (Action Method).mp4 6.5 MB
- ~Get Your Files Here !/3. Fundamentals of HTTP, HTTP Verbs and Status Code/4. Status Code and their categories.mp4 6.4 MB
- ~Get Your Files Here !/2. Why exactly do we need the Web API/1. What is the need of Web API (The problem).mp4 6.3 MB
- ~Get Your Files Here !/8. Middleware and HTTP Request Pipeline/2. Working with Run(), Map(), Use() and Next() method.mp4 5.4 MB
- ~Get Your Files Here !/9. Routing in Asp.Net Core Web API/1. What is Routing in Asp.Net Core Web API.mp4 5.1 MB
- ~Get Your Files Here !/19. End of the Course/1. Course last video ).mp4 5.0 MB
- ~Get Your Files Here !/5. Introduction to Asp.Net Core Web API project/2. Open the project files in Visual Studio Code.mp4 4.6 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.mp4 4.4 MB
- ~Get Your Files Here !/4. System Setup/1. List of all software required for Web API development.mp4 4.0 MB
- ~Get Your Files Here !/2. Why exactly do we need the Web API/4. What is REST and RESTful Web APIs.mp4 3.2 MB
- ~Get Your Files Here !/4. System Setup/6. Install Postman (The Client tool for testing Web APIs).mp4 3.2 MB
- ~Get Your Files Here !/3. Fundamentals of HTTP, HTTP Verbs and Status Code/2. HTTP Request and HTTP Response with its components.mp4 2.7 MB
- ~Get Your Files Here !/5. Introduction to Asp.Net Core Web API project/3. Build the Asp.Net Core Web API project using CLI.mp4 2.7 MB
- ~Get Your Files Here !/16. RESTful Web API Development/1. HTTPGET Create API to get all items from database.srt 15.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.srt 14.9 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).srt 14.3 kB
- ~Get Your Files Here !/9. Routing in Asp.Net Core Web API/10. Route Constraints Validate the route variables.srt 13.1 kB
- ~Get Your Files Here !/16. RESTful Web API Development/9. Working with Automapper.srt 12.4 kB
- ~Get Your Files Here !/6. Explanation of Asp.Net Core Web API Project files/1. Asp.Net Core Web API Project files.srt 11.6 kB
- ~Get Your Files Here !/18. Login and Signup with JWT Token and Identity Core/6. Login API with JWT token.srt 11.6 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).srt 10.7 kB
- ~Get Your Files Here !/13. Dependency Injection/1. What is Dependency Injection (DI).srt 10.7 kB
- ~Get Your Files Here !/18. Login and Signup with JWT Token and Identity Core/3. Signup (Register) in Asp.Net Core API.srt 10.4 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.srt 10.2 kB
- ~Get Your Files Here !/16. RESTful Web API Development/6. HTTPPATCH Create API to partially update an item.srt 10.1 kB
- ~Get Your Files Here !/17. Consume the Web API in Angular application/4. Consume Add new Book POST API in Angular application.srt 10.0 kB
- ~Get Your Files Here !/13. Dependency Injection/3. Singleton service lifetime using AddSingleton method.srt 9.9 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.srt 9.8 kB
- ~Get Your Files Here !/9. Routing in Asp.Net Core Web API/12. Best practices of RESTful URLs for CRUD operations.srt 9.6 kB
- ~Get Your Files Here !/7. Convert a Console application to Asp.Net Core Web API application (The Origin)/8. Add a new controller in the application.srt 9.3 kB
- ~Get Your Files Here !/13. Dependency Injection/6. TryAddSingleton, TryAddScoped and TryAddTransient methods in DI.srt 9.3 kB
- ~Get Your Files Here !/8. Middleware and HTTP Request Pipeline/1. What is Middleware and HTTP Request Pipeline.srt 9.2 kB
- ~Get Your Files Here !/13. Dependency Injection/2. Working with Services without using Dependency Injection.srt 8.5 kB
- ~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/4. Return 201 status code.srt 8.2 kB
- ~Get Your Files Here !/16. RESTful Web API Development/3. HTTPPOST Create API to add new item in the database.srt 7.9 kB
- ~Get Your Files Here !/5. Introduction to Asp.Net Core Web API project/6. Create, Build and Run the Web API Core project using Visual Studio 2019.srt 7.9 kB
- ~Get Your Files Here !/15. Installation and Setup the Entity Framework Core/3. Setup the DbContext Class and Database Connection String.srt 7.8 kB
- ~Get Your Files Here !/16. RESTful Web API Development/2. HTTPGET Create API to get one item from database.srt 7.6 kB
- ~Get Your Files Here !/4. System Setup/2. Install the Dot Net Core framework and verify the installation.srt 7.4 kB
- ~Get Your Files Here !/17. Consume the Web API in Angular application/1. Setup the Angular application and install bootstrap.srt 7.3 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.srt 7.2 kB
- ~Get Your Files Here !/9. Routing in Asp.Net Core Web API/3. Set first Route on Controller's Action method.srt 6.9 kB
- ~Get Your Files Here !/15. Installation and Setup the Entity Framework Core/1. Introduction to Entity Framework Core.srt 6.9 kB
- ~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/1. Return 200 status code.srt 6.7 kB
- ~Get Your Files Here !/16. RESTful Web API Development/4. HTTPPUT Create API to update the item in the database.srt 6.7 kB
- ~Get Your Files Here !/18. Login and Signup with JWT Token and Identity Core/5. Install package for JWT and configure in Asp.Net Core.srt 6.7 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.srt 6.7 kB
- ~Get Your Files Here !/5. Introduction to Asp.Net Core Web API project/5. Test the default APIs using Swagger, Browser and Postman.srt 6.7 kB
- ~Get Your Files Here !/8. Middleware and HTTP Request Pipeline/4. Demo Use() & Next() method in Middleware.srt 6.7 kB
- ~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/2. Return 202 status code.srt 6.4 kB
- ~Get Your Files Here !/16. RESTful Web API Development/8. Implement Model validations in Web APIs.srt 6.2 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.srt 6.1 kB
- ~Get Your Files Here !/4. System Setup/3. Install the Visual Studio 2019 and Visual Studio Code (The Code Editor).srt 6.0 kB
- ~Get Your Files Here !/8. Middleware and HTTP Request Pipeline/6. Create Custom Middleware in a separate file.srt 5.9 kB
- ~Get Your Files Here !/3. Fundamentals of HTTP, HTTP Verbs and Status Code/3. HTTP Verbs or HTTP methods.srt 5.9 kB
- ~Get Your Files Here !/16. RESTful Web API Development/7. HTTPDELETE Create API to delete item from database.srt 5.8 kB
- ~Get Your Files Here !/15. Installation and Setup the Entity Framework Core/5. Generate SQL Server database using Entity Framework Core migrations.srt 5.6 kB
- ~Get Your Files Here !/7. Convert a Console application to Asp.Net Core Web API application (The Origin)/3. Add a Default Host Builder.srt 5.5 kB
- ~Get Your Files Here !/6. Explanation of Asp.Net Core Web API Project files/2. launchSettings.json file in Asp.Net Core Web API.srt 5.2 kB
- ~Get Your Files Here !/9. Routing in Asp.Net Core Web API/9. Set the Base Route at the Controller level.srt 5.2 kB
- ~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/5. Return 301, 302 status code.srt 5.0 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.srt 4.9 kB
- ~Get Your Files Here !/12. Model Binder - The process of binding the incoming request data to dot net types/3. [BindProperties] attribute.srt 4.9 kB
- ~Get Your Files Here !/9. Routing in Asp.Net Core Web API/4. Working with Variables in Routing.srt 4.8 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.srt 4.8 kB
- ~Get Your Files Here !/7. Convert a Console application to Asp.Net Core Web API application (The Origin)/4. Add a Default Web Host Builder.srt 4.8 kB
- ~Get Your Files Here !/9. Routing in Asp.Net Core Web API/5. Working with Query String in Routing.srt 4.6 kB
- ~Get Your Files Here !/7. Convert a Console application to Asp.Net Core Web API application (The Origin)/2. Update the csproj file.srt 4.6 kB
- ~Get Your Files Here !/2. Why exactly do we need the Web API/2. What is the need of Web API (The solution).srt 4.6 kB
- ~Get Your Files Here !/13. Dependency Injection/7. Resolve the Service dependency directly in the Action Method.srt 4.3 kB
- ~Get Your Files Here !/5. Introduction to Asp.Net Core Web API project/1. Create your first Asp.Net Core Web API project using CLI- Command line interface.srt 4.3 kB
- ~Get Your Files Here !/8. Middleware and HTTP Request Pipeline/7. Verify the Next() method in built-in middleware Dig Asp.Net Core GitHub Repo.srt 4.2 kB
- ~Get Your Files Here !/3. Fundamentals of HTTP, HTTP Verbs and Status Code/5. Frequently used Status Codes in Web API.srt 4.2 kB
- ~Get Your Files Here !/2. Why exactly do we need the Web API/1. What is the need of Web API (The problem).srt 3.9 kB
- ~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/3. Return 400 status code.srt 3.9 kB
- ~Get Your Files Here !/3. Fundamentals of HTTP, HTTP Verbs and Status Code/1. What is HTTP and why we need to know about HTTP.srt 3.9 kB
- ~Get Your Files Here !/7. Convert a Console application to Asp.Net Core Web API application (The Origin)/6. Setup the default route to access a resource.srt 3.8 kB
- ~Get Your Files Here !/8. Middleware and HTTP Request Pipeline/5. Demo Map() method in middleware.srt 3.8 kB
- ~Get Your Files Here !/9. Routing in Asp.Net Core Web API/2. How to enable the Routing in Asp.Net Core Web API.srt 3.7 kB
- ~Get Your Files Here !/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.srt 3.6 kB
- ~Get Your Files Here !/10. Controller Action Return Type in Asp.Net Core/2. IActionResult.srt 3.6 kB
- ~Get Your Files Here !/7. Convert a Console application to Asp.Net Core Web API application (The Origin)/7. Inject Web API services using AddControllers method.srt 3.5 kB
- ~Get Your Files Here !/9. Routing in Asp.Net Core Web API/11. Route Constraints Alpha & Regular Expression (regex).srt 3.5 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.srt 3.4 kB
- ~Get Your Files Here !/1. Introduction/1. Introduction.srt 3.4 kB
- ~Get Your Files Here !/10. Controller Action Return Type in Asp.Net Core/1. Specific type.srt 3.3 kB
- ~Get Your Files Here !/16. RESTful Web API Development/5. HTTPPUT Update item in one database call.srt 3.3 kB
- ~Get Your Files Here !/2. Why exactly do we need the Web API/3. What is Web API and which framework should we use for the development.srt 3.3 kB
- ~Get Your Files Here !/9. Routing in Asp.Net Core Web API/8. Token replacement in Routing.srt 3.2 kB
- ~Get Your Files Here !/9. Routing in Asp.Net Core Web API/1. What is Routing in Asp.Net Core Web API.srt 3.2 kB
- ~Get Your Files Here !/8. Middleware and HTTP Request Pipeline/3. Demo Run() method in Middleware.srt 2.9 kB
- ~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/7. Remaining built-in methods.srt 2.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.srt 2.9 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.srt 2.8 kB
- ~Get Your Files Here !/3. Fundamentals of HTTP, HTTP Verbs and Status Code/4. Status Code and their categories.srt 2.8 kB
- ~Get Your Files Here !/4. System Setup/5. Install SQL Server Management Studio (SSMS).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.srt 2.7 kB
- ~Get Your Files Here !/18. Login and Signup with JWT Token and Identity Core/4. Authorize attribute.srt 2.7 kB
- ~Get Your Files Here !/7. Convert a Console application to Asp.Net Core Web API application (The Origin)/5. Setup the Startup class (Configure and ConfigureServices method).srt 2.7 kB
- ~Get Your Files Here !/4. System Setup/1. List of all software required for Web API development.srt 2.6 kB
- ~Get Your Files Here !/4. System Setup/4. Install the SQL Server.srt 2.6 kB
- ~Get Your Files Here !/18. Login and Signup with JWT Token and Identity Core/2. Create Controller and Repository for Login and Signup.srt 2.5 kB
- ~Get Your Files Here !/3. Fundamentals of HTTP, HTTP Verbs and Status Code/6. Demo HTTP Request & Response.srt 2.4 kB
- ~Get Your Files Here !/8. Middleware and HTTP Request Pipeline/2. Working with Run(), Map(), Use() and Next() method.srt 2.4 kB
- ~Get Your Files Here !/13. Dependency Injection/5. Transient service lifetime using AddTransient method.srt 2.4 kB
- ~Get Your Files Here !/1. Introduction/2. Project Exercise.html 2.2 kB
- ~Get Your Files Here !/11. Built-In methods to return Response data with proper Status Code/6. Return 404 status code.srt 2.2 kB
- ~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 !/5. Introduction to Asp.Net Core Web API project/4. Run the Asp.Net Core Web API project using CLI.srt 2.0 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.srt 2.0 kB
- ~Get Your Files Here !/6. Explanation of Asp.Net Core Web API Project files/3. csproj (Project file) in Asp.Net Core Web API.srt 1.9 kB
- ~Get Your Files Here !/2. Why exactly do we need the Web API/4. What is REST and RESTful Web APIs.srt 1.8 kB
- ~Get Your Files Here !/13. Dependency Injection/4. Scoped service lifetime using AddScoped method.srt 1.8 kB
- ~Get Your Files Here !/9. Routing in Asp.Net Core Web API/7. Same URL for multiple resource (Is this Possible).srt 1.7 kB
- ~Get Your Files Here !/3. Fundamentals of HTTP, HTTP Verbs and Status Code/2. HTTP Request and HTTP Response with its components.srt 1.6 kB
- ~Get Your Files Here !/10. Controller Action Return Type in Asp.Net Core/3. ActionResultT.srt 1.5 kB
- ~Get Your Files Here !/4. System Setup/6. Install Postman (The Client tool for testing Web APIs).srt 1.3 kB
- ~Get Your Files Here !/5. Introduction to Asp.Net Core Web API project/2. Open the project files in Visual Studio Code.srt 1.3 kB
- ~Get Your Files Here !/9. Routing in Asp.Net Core Web API/6. Setup multiple URLs for single resource (Action Method).srt 1.1 kB
- ~Get Your Files Here !/5. Introduction to Asp.Net Core Web API project/3. Build the Asp.Net Core Web API project using CLI.srt 924 Bytes
- ~Get Your Files Here !/19. End of the Course/1. Course last video ).srt 591 Bytes
- ~Get Your Files Here !/Bonus Resources.txt 386 Bytes
- Get Bonus Downloads Here.url 182 Bytes
==查看完整文档列表==