Always Developing

always learning | always growing | always paging (44)

Using underscore as a digit separator

Underscores can be used a digit separator on numeric literals for ease of reading


Read more...


StringSyntaxAttribute for syntax highlighting

Leverage the new StringSyntaxAttribute to enhance the developer experience


Read more...


Null checking with the is keyword

Why you should do null checking with is keyword instead of ==


Read more...


Indices and ranges

Using indices and ranges for succinct syntax when working with sequences


Read more...


Using Func<> as an intermediary

How Func or Action can be used as an intermediary when calling methods


Read more...