Always Developing

always learning | always growing

Introducing the Source Generator Toolkit

Source Generators made easier!


Read more...


Sharing a common method across classes

Leverage interfaces and extension methods and to share a common method


Read more...


Daily Drop wrap-up

A wrap-up on a year's worth of Daily Drop posts


Read more...


EF queries on unmapped types

Introducing the ability to execute raw queries on unmapped types


Read more...


ArrayPool for frequent array creation

Using ArrayPool for performant memory reuse when creating array frequently


Read more...