Always Developing

always learning | always growing | always paging (8)

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...