Always Developing

always learning | always growing | always paging (47)

Dependency Injection with Func and delegates

Injecting a Func or Delegate using dependency injection


Read more...


Incremental source generators

Generate code, to be used in code, to generate additional code


Read more...


Enumeration on a custom class

How to make a custom class enumerable (work with foreach)


Read more...


Optional method parameters

Use the Optional attribute to make parameters optional


Read more...


System.Text.Json notifications

Exploring the new .NET6 Json notifications


Read more...