Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 530 Bytes

File metadata and controls

6 lines (5 loc) · 530 Bytes

AlbertoLeon.CsharpSamples

Experiments and samples of C# and .Net implementations for patterns and technologies

#2015-12-17 ###Added AutofacOwnedScopes, an Autofac sample of isolate a DbContext to guarantee a clean set of entities inside a CommandHandler but mantaining the Dependency Injection and IoC. It uses Autofac Owned Instances to get unique instances to the Command Handler Execute method