Slower week, a few more links anyways!
Articles
“REST vs GraphQL APIs, the Good, the Bad, the Ugly “
Interesting comparison between REST and GraphQL APIs.
“Targeting builds for multiple frameworks and machines”
Nice read on a use case for multi targeting a .NET project across frameworks and operating systems, for a complete multi platform experience.
“Avoiding struct and readonly reference performance pitfalls with ErrorProne.NET”
Introduction to a set of analyzers to help with some of the latest C# performance oriented features regarding structs.
Videos
“Designing Wonderful .NET APIs - James Newton-King”
Some ideas on how to properly design an API (with focus on .NET) by the guy responsible for JSON.NET.
Cyaz!