|
You are here |
blog.peterritchie.com | ||
| | | | |
www.inogic.com
|
|
| | | | | Introduction: In our recent blog, We saw how to create an Azure function and now that we have our Azure function ready and hosted, let's look at invoking the function through a workflow. At this point, we will execute the function through an HTTP request instead of registering the function as a Webhook. Let us modify the | |
| | | | |
csharp.christiannagel.com
|
|
| | | | | The HttpClient class can be easily used in a way how it's not meant to be. While this class is disposable, using it with the using statement is often not the best choice. Disposing the HttpClient, the underlying socket is not immediately released. The HttpClient class is designed to be reused for multiple requests. Having... | |
| | | | |
nodogmablog.bryanhogan.net
|
|
| | | | | This post shows how to use Polly with .NET 6 if you are taking advantage of top-level statements, minimal API endpoints, and the HttpClientFactory. | |
| | | | |
ericlathrop.com
|
|
| | | This weekend I gave a presentation on the Jekyll static site generator at MOSSCon. | ||