Here comes some more link goodness!
Articles
“HttpClientFactory for typed HttpClient instances in ASP.NET Core 2.1”
Using the new HttpClientFactory with ASP.NET Core 2.1.
“HttpClientFactory in ASP.NET Core 2.1 (Part 1)”
Some more info on HttpClientFactory with ASP.NET Core 2.1. This is a much more detail set of articles then the one by Scott Hanselman. The link is for part one but you can then follow through the others, 3 in total at this moment.
“Money Transfer Saga, Part 1 — The Scenario”
Nice write up on implementing the saga pattern using the actor model, in this concrete case in C# with the aid of the Proto.Actor library. This links to part 1 of a total of 5 posts in the series.
“GETTING ORGANISED WITH MICROSOFT ORLEANS 2.0 IN .NET CORE”
Quick walk-through on creating an application using Orleans 2.0 with .NET Core (I’m not completely sold on that blocking of the REST API startup code, but it’s still an worthwhile easy reading article).
Videos
“Diagnosing issues in ASP.NET Core Applications - David Fowler & Damian Edwards”
Some common issues one can come across in ASP.NET Core applications.
“How to Write Very Fast C# Code”
Continuing the trend of past magazines, some more performance tips on C# code.
Cya later!