Go to file
Francesco Allara 015f92cf79 README.md edited online with Bitbucket 2017-04-21 16:48:22 +00:00
Resolvers Restart 2017-02-24 10:39:32 +01:00
Web Restart 2017-02-24 10:39:32 +01:00
.gitignore Restart 2017-02-24 10:39:32 +01:00
Container.cs Restart 2017-02-24 10:39:32 +01:00
ContainerDefinition.cs Restart 2017-02-24 10:39:32 +01:00
README.md README.md edited online with Bitbucket 2017-04-21 16:48:22 +00:00
project.json Restart 2017-02-24 10:39:32 +01:00
project.lock.json Restart 2017-02-24 10:39:32 +01:00

README.md

This was a service container I wrote when existing C# containers didn't support what I needed for my projects.

It handles

  • Autowiring
  • Interface to concrete mapping
  • Factories/Lambdas
  • Instance based resolution

It is now not coded/used anymore because the AspNetCore-bundled service container supports the same stuff