Simple Inversion of Control

Simple Inversion of Control is a C# framework that implements an IoC container.
Download

Simple Inversion of Control Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Component X Software Limited
  • Publisher web site:
  • http://www.componentx.co.uk/products/sioc/

Simple Inversion of Control Tags


Simple Inversion of Control Description

Simple Inversion of Control is a C# framework that implements an IoC container. Simple Inversion of Control is a C# framework that implements an IoC container. This data can be supplied as a an XML file or as a resource within an assembly. Once configured, SIOC takes care of the creation of your objects, handing the application a fully initialised object graph. The application can remain completely agnostic as to where the object came from or any of the object dependencies.Why use Inversion of ControlThe IoC pattern promotes loose coupling and this generally leads to a more testable, scalable application. SimplicityThe framework aims to provide a simple way to use IoC. The user should not have to wade through reams of documentation or code to get a working application. SIOC is supplied with 6 example applications showing all the aspects of the framework.Unit TestsSIOC currently has 135 Unit tests providing 94% total code coverage.97% coverage of Cxs.Reflection assembly 95% coverage of Cxs.Sioc.Core assembly 80% coverage of Cxs.Utils assembly


Simple Inversion of Control Related Software