DotNetCodingPatterns
DotNetCodingPatterns copied to clipboard
A collection of coding patterns in no particular order
In at least some of these examples, I understand these patterns are used in Microsoft frameworks, e.g.: https://github.com/davidfowl/DotNetCodingPatterns/blob/f77b54f105d90078359d006796193c56e406ce2e/1.md?plain=1#L11 I would find it really helpful if these cases could have links...
There is a note at the bottom of this section: https://github.com/davidfowl/DotNetCodingPatterns/blob/main/1.md#creating-instances-of-types-from-an-iserviceprovider > NOTE: Disposable instances created with this API will not be disposed by the DI container. It's interesting to...