Upgrading an MVC StructureMap 2 app to StructureMap 4
December 01, 2015A well-known scientist (some say it was Bertrand Russell) once gave a public lecture on astronomy. He described how the earth orbits around…
Creating an instance from a string or type name in StructureMap
March 06, 2013As part of the refactor I’m doing for Roadkill, I’m loading custom types from the config file as default instances, via StructureMap. The…