本站已收录 番号和无损神作磁力链接/BT种子 

Using HttpClient to Consume APIs in .NET Core

种子简介

种子名称: Using HttpClient to Consume APIs in .NET Core
文件类型: 视频
文件数目: 90个文件
文件大小: 524.78 MB
收录时间: 2024-12-29 07:07
已经下载: 3
资源热度: 8
最近下载: 2025-1-1 06:33

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:ed97c84a91fafe86a95d2f3d482a665280f19ad2&dn=Using HttpClient to Consume APIs in .NET Core 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

Using HttpClient to Consume APIs in .NET Core.torrent
  • 01. Course Overview/01. Course Overview.mp42.44MB
  • 02. Understanding Integration with an API Using HttpClient/01. Coming Up.mp42.12MB
  • 02. Understanding Integration with an API Using HttpClient/02. Course Prerequisites.mp4926.16KB
  • 02. Understanding Integration with an API Using HttpClient/03. Frameworks and Tooling.mp4968.49KB
  • 02. Understanding Integration with an API Using HttpClient/04. Supported Platforms, Frameworks, and .NET Standard Versions.mp46.36MB
  • 02. Understanding Integration with an API Using HttpClient/05. Platforms Implementing .NET Standard 2.0.mp41.78MB
  • 02. Understanding Integration with an API Using HttpClient/06. Demo- Introducing the Demo Application.mp49.16MB
  • 02. Understanding Integration with an API Using HttpClient/07. Strategies for Working with DTO Model Classes.mp43.91MB
  • 02. Understanding Integration with an API Using HttpClient/08. Generating DTO Classes.mp43.48MB
  • 02. Understanding Integration with an API Using HttpClient/09. Demo- Generating DTO Classes.mp413.49MB
  • 02. Understanding Integration with an API Using HttpClient/10. Tackling Integration with HttpClient.mp411.6MB
  • 02. Understanding Integration with an API Using HttpClient/11. Summary.mp42.31MB
  • 03. Handling Common Types of Integration (CRUD)/01. Coming Up.mp4979.33KB
  • 03. Handling Common Types of Integration (CRUD)/02. Demo- Getting a Resource.mp421.5MB
  • 03. Handling Common Types of Integration (CRUD)/03. Working with Headers and Content Negotiation.mp44.28MB
  • 03. Handling Common Types of Integration (CRUD)/04. Demo- Manipulating Request Headers.mp412.43MB
  • 03. Handling Common Types of Integration (CRUD)/05. Indicating Preference with the Relative Quality Parameter.mp41.18MB
  • 03. Handling Common Types of Integration (CRUD)/06. Demo- Indicating Preference with the Relative Quality Parameter.mp49.11MB
  • 03. Handling Common Types of Integration (CRUD)/07. Demo- Working with HttpRequestMessage Directly.mp411.03MB
  • 03. Handling Common Types of Integration (CRUD)/08. Demo- Creating a Resource.mp48.91MB
  • 03. Handling Common Types of Integration (CRUD)/09. Setting Request Headers.mp41.69MB
  • 03. Handling Common Types of Integration (CRUD)/10. Inspecting Content Types.mp41.08MB
  • 03. Handling Common Types of Integration (CRUD)/11. Demo- Updating a Resource.mp46.35MB
  • 03. Handling Common Types of Integration (CRUD)/12. Demo- Deleting a Resource.mp44.28MB
  • 03. Handling Common Types of Integration (CRUD)/13. Demo- Using Shortcuts.mp46.76MB
  • 03. Handling Common Types of Integration (CRUD)/14. Summary.mp42.75MB
  • 04. Improving Performance with Partial Updates/01. Coming Up.mp4561.98KB
  • 04. Improving Performance with Partial Updates/02. Introducing JSON Patch.mp44.64MB
  • 04. Improving Performance with Partial Updates/03. Demo- Partially Updating Resources.mp416.73MB
  • 04. Improving Performance with Partial Updates/04. Demo- Partially Updating Resources with PatchAsync.mp43.2MB
  • 04. Improving Performance with Partial Updates/05. Advanced Patch Scenarios.mp41.53MB
  • 04. Improving Performance with Partial Updates/06. Summary.mp41.44MB
  • 05. Improving Performance and Memory Use with Streams/01. Coming Up.mp4903.71KB
  • 05. Improving Performance and Memory Use with Streams/02. Advantages of Working with Streams.mp41.63MB
  • 05. Improving Performance and Memory Use with Streams/03. Using Streams When Reading Data.mp41.62MB
  • 05. Improving Performance and Memory Use with Streams/04. Demo- Using Streams When Reading Data.mp413.61MB
  • 05. Improving Performance and Memory Use with Streams/05. Improving Memory Use and Performance with HttpCompletionMode.mp41.6MB
  • 05. Improving Performance and Memory Use with Streams/06. Demo- Improving Memory Use and Performance with HttpCompletionMode.mp46.58MB
  • 05. Improving Performance and Memory Use with Streams/07. Demo- Improving Code Reuse with an Extension Method.mp48.03MB
  • 05. Improving Performance and Memory Use with Streams/08. Demo- Testing Performance Improvements When Reading Data.mp49.19MB
  • 05. Improving Performance and Memory Use with Streams/09. Using Streams When Sending Data.mp4870.4KB
  • 05. Improving Performance and Memory Use with Streams/10. Demo- Using Streams When Sending Data.mp417.47MB
  • 05. Improving Performance and Memory Use with Streams/11. Using Streams When Sending and Reading Data.mp4736.85KB
  • 05. Improving Performance and Memory Use with Streams/12. Demo- Combining Streams When Sending and Reading Data.mp414.35MB
  • 05. Improving Performance and Memory Use with Streams/13. Demo- Testing Performance Improvements When Sending Data.mp46.43MB
  • 05. Improving Performance and Memory Use with Streams/14. On Streaming, Memory Use, and Performance.mp42.08MB
  • 05. Improving Performance and Memory Use with Streams/15. Working with Compression.mp412.07MB
  • 05. Improving Performance and Memory Use with Streams/16. Summary.mp42.14MB
  • 06. Supporting Cancellation/01. Coming Up.mp4563.09KB
  • 06. Supporting Cancellation/02. Why Cancelling Requests Is Important.mp42.12MB
  • 06. Supporting Cancellation/03. CancellationTokenSource and CancellationToken.mp41.98MB
  • 06. Supporting Cancellation/04. Demo- Cancelling a Request.mp413.46MB
  • 06. Supporting Cancellation/05. Demo- CancellationTokenSource Initialization.mp45.91MB
  • 06. Supporting Cancellation/06. Demo- Handling a Cancelled Request.mp44.61MB
  • 06. Supporting Cancellation/07. Dealing with Timeouts.mp45.43MB
  • 06. Supporting Cancellation/08. Summary.mp41.33MB
  • 07. Improving HttpClient Instance Management with HttpClientFactory/01. Coming Up.mp4967.21KB
  • 07. Improving HttpClient Instance Management with HttpClientFactory/02. The Problem with Disposing HttpClient Instances- Part 1.mp42.74MB
  • 07. Improving HttpClient Instance Management with HttpClientFactory/03. Demo- The Problem with Disposing HttpClient Instances.mp414.65MB
  • 07. Improving HttpClient Instance Management with HttpClientFactory/04. The Problem with Disposing HttpClient Instances- Part 2.mp41.77MB
  • 07. Improving HttpClient Instance Management with HttpClientFactory/05. Introducing HttpClientFactory.mp43.05MB
  • 07. Improving HttpClient Instance Management with HttpClientFactory/06. Demo- Using HttpClientFactory to Manage HttpClient Instances.mp412.25MB
  • 07. Improving HttpClient Instance Management with HttpClientFactory/07. Demo- Using Named Instances and Defaults.mp48.31MB
  • 07. Improving HttpClient Instance Management with HttpClientFactory/08. Demo- Configuring the Primary Message Handler.mp45.03MB
  • 07. Improving HttpClient Instance Management with HttpClientFactory/09. Demo- Using Typed Instances.mp411.26MB
  • 07. Improving HttpClient Instance Management with HttpClientFactory/10. Demo- Using Typed Instances with Type-scoped Configuration.mp43.95MB
  • 07. Improving HttpClient Instance Management with HttpClientFactory/11. Demo- Extending Typed Instances with Interaction Methods.mp413.46MB
  • 07. Improving HttpClient Instance Management with HttpClientFactory/12. Summary.mp41.64MB
  • 08. Handling Faults and Errors/01. Coming Up.mp4894.89KB
  • 08. Handling Faults and Errors/02. Inspecting Status Codes.mp44.38MB
  • 08. Handling Faults and Errors/03. Demo- Inspecting Status Codes.mp412.99MB
  • 08. Handling Faults and Errors/04. Inspecting Response Messages.mp4834KB
  • 08. Handling Faults and Errors/05. Demo- Reading out the Response Body When Streaming.mp410.93MB
  • 08. Handling Faults and Errors/06. Dealing with All-but-best-practice APIs.mp41.72MB
  • 08. Handling Faults and Errors/07. Summary.mp41.74MB
  • 09. Extending HttpClient with Custom HttpMessageHandlers/01. Coming Up.mp4682.56KB
  • 09. Extending HttpClient with Custom HttpMessageHandlers/02. Delegating Handler Pattern.mp41.13MB
  • 09. Extending HttpClient with Custom HttpMessageHandlers/03. Implementing a Retry Policy.mp4711.11KB
  • 09. Extending HttpClient with Custom HttpMessageHandlers/04. Demo- Implementing a Retry Policy.mp430.03MB
  • 09. Extending HttpClient with Custom HttpMessageHandlers/05. Implementing a Handler for Dealing with Time-outs.mp41.08MB
  • 09. Extending HttpClient with Custom HttpMessageHandlers/06. Demo- Implementing a Handler for Dealing with Time-outs.mp416.86MB
  • 09. Extending HttpClient with Custom HttpMessageHandlers/07. Other Use Cases for Delegating Handlers.mp42.24MB
  • 09. Extending HttpClient with Custom HttpMessageHandlers/08. Using Polly to Improve Interaction with an API.mp41.81MB
  • 09. Extending HttpClient with Custom HttpMessageHandlers/09. Summary.mp41.25MB
  • 10. Unit Testing with HttpClient/01. Coming Up.mp4684.88KB
  • 10. Unit Testing with HttpClient/02. Unit Testing with HttpClient.mp41.75MB
  • 10. Unit Testing with HttpClient/03. Demo- Implementing a Custom Handler to Allow Unit Testing with HttpClient.mp413.56MB
  • 10. Unit Testing with HttpClient/04. Demo- Writing a Unit Test.mp412.16MB
  • 10. Unit Testing with HttpClient/05. Demo- Improving Mocking with Moq.mp413.45MB
  • 10. Unit Testing with HttpClient/06. Summary.mp41.4MB