You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For anyone interested, there's now a The PureDI branch that shows a Pure DI implementation of the repository. This means that instead of using Simple Injector, the projects use no DI Container whatsoever, but instead demonstrate how to apply these patterns using DI, while hand wiring all object graphs using plain old new statements.
The text was updated successfully, but these errors were encountered:
dotnetjunkie
changed the title
No DI Container? See the Pure DI examples
No DI Container? See the Pure DI branch
Nov 16, 2020
For anyone interested, there's now a The PureDI branch that shows a Pure DI implementation of the repository. This means that instead of using Simple Injector, the projects use no DI Container whatsoever, but instead demonstrate how to apply these patterns using DI, while hand wiring all object graphs using plain old
new
statements.The text was updated successfully, but these errors were encountered: