I have an old Asp.net mvc application using Microsoft.aspnet mvc 5.2.7
I would like to use DryIoc but I could not find any example on how to use it.
I have added the DryIoc.MVC nuget but with somehow does not see any "WithMVC" extentions. Am I missing something?
- How do you set up DryIoc with an old asp.net mvc ?
- What are the correct nuget to use?
Any examples?
Also what is the difference between these two
Thanks!