Skip to content

ruidfigueiredo/DependencyInjectionDoneRight

Repository files navigation

An example ASP.NET MVC where the user can enter a set of numbers and have them sorted

This project is an example of how you can have dependency injection set up in a way that your main project (in this case the ASP.NET MVC project) does not have any references to concrete classes.

The IoC container used in this example was StructureMap.

Full description here

About

An example ASP.NET project that sorts a set of numbers that the user can input, and where there are no dependencies on any concrete classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published