Always Developing

always learning | always growing | always paging (18)

Delaying injected dependency instantiation

Using Lazy to delay the instantiation of injected dependencies


Read more...


Bulk update (and delete) in EF7

New bulk update and delete functionality coming with Entity Framework 7


Read more...


Extend the middleware pipeline with IStartupFilter

Automatically extend the start or end of the middleware pipeline with IStartupFilter


Read more...


Simplifying command line argument with switch mappings

Exploring switch mappings to simplify (and alias) command line arguments


Read more...


Representing an external operation with TaskCompletionSource

Using TaskCompletionSource to cancel an external asynchronous operation


Read more...