Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 900 Bytes

README_HEADER.md

File metadata and controls

21 lines (16 loc) · 900 Bytes

Simple, powerful and fast Inversion of Control container for .NET

NuGet License

Base concepts:

  • maximum performance

    • based on compiled expressions
    • free of boxing and unboxing
    • avoid using delegates
  • thoughtful design

    • code is fully independent of the IoC framework
    • supports for BCL types out of the box
    • ultra-fine tuning of generic types
    • aspect-oriented DI
    • predictable dependency graph
    • Func<... ,T> based factories passing a state