资源详情

返回首页 | 相关搜索
ASP.NET Core 6 Web API Deep Dive
大小 1.52 GB
文件数 277
Info Hash: 21E569FE993558AD9C3C9222306EC906B2A3B93C
收录时间 2025-12-14 16:44:15
更新时间 2025-12-21 15:57:56
文件列表 (277)
01. Course Overview/01. Course Overview.mp4
2.85 MB
01. Course Overview/01. Course Overview.srt
1.72 KB
02. Getting Started with REST/01. Coming Up.mp4
4.17 MB
02. Getting Started with REST/01. Coming Up.srt
3.49 KB
02. Getting Started with REST/02. Course Prerequisites.mp4
1.67 MB
02. Getting Started with REST/02. Course Prerequisites.srt
1.58 KB
02. Getting Started with REST/03. Frameworks and Tooling.mp4
4.48 MB
02. Getting Started with REST/03. Frameworks and Tooling.srt
2.47 KB
02. Getting Started with REST/04. Positioning ASP.NET Core MVC for Building RESTful APIs.mp4
5.85 MB
02. Getting Started with REST/04. Positioning ASP.NET Core MVC for Building RESTful APIs.srt
5.42 KB
02. Getting Started with REST/05. Demo- Introducing the Starter Project.mp4
29.32 MB
02. Getting Started with REST/05. Demo- Introducing the Starter Project.srt
8.75 KB
02. Getting Started with REST/06. Demo- Using Postman and Importing the Example Request Collection.mp4
8.19 MB
02. Getting Started with REST/06. Demo- Using Postman and Importing the Example Request Collection.srt
4.54 KB
02. Getting Started with REST/07. Introducing the REST Architectural Style.mp4
10.29 MB
02. Getting Started with REST/07. Introducing the REST Architectural Style.srt
8.88 KB
02. Getting Started with REST/08. Learning what the REST Constraints are About.mp4
37.26 MB
02. Getting Started with REST/08. Learning what the REST Constraints are About.srt
25.32 KB
02. Getting Started with REST/09. The Richardson Maturity Model.mp4
6.75 MB
02. Getting Started with REST/09. The Richardson Maturity Model.srt
6.02 KB
02. Getting Started with REST/10. Summary.mp4
2.31 MB
02. Getting Started with REST/10. Summary.srt
2.16 KB
03. Designing the Outer Facing Contract/01. Coming Up.mp4
1.21 MB
03. Designing the Outer Facing Contract/01. Coming Up.srt
1.22 KB
03. Designing the Outer Facing Contract/02. Designing the Outer Facing Contract.mp4
11.66 MB
03. Designing the Outer Facing Contract/02. Designing the Outer Facing Contract.srt
11.15 KB
03. Designing the Outer Facing Contract/03. Revisiting Routing.mp4
4.81 MB
03. Designing the Outer Facing Contract/03. Revisiting Routing.srt
3.73 KB
03. Designing the Outer Facing Contract/04. Demo- Adhering to URI Guidelines.mp4
30.42 MB
03. Designing the Outer Facing Contract/04. Demo- Adhering to URI Guidelines.srt
8.61 KB
03. Designing the Outer Facing Contract/05. Learning why Status Codes are Important.mp4
11.72 MB
03. Designing the Outer Facing Contract/05. Learning why Status Codes are Important.srt
9.35 KB
03. Designing the Outer Facing Contract/06. Demo- Returning Correct Status Codes.mp4
34.13 MB
03. Designing the Outer Facing Contract/06. Demo- Returning Correct Status Codes.srt
10.65 KB
03. Designing the Outer Facing Contract/07. Errors, Faults and API Availability.mp4
2.05 MB
03. Designing the Outer Facing Contract/07. Errors, Faults and API Availability.srt
1.65 KB
03. Designing the Outer Facing Contract/08. Demo- Handling Faults and Avoiding Exposing Implementation Details.mp4
18.68 MB
03. Designing the Outer Facing Contract/08. Demo- Handling Faults and Avoiding Exposing Implementation Details.srt
6.25 KB
03. Designing the Outer Facing Contract/09. Working With Content Negotiation and Formatters.mp4
7.42 MB
03. Designing the Outer Facing Contract/09. Working With Content Negotiation and Formatters.srt
6.5 KB
03. Designing the Outer Facing Contract/10. Demo- Supporting XML.mp4
17.98 MB
03. Designing the Outer Facing Contract/10. Demo- Supporting XML.srt
6.29 KB
03. Designing the Outer Facing Contract/11. Outer Facing Model vs. Entity Model.mp4
4.66 MB
03. Designing the Outer Facing Contract/11. Outer Facing Model vs. Entity Model.srt
4.3 KB
03. Designing the Outer Facing Contract/12. Supporting HEAD.mp4
1.24 MB
03. Designing the Outer Facing Contract/12. Supporting HEAD.srt
1.02 KB
03. Designing the Outer Facing Contract/13. Demo- Supporting HEAD.mp4
6.13 MB
03. Designing the Outer Facing Contract/13. Demo- Supporting HEAD.srt
2.05 KB
03. Designing the Outer Facing Contract/14. Summary.mp4
4.9 MB
03. Designing the Outer Facing Contract/14. Summary.srt
5.14 KB
04. Manipulating Resources/01. Coming Up.mp4
1.94 MB
04. Manipulating Resources/01. Coming Up.srt
2.09 KB
04. Manipulating Resources/02. Method Safety and Method Idempotency.mp4
4.68 MB
04. Manipulating Resources/02. Method Safety and Method Idempotency.srt
4.76 KB
04. Manipulating Resources/03. Demo- Inspecting and Fixing the POST Methods.mp4
43.16 MB
04. Manipulating Resources/03. Demo- Inspecting and Fixing the POST Methods.srt
14.81 KB
04. Manipulating Resources/04. The Advantages of Applying the ApiController Attribute.mp4
8.11 MB
04. Manipulating Resources/04. The Advantages of Applying the ApiController Attribute.srt
6.27 KB
04. Manipulating Resources/05. Demo- Creating Child Resources Together with a Parent Resource.mp4
16.65 MB
04. Manipulating Resources/05. Demo- Creating Child Resources Together with a Parent Resource.srt
6.06 KB
04. Manipulating Resources/06. Demo- Creating a Collection of Resources.mp4
19.14 MB
04. Manipulating Resources/06. Demo- Creating a Collection of Resources.srt
6.62 KB
04. Manipulating Resources/07. Demo- Working with Array Keys and Composite Keys.mp4
39.68 MB
04. Manipulating Resources/07. Demo- Working with Array Keys and Composite Keys.srt
12.93 KB
04. Manipulating Resources/08. Demo- Handling POST to a Single Resource.mp4
5.6 MB
04. Manipulating Resources/08. Demo- Handling POST to a Single Resource.srt
2.83 KB
04. Manipulating Resources/09. Full Updates (PUT) Versus Partial Updates (PATCH).mp4
9.25 MB
04. Manipulating Resources/09. Full Updates (PUT) Versus Partial Updates (PATCH).srt
8.34 KB
04. Manipulating Resources/10. Demo- Inspecting a PUT Action.mp4
15.87 MB
04. Manipulating Resources/10. Demo- Inspecting a PUT Action.srt
4.85 KB
04. Manipulating Resources/11. Demo- Supporting Partial Updates with PATCH.mp4
47.8 MB
04. Manipulating Resources/11. Demo- Supporting Partial Updates with PATCH.srt
15.75 KB
04. Manipulating Resources/12. Using PUT or PATCH for Creating Resources- Upserting.mp4
6.17 MB
04. Manipulating Resources/12. Using PUT or PATCH for Creating Resources- Upserting.srt
4.96 KB
04. Manipulating Resources/13. Demo- Upserting with PUT.mp4
17.58 MB
04. Manipulating Resources/13. Demo- Upserting with PUT.srt
5.57 KB
04. Manipulating Resources/14. Demo- Upserting with PATCH.mp4
10.48 MB
04. Manipulating Resources/14. Demo- Upserting with PATCH.srt
2.97 KB
04. Manipulating Resources/15. Considering Destructive Actions.mp4
3.12 MB
04. Manipulating Resources/15. Considering Destructive Actions.srt
3.03 KB
04. Manipulating Resources/16. Demo- Supporting OPTIONS.mp4
15.64 MB
04. Manipulating Resources/16. Demo- Supporting OPTIONS.srt
5.54 KB
04. Manipulating Resources/17. Demo- Inspecting Input Formatters.mp4
12.12 MB
04. Manipulating Resources/17. Demo- Inspecting Input Formatters.srt
4.45 KB
04. Manipulating Resources/18. Http Method Overview by Use Case.mp4
9.46 MB
04. Manipulating Resources/18. Http Method Overview by Use Case.srt
6.5 KB
04. Manipulating Resources/19. Summary.mp4
4.28 MB
04. Manipulating Resources/19. Summary.srt
4.31 KB
05. Validating Data and Reporting Validation Errors/01. Coming Up.mp4
1.1 MB
05. Validating Data and Reporting Validation Errors/01. Coming Up.srt
974 B
05. Validating Data and Reporting Validation Errors/02. Validation in a RESTful World.mp4
6.11 MB
05. Validating Data and Reporting Validation Errors/02. Validation in a RESTful World.srt
6.32 KB
05. Validating Data and Reporting Validation Errors/03. Demo- Validating Input With Data Annotations.mp4
26.25 MB
05. Validating Data and Reporting Validation Errors/03. Demo- Validating Input With Data Annotations.srt
9.82 KB
05. Validating Data and Reporting Validation Errors/04. Validation and the ApiController Attribute.mp4
1.2 MB
05. Validating Data and Reporting Validation Errors/04. Validation and the ApiController Attribute.srt
1.08 KB
05. Validating Data and Reporting Validation Errors/05. Demo- Customizing Error Messages.mp4
4.28 MB
05. Validating Data and Reporting Validation Errors/05. Demo- Customizing Error Messages.srt
1.44 KB
05. Validating Data and Reporting Validation Errors/06. Reporting Validation Errors.mp4
5.14 MB
05. Validating Data and Reporting Validation Errors/06. Reporting Validation Errors.srt
3.54 KB
05. Validating Data and Reporting Validation Errors/07. Demo- Customizing Validation Error Responses.mp4
16.12 MB
05. Validating Data and Reporting Validation Errors/07. Demo- Customizing Validation Error Responses.srt
4.21 KB
05. Validating Data and Reporting Validation Errors/08. Demo- Validating Input when Updating a Resource with PUT.mp4
28.71 MB
05. Validating Data and Reporting Validation Errors/08. Demo- Validating Input when Updating a Resource with PUT.srt
10.01 KB
05. Validating Data and Reporting Validation Errors/09. Demo- Class-level Input Validation with IValidatableObject.mp4
15.97 MB
05. Validating Data and Reporting Validation Errors/09. Demo- Class-level Input Validation with IValidatableObject.srt
6.13 KB
05. Validating Data and Reporting Validation Errors/10. Demo- Class-level Input Validation with a Custom Attribute.mp4
16.11 MB
05. Validating Data and Reporting Validation Errors/10. Demo- Class-level Input Validation with a Custom Attribute.srt
5.15 KB
05. Validating Data and Reporting Validation Errors/11. Demo- Validating Input when Updating a Resource with PATCH.mp4
20.33 MB
05. Validating Data and Reporting Validation Errors/11. Demo- Validating Input when Updating a Resource with PATCH.srt
5.84 KB
05. Validating Data and Reporting Validation Errors/12. Demo- Returning ValidationProblems from Controller Actions.mp4
9.57 MB
05. Validating Data and Reporting Validation Errors/12. Demo- Returning ValidationProblems from Controller Actions.srt
2.66 KB
05. Validating Data and Reporting Validation Errors/13. Demo- Validating Input when Upserting With PATCH.mp4
5.19 MB
05. Validating Data and Reporting Validation Errors/13. Demo- Validating Input when Upserting With PATCH.srt
1.6 KB
05. Validating Data and Reporting Validation Errors/14. Other Approaches- FluentValidation.mp4
2.93 MB
05. Validating Data and Reporting Validation Errors/14. Other Approaches- FluentValidation.srt
1.06 KB
05. Validating Data and Reporting Validation Errors/15. Summary.mp4
2.43 MB
05. Validating Data and Reporting Validation Errors/15. Summary.srt
2.49 KB
06. Supporting Filtering and Searching/01. Coming Up.mp4
863.76 KB
06. Supporting Filtering and Searching/01. Coming Up.srt
879 B
06. Supporting Filtering and Searching/02. Passing Data to the API via Action Parameters.mp4
2 MB
06. Supporting Filtering and Searching/02. Passing Data to the API via Action Parameters.srt
1.44 KB
06. Supporting Filtering and Searching/03. Filtering and Searching.mp4
3.78 MB
06. Supporting Filtering and Searching/03. Filtering and Searching.srt
3.46 KB
06. Supporting Filtering and Searching/04. Demo- Filtering Collection Resources.mp4
16.42 MB
06. Supporting Filtering and Searching/04. Demo- Filtering Collection Resources.srt
4.48 KB
06. Supporting Filtering and Searching/05. Demo- Searching Through Collection Resources.mp4
19.8 MB
06. Supporting Filtering and Searching/05. Demo- Searching Through Collection Resources.srt
6.19 KB
06. Supporting Filtering and Searching/06. Deferred Execution.mp4
2.64 MB
06. Supporting Filtering and Searching/06. Deferred Execution.srt
2.37 KB
06. Supporting Filtering and Searching/07. Demo- Grouping Action Parameters Together Into One Object.mp4
19.45 MB
06. Supporting Filtering and Searching/07. Demo- Grouping Action Parameters Together Into One Object.srt
5.34 KB
06. Supporting Filtering and Searching/08. Summary.mp4
2.82 MB
06. Supporting Filtering and Searching/08. Summary.srt
2.9 KB
07. Supporting Paging/01. Coming Up.mp4
1 MB
07. Supporting Paging/01. Coming Up.srt
983 B
07. Supporting Paging/02. Paging Through Collection Resources.mp4
3.21 MB
07. Supporting Paging/02. Paging Through Collection Resources.srt
3.12 KB
07. Supporting Paging/03. Demo- Paging Through Collection Resources.mp4
25.75 MB
07. Supporting Paging/03. Demo- Paging Through Collection Resources.srt
8.56 KB
07. Supporting Paging/04. Returning Pagination Metadata.mp4
6.04 MB
07. Supporting Paging/04. Returning Pagination Metadata.srt
5.86 KB
07. Supporting Paging/05. Demo- Improving Reuse with a PagedList-T- Class.mp4
26.4 MB
07. Supporting Paging/05. Demo- Improving Reuse with a PagedList-T- Class.srt
8.32 KB
07. Supporting Paging/06. Demo- Returning Pagination Metadata.mp4
24.27 MB
07. Supporting Paging/06. Demo- Returning Pagination Metadata.srt
6.88 KB
07. Supporting Paging/07. Summary.mp4
1.92 MB
07. Supporting Paging/07. Summary.srt
1.95 KB
08. Supporting Sorting/01. Coming Up.mp4
1.29 MB
08. Supporting Sorting/01. Coming Up.srt
1.35 KB
08. Supporting Sorting/02. Sorting Collection Resources.mp4
3.77 MB
08. Supporting Sorting/02. Sorting Collection Resources.srt
3.32 KB
08. Supporting Sorting/03. Demo- Sorting Collection Resources.mp4
26.12 MB
08. Supporting Sorting/03. Demo- Sorting Collection Resources.srt
6.48 KB
08. Supporting Sorting/04. Creating a Property Mapping Service.mp4
5.38 MB
08. Supporting Sorting/04. Creating a Property Mapping Service.srt
3.95 KB
08. Supporting Sorting/05. Demo- Creating a Property Mapping Service.mp4
25.61 MB
08. Supporting Sorting/05. Demo- Creating a Property Mapping Service.srt
7.33 KB
08. Supporting Sorting/06. Demo- Creating a Reusable ApplySort Method.mp4
30.38 MB
08. Supporting Sorting/06. Demo- Creating a Reusable ApplySort Method.srt
8.04 KB
08. Supporting Sorting/07. Demo- Adding OrderBy Clauses to Pagination Links.mp4
9.05 MB
08. Supporting Sorting/07. Demo- Adding OrderBy Clauses to Pagination Links.srt
2.52 KB
08. Supporting Sorting/08. Demo- Taking Consumer Errors into Account when Sorting.mp4
17.23 MB
08. Supporting Sorting/08. Demo- Taking Consumer Errors into Account when Sorting.srt
5.29 KB
08. Supporting Sorting/09. Summary.mp4
1.43 MB
08. Supporting Sorting/09. Summary.srt
1.41 KB
09. Supporting Data Shaping/01. Coming Up.mp4
1.16 MB
09. Supporting Data Shaping/01. Coming Up.srt
1.14 KB
09. Supporting Data Shaping/02. Data Shaping Resources.mp4
2.36 MB
09. Supporting Data Shaping/02. Data Shaping Resources.srt
2.18 KB
09. Supporting Data Shaping/03. Demo- Creating a Reusable Extension Method to Shape Data.mp4
24.51 MB
09. Supporting Data Shaping/03. Demo- Creating a Reusable Extension Method to Shape Data.srt
7.58 KB
09. Supporting Data Shaping/04. Demo- Data Shaping Collection Resources.mp4
10.62 MB
09. Supporting Data Shaping/04. Demo- Data Shaping Collection Resources.srt
3.14 KB
09. Supporting Data Shaping/05. Demo- Data Shaping Single Resources.mp4
29.41 MB
09. Supporting Data Shaping/05. Demo- Data Shaping Single Resources.srt
9.51 KB
09. Supporting Data Shaping/06. Demo- Taking Consumer Errors into Account when Shaping Data.mp4
27.41 MB
09. Supporting Data Shaping/06. Demo- Taking Consumer Errors into Account when Shaping Data.srt
8.16 KB
09. Supporting Data Shaping/07. Exploring Additional Options.mp4
2.04 MB
09. Supporting Data Shaping/07. Exploring Additional Options.srt
2.06 KB
09. Supporting Data Shaping/08. Summary.mp4
1.67 MB
09. Supporting Data Shaping/08. Summary.srt
1.66 KB
10. Learning and Implementing HATEOAS/01. Coming Up.mp4
1.36 MB
10. Learning and Implementing HATEOAS/01. Coming Up.srt
1.33 KB
10. Learning and Implementing HATEOAS/02. Hypermedia as the Engine of Application State.mp4
16.48 MB
10. Learning and Implementing HATEOAS/02. Hypermedia as the Engine of Application State.srt
13.72 KB
10. Learning and Implementing HATEOAS/03. Demo Introduction- Supporting HATEOAS.mp4
3.56 MB
10. Learning and Implementing HATEOAS/03. Demo Introduction- Supporting HATEOAS.srt
3.09 KB
10. Learning and Implementing HATEOAS/04. Demo- Implementing HATEOAS Support for a Single Resource.mp4
24.49 MB
10. Learning and Implementing HATEOAS/04. Demo- Implementing HATEOAS Support for a Single Resource.srt
7.24 KB
10. Learning and Implementing HATEOAS/05. Demo- Implementing HATEOAS Support after POSTing.mp4
9.33 MB
10. Learning and Implementing HATEOAS/05. Demo- Implementing HATEOAS Support after POSTing.srt
3.11 KB
10. Learning and Implementing HATEOAS/06. Demo- Implementing HATEOAS Support for a Collection Resource.mp4
18.54 MB
10. Learning and Implementing HATEOAS/06. Demo- Implementing HATEOAS Support for a Collection Resource.srt
5.07 KB
10. Learning and Implementing HATEOAS/07. Using HATEOAS for Pagination Links.mp4
1.08 MB
10. Learning and Implementing HATEOAS/07. Using HATEOAS for Pagination Links.srt
846 B
10. Learning and Implementing HATEOAS/08. Demo- Using HATEOAS for Pagination Links.mp4
8.88 MB
10. Learning and Implementing HATEOAS/08. Demo- Using HATEOAS for Pagination Links.srt
2.75 KB
10. Learning and Implementing HATEOAS/09. Demo- Working Towards Self-discoverability with a Root Document.mp4
13.01 MB
10. Learning and Implementing HATEOAS/09. Demo- Working Towards Self-discoverability with a Root Document.srt
4.16 KB
10. Learning and Implementing HATEOAS/10. Other Approaches and Options.mp4
8.59 MB
10. Learning and Implementing HATEOAS/10. Other Approaches and Options.srt
3.04 KB
10. Learning and Implementing HATEOAS/11. Summary.mp4
2.01 MB
10. Learning and Implementing HATEOAS/11. Summary.srt
1.84 KB
11. Improving Reliability with Advanced Content Negotiation/01. Coming Up.mp4
1.79 MB
11. Improving Reliability with Advanced Content Negotiation/01. Coming Up.srt
1.61 KB
11. Improving Reliability with Advanced Content Negotiation/02. Revisiting the Contract Between Client and Server.mp4
4.48 MB
11. Improving Reliability with Advanced Content Negotiation/02. Revisiting the Contract Between Client and Server.srt
2.95 KB
11. Improving Reliability with Advanced Content Negotiation/03. HATEOAS and Content Negotiation.mp4
5.69 MB
11. Improving Reliability with Advanced Content Negotiation/03. HATEOAS and Content Negotiation.srt
5.15 KB
11. Improving Reliability with Advanced Content Negotiation/04. Demo- HATEOAS and Content Negotiation.mp4
26.73 MB
11. Improving Reliability with Advanced Content Negotiation/04. Demo- HATEOAS and Content Negotiation.srt
8.43 KB
11. Improving Reliability with Advanced Content Negotiation/05. Tightening the Contract Between Client and Server with Vendor-specific Media Types.mp4
5.82 MB
11. Improving Reliability with Advanced Content Negotiation/05. Tightening the Contract Between Client and Server with Vendor-specific Media Types.srt
4.66 KB
11. Improving Reliability with Advanced Content Negotiation/06. Demo- Working with Vendor-specific Media Types on Output.mp4
23.46 MB
11. Improving Reliability with Advanced Content Negotiation/06. Demo- Working with Vendor-specific Media Types on Output.srt
6.98 KB
11. Improving Reliability with Advanced Content Negotiation/07. Using Vendor-specific Media Types on Input.mp4
2.45 MB
11. Improving Reliability with Advanced Content Negotiation/07. Using Vendor-specific Media Types on Input.srt
2.22 KB
11. Improving Reliability with Advanced Content Negotiation/08. Demo- Working with Vendor-specific Media Types on Input.mp4
47.75 MB
11. Improving Reliability with Advanced Content Negotiation/08. Demo- Working with Vendor-specific Media Types on Input.srt
14.5 KB
11. Improving Reliability with Advanced Content Negotiation/09. Demo- Improving Resource Representation Selection with an ActionConstraint.mp4
21.22 MB
11. Improving Reliability with Advanced Content Negotiation/09. Demo- Improving Resource Representation Selection with an ActionConstraint.srt
5.62 KB
11. Improving Reliability with Advanced Content Negotiation/10. Versioning in a RESTful World.mp4
7.95 MB
11. Improving Reliability with Advanced Content Negotiation/10. Versioning in a RESTful World.srt
8.33 KB
11. Improving Reliability with Advanced Content Negotiation/11. Summary.mp4
3.24 MB
11. Improving Reliability with Advanced Content Negotiation/11. Summary.srt
3.09 KB
12. Getting Started with Caching Resources/01. Coming Up.mp4
1.02 MB
12. Getting Started with Caching Resources/01. Coming Up.srt
1.05 KB
12. Getting Started with Caching Resources/02. Supporting the Cacheable Constraint.mp4
10 MB
12. Getting Started with Caching Resources/02. Supporting the Cacheable Constraint.srt
5.35 KB
12. Getting Started with Caching Resources/03. Cache Types in Http Cache.mp4
3.8 MB
12. Getting Started with Caching Resources/03. Cache Types in Http Cache.srt
3.31 KB
12. Getting Started with Caching Resources/04. Response Cache Attribute and Middleware.mp4
2.14 MB
12. Getting Started with Caching Resources/04. Response Cache Attribute and Middleware.srt
1.8 KB
12. Getting Started with Caching Resources/05. Demo- Adding Cache Headers to the Response.mp4
9.69 MB
12. Getting Started with Caching Resources/05. Demo- Adding Cache Headers to the Response.srt
3.34 KB
12. Getting Started with Caching Resources/06. Demo- Adding a Cache Store with the ResponseCaching Middleware.mp4
9.48 MB
12. Getting Started with Caching Resources/06. Demo- Adding a Cache Store with the ResponseCaching Middleware.srt
3.17 KB
12. Getting Started with Caching Resources/07. Demo- Using Cache Profiles to Apply the Same Rules to Different Resources.mp4
10.18 MB
12. Getting Started with Caching Resources/07. Demo- Using Cache Profiles to Apply the Same Rules to Different Resources.srt
3.16 KB
12. Getting Started with Caching Resources/08. The Expiration Model.mp4
9.04 MB
12. Getting Started with Caching Resources/08. The Expiration Model.srt
8.71 KB
12. Getting Started with Caching Resources/09. The Validation Model.mp4
17.96 MB
12. Getting Started with Caching Resources/09. The Validation Model.srt
14.49 KB
12. Getting Started with Caching Resources/10. Exploring the Cache-Control Directive.mp4
6.55 MB
12. Getting Started with Caching Resources/10. Exploring the Cache-Control Directive.srt
5.51 KB
12. Getting Started with Caching Resources/11. Summary.mp4
2.1 MB
12. Getting Started with Caching Resources/11. Summary.srt
2.22 KB
13. Supporting HTTP Cache for ASP.NET Core APIs/01. Coming Up.mp4
1.12 MB
13. Supporting HTTP Cache for ASP.NET Core APIs/01. Coming Up.srt
1.06 KB
13. Supporting HTTP Cache for ASP.NET Core APIs/02. Supporting ETags.mp4
5.06 MB
13. Supporting HTTP Cache for ASP.NET Core APIs/02. Supporting ETags.srt
2.04 KB
13. Supporting HTTP Cache for ASP.NET Core APIs/03. Demo- Adding Support for Generating ETags.mp4
19.66 MB
13. Supporting HTTP Cache for ASP.NET Core APIs/03. Demo- Adding Support for Generating ETags.srt
6.58 KB
13. Supporting HTTP Cache for ASP.NET Core APIs/04. Demo- Global Cache Header Configuration.mp4
16.41 MB
13. Supporting HTTP Cache for ASP.NET Core APIs/04. Demo- Global Cache Header Configuration.srt
4.97 KB
13. Supporting HTTP Cache for ASP.NET Core APIs/05. Demo- Resource-level Cache Header Configuration.mp4
10.96 MB
13. Supporting HTTP Cache for ASP.NET Core APIs/05. Demo- Resource-level Cache Header Configuration.srt
3.72 KB
13. Supporting HTTP Cache for ASP.NET Core APIs/06. Demo- Dealing with Varying Response Representations.mp4
6.94 MB
13. Supporting HTTP Cache for ASP.NET Core APIs/06. Demo- Dealing with Varying Response Representations.srt
3.71 KB
13. Supporting HTTP Cache for ASP.NET Core APIs/07. Demo- ETags and the Validation Model.mp4
12.67 MB
13. Supporting HTTP Cache for ASP.NET Core APIs/07. Demo- ETags and the Validation Model.srt
6.15 KB
13. Supporting HTTP Cache for ASP.NET Core APIs/08. Cache Stores and Content Delivery Networks.mp4
6.15 MB
13. Supporting HTTP Cache for ASP.NET Core APIs/08. Cache Stores and Content Delivery Networks.srt
5.31 KB
13. Supporting HTTP Cache for ASP.NET Core APIs/09. Cache Invalidation.mp4
4.06 MB
13. Supporting HTTP Cache for ASP.NET Core APIs/09. Cache Invalidation.srt
2.96 KB
13. Supporting HTTP Cache for ASP.NET Core APIs/10. Summary.mp4
1.94 MB
13. Supporting HTTP Cache for ASP.NET Core APIs/10. Summary.srt
2 KB
14. Supporting Concurrency/01. Coming Up.mp4
914.99 KB
14. Supporting Concurrency/01. Coming Up.srt
928 B
14. Supporting Concurrency/02. Supporting Concurrency in a RESTful World.mp4
6.12 MB
14. Supporting Concurrency/02. Supporting Concurrency in a RESTful World.srt
4.95 KB
14. Supporting Concurrency/03. Demo- Supporting Concurrency.mp4
14.12 MB
14. Supporting Concurrency/03. Demo- Supporting Concurrency.srt
5.74 KB
14. Supporting Concurrency/04. Summary.mp4
1.65 MB
14. Supporting Concurrency/04. Summary.srt
1.41 KB
asp-dot-net-core-6-web-api-deep-dive.zip
7.92 MB

免责声明

本网站仅提供DHT网络资源索引服务,不存储任何资源文件。所有资源均来自DHT网络,本站无法控制其内容。请遵守当地法律法规,合理使用网络资源。如涉及版权问题,请联系 fuckatgfw@protonmail.com。