@Berlin, adding to @daniloko's response, it's best practice for us to illustrate proper dispose regardless if there is a DI/IoC framework to handle this or not, reason being is because not everyone will be using this framework with a DI/IoC framework (e.g. NorthwindTest integration test for this solution does not).
↧