Open EnsignPayton opened 6 years ago
Use an IoC container with single-instance support. This has numerous benefits:
More info here: https://en.wikipedia.org/wiki/Inversion_of_control
I have the most experience with StructureMap, but I've heard that Autofac is a bit faster.
https://kevinholditch.co.uk/2012/07/09/xna-game-rotation-adding-autofac-ioc-container-part-11/
Use an IoC container with single-instance support. This has numerous benefits:
More info here: https://en.wikipedia.org/wiki/Inversion_of_control
I have the most experience with StructureMap, but I've heard that Autofac is a bit faster.