Always Developing

always learning | always growing | always paging (22)

Namespace-less types

Reference types without a namespace and handling naming conflicts


Read more...


Constructor out parameters

A constructor can contain out and ref parameters


Read more...


Delimit an array with ArraySegment

Using ArraySegment to represent only a portion of a larger array


Read more...


Route handler filters in .NET 7

Learning about minimal api route handler filters coming in .NET 7


Read more...


Override vs New behavior

A look into polymorphism with override and new and their differing behavior


Read more...