On the road to breaking size limits, the futur of protobuf-net could be using Utf8String, Span<T>,ValueTask<T> when usefull and “Channels” (from corefxlab): Code, code and more code.: protobuf-net: large data, and the future
Month: May 2017
How to limit Rest API usage based on IP or Client ID
AspNetCoreRateLimit is an ASP.NET Core rate limiting solution designed to control the rate of requests that clients can make to a Web API or MVC app based on IP address or client ID.
via stefanprodan/AspNetCoreRateLimit: ASP.NET Core rate limiting middleware
Linq made visual
A graphic representation of each Linq operators (in fact a screen shot of OzCode): A Visual Lexicon of LINQ – Simple Talk.
Great for learning Linq and a great spotlight on OzCode. It remains to be seen whether the extension is not too heavy for a daily use.