Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 468 Bytes

README.md

File metadata and controls

9 lines (4 loc) · 468 Bytes

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