Micro Optimization of Dictionaries
https://ayende.com/blog/177377/fast-dictionary-and-struct-generic-arguments
Micro Optimization of Dictionaries
https://ayende.com/blog/177377/fast-dictionary-and-struct-generic-arguments
David Pine shows how to access the current Principal on a Web App
Useful for “simple” computations (loops, artimetic and similar)
https://www.codeproject.com/Articles/1116907/How-to-Use-Your-GPU-in-NET
Interesting library for keeping track and saving object state
http://www.codeproject.com/Articles/1152831/Jot-a-NET-library-for-managing-application-state
Rich Sthral shows how to use NumberFormatSections in .NET
https://weblog.west-wind.com/posts/2016/Nov/03/C-NumberFormat-Sections
Nicholas Blumhardt has an interesting project for creating state machines in C#
Read about it here
https://nblumhardt.com/2016/11/stateless-30/
Piotr Gankiewicz shows how to use RabbitMQ in .NET Core
http://piotrgankiewicz.com/2016/10/31/net-core-rabbitmq-rawrabbit/
This post describes how to use dependency injection with ValidationAttributes in ASP.NET Core, and the process I took in trying to figure out how!
http://andrewlock.net/injecting-services-into-validationattributes-in-asp-net-core/