[Redirect Magazine] #9 - GraphQL vs REST, multi-targeting .NET libraries, analyzers and designing APIs
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....