DailyDrop

Unreachable code and UnreachableException

UnreachableException - the new exception which should never be thrown


Read more...


Determining bytes of memory allocated

Using GetAllocatedBytesForCurrentThread to get the allocated bytes in a thread


Read more...


Parse a string to anything

Parsing a string to any object type with the IParseable interface


Read more...


Compiler Warning CS8981

Discovering the new C#11 compiler warning CS8981


Read more...


Custom feature filters

Defining custom feature filters to selectively enable functionality


Read more...


Short and arithmetic operations

How arithmetic operators convert short values when performing operations


Read more...


Dynamic LINQ with System.Linq.Dynamic.Core

How System.Linq.Dynamic.Core can be used to parse strings in LINQ dynamically


Read more...


Null-coalescing operator and associativity

Chaining the null-coalescing operators together


Read more...


Opting into experimental functionality

Using the RequiresPreviewFeatures attribute to create preview functionality


Read more...


Distributed caching int ASP.NET Core

ASP.NET Core has build in distributed caching functionality with multiple providers


Read more...