This past week wasn’t great productivity wise, but I could still get some reading on two pretty interesting .NET related topics.

Articles

“Introducing .NET Core 2.1 Flagship Types: Span T and Memory T”

Nice overview on some of the biggest additions on .NET Core 2.1, Span and Memory. Some lower level stuff that could be really important for performance improvements.

“Pipelines - a guided tour of the new IO API in .NET, part 1”

Series of posts on a new set of APIs introduced in .NET Core 2.1 to work with IO - Pipelines. Cyaz!