Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
#

dependency-injection-pattern

Dependency injection (DI) is an implementation of thedependency inversion principle with the aim ofseparation of concerns by separating the depndency’s implementation from the class that’s using it. That kind of abstraction makes it possible to have different implementations with the same public methods so the class using it, doesn’t need to care which of the implementations is used. This is also especially useful forunit testing.

There are different types of dependency injection:

  • constructor injection
  • setter injection
  • interface injection
  • Here are 17 public repositories matching this topic...

    Medusa is a website that publishes book reviews. It has two panels: Manager and presentation. Book review is published and categorized from the admin panel. In the presentation panel, you can filter and add comments on book reviews. Admin can edit categories and reviews, delete and add a new one.

    • UpdatedFeb 19, 2021
    • JavaScript

    PrimeFuncPack Dependency Registry is a library for .NET providing a dependency registrar intended for registering services, including dependency trees built by PrimeFuncPack Dependency, in the .NET dependency injection mechanism.

    • UpdatedNov 28, 2023
    • C#

    Design Patterns Project: An educational resource showcasing popular patterns like Singleton, Factory, Observer, Dependency Injection, and Template Method. Explore code and labeled sections for insights into practical implementation and concepts. Enhance understanding of design patterns easily.

    • UpdatedJun 7, 2023
    • C#

    a simple windows project with OOP (Accounting)

    • UpdatedFeb 23, 2020
    • C#

    Dependency Injection Design Pattern

    • UpdatedJul 30, 2018
    • PHP

    Форум ГУ. API и потребление. Регистрация, аутентификация, авторизация, базовый функционал с удалением, редактированием, созданием сообщений.

    • UpdatedSep 5, 2023
    • JavaScript

    Use of Koin library for dependency injection pattern in Android

    • UpdatedNov 10, 2018
    • Kotlin

    Course Portal Achievement System: Effortlessly reward users with achievements and badges, automatically unlocking rewards based on their engagement and activities.

    • UpdatedFeb 3, 2024
    • PHP

    [8]ページ先頭

    ©2009-2025 Movatter.jp