Tutorial by Examples

1. Add Unity to your project. If you use NuGet you can use the Unity-package. Run Install-Package Unity in Package Manager Console. This will add the Unity library (and it's dependencies) to your project. 2. Create an implementation of IDependencyResolver. For example: public class UnityResolver...

Page 1 of 1