A Step by Step Guide to ASP.NET Core Dependency Injection

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. AspNetCoreDepInjDemo

    A Step by Step Guide to ASP.NET Core Dependency Injection - Demo Project for a blog post available at https://www.ezzylearning.net/tutorial/a-step-by-step-guide-to-bundling-and-minification-in-asp-net-core

    Download Source Code

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Autofac

    An addictive .NET IoC container

    In the past, we were using libraries and frameworks like Autofac, Castle Windsor or Unity to implement Dependency Injection in our projects but Dependency injection is now part of the ASP.NET Core. All the Framework services like Configuration, Logging, Routing, etc. are now registered in a built-in DI Container and provided to us as services wherever we need them. The basic idea is to register all services (dependencies) when the application starts and then these services will be injected and resolved at runtime.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Mastering Dependency Injection: Effective Ways to Inject Dependencies in C#

    1 project | dev.to | 25 May 2025
  • Optimizing .NET solution architecture for faster compilation through project decoupling

    1 project | dev.to | 5 Dec 2023
  • "7D Mad Rogue Kart" post-mortem

    1 project | /r/roguelikedev | 12 Mar 2023
  • Autofac Resovle with type stored in variable

    1 project | /r/xamarindevelopers | 1 Dec 2022
  • Aria Access Issue with System.Net.Http

    1 project | /r/esapi | 31 Oct 2022

Did you know that C# is
the 11th most popular programming language
based on number of references?