awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

C# Dependency Injection Libraries

रैंकिंग 13 जुल॰ 2026 को अपडेट की गई

For a dependency injection library for C#, the strongest matches are autofac/autofac (Autofac is a comprehensive and high-performance dependency injection container), ninject/ninject (Ninject is a long-standing dependency injection framework for) and unitycontainer/unity (Unity is a long-standing dependency injection container for). simpleinjector/simpleinjector is also worth a look. Each is ranked by relevance to your query, popularity and recent activity.

हम “best c sharp dependency injection libraries” से मेल खाने वाली ओपन-सोर्स GitHub रिपॉजिटरी को क्यूरेट करते हैं। परिणाम आपकी क्वेरी के आधार पर रैंक किए गए हैं — सीमित करने के लिए नीचे दिए गए फ़िल्टर चुनें, या AI के साथ रिफाइन करें।

C# Dependency Injection Libraries

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • autofac/autofacautofac का अवतार

    autofac/Autofac

    4,649GitHub पर देखें↗

    Autofac is a dependency injection framework and inversion of control container for .NET. It functions as a component registration engine that decouples class implementations from their dependencies by injecting required services via constructors or properties. The project includes an assembly scanning library to automatically discover and register components within compiled binaries based on specific type criteria. It provides a service lifetime manager to control object memory duration using singletons, instance-per-dependency, or isolated request scopes. The framework covers a broad range

    Autofac is a comprehensive and high-performance dependency injection container for .NET that natively supports constructor injection, advanced service lifetime management, and assembly scanning, while maintaining full compatibility with the Microsoft.Extensions.DependencyInjection abstraction.

    C#Assembly Scanning RegistrationsConstructor InjectionService Lifetime Scopes
    GitHub पर देखें↗4,649
  • ninject/ninjectninject का अवतार

    ninject/Ninject

    2,676GitHub पर देखें↗

    the ninja of .net dependency injectors

    Ninject is a long-standing dependency injection framework for .NET that supports constructor injection and service lifetime management, though it predates the modern Microsoft.Extensions.DependencyInjection abstraction and is less optimized for current high-performance requirements.

    C#Dependency Injection
    GitHub पर देखें↗2,676
  • unitycontainer/unityunitycontainer का अवतार

    unitycontainer/unity

    1,701GitHub पर देखें↗

    This repository contains all relevant information about Unity Container suit

    Unity is a long-standing dependency injection container for .NET that supports constructor injection and service lifetime management, though it is a legacy framework that predates the modern Microsoft.Extensions.DependencyInjection abstraction.

    Dependency Injection
    GitHub पर देखें↗1,701
  • simpleinjector/simpleinjectorsimpleinjector का अवतार

    simpleinjector/SimpleInjector

    1,259GitHub पर देखें↗

    Simple Injector is a high-performance dependency injection container for .NET that supports constructor injection and service lifetime management, though it intentionally avoids full compatibility with Microsoft.Extensions.DependencyInjection to maintain its own design philosophy.

    C#Dependency Injection
    GitHub पर देखें↗1,259

Related searches

  • a dependency injection library for TypeScript
  • a dependency injection framework for Java
  • a dependency injection container for PHP
  • Python के लिए एक डिपेंडेंसी इंजेक्शन कंटेनर
  • a configuration library for C# applications
  • a logging library for C# applications
  • a library for building C# CLI applications
  • Go सर्विसेज़ के लिए एक डिपेंडेंसी इंजेक्शन टूलकिट