My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages
Links

NDI is a small dependency injection container and tooling for .NET C# projects that are small or that do not need the complexity of bigger IOC solutions.

NDI's goal is to be small, fast and clean.

NDI contains:

  • DI container
  • micro-tooling (configuration holder, i18n)

NDI capabilities as a DI container:

  • Attributes based component configuration
  • XML based component based configuration
  • Auto wire components by name
  • Field injection
  • Constructor injection
  • Scoping (with singleton and prototype scopes)

Powered by Google Project Hosting