Click here to Skip to main content
15,885,944 members
Everything / IOC

IOC

IOC

Great Reads

by Akhil Mittal
A tutorial to learn dependency injection with the help of a simple example
by Sacha Barber
Azure Service Fabric Demo + IOC, logging, encryption
by DotNetSteve
A gentle introduction for DI and IOC in the first program most of us have written - Hello World
by Fiyaz Hasan
Learn how dependency injection mechanism has evolved from ASP.NET to ASP.NET Core

Latest Articles

by Daan Acohen
Simplify and resolve circular dependencies in .NET using the SmartInject NuGet package
by Nick Polyak
Describes how to install dynamically loaded plugins as nuget packages
by Nick Polyak
I explain the Inversion of Control and propose simple but powerful interfaces for implementing IoC frameworks.
by Aly Elhaddad
Introduction and documentation for new ThunderboltIoc framework that achieves DI in .NET without reflection

All Articles

Sort by Score

IOC 

26 Dec 2016 by n.podbielski
Use of IoC container in Xamarin on example of TinyIoC
5 Jan 2016 by levelnis
Article examining one approach to reducing controller dependencies in an ASP.NET MVC application by using generic factories.
5 Jan 2016 by levelnis
In an earlier article, I wrote about reducing controller dependencies with generic factories. One criticism of this approach, which I agree with, is that it hides those dependencies. This article looks at an alternate approach - using facades.
5 Mar 2021 by phillipvoyle
Miniature IOC container
4 Aug 2010 by Thomas Weller
From the many available IoC containers out there, LinFu is the one that I like most. This is because it is extremely simple to use, needs almost no configuration at all, and yet it is highly flexible and extensible, if you need to do some more complicated things
31 Dec 2013 by Shivprasad koirala
Dependency Injection (DI) vs. Inversion of Control (IOC).
28 Dec 2017 by Jeff Ronay
This post discusses why you should use an interface.
19 Jan 2015 by Sean Hart
Using Dependency Injection to rapidly create applications
24 Jun 2014 by jgauffin
Running services in long lived applications in .NET
19 Jan 2015 by Sean Hart
Appending Items to a Unity Container at Runtime via Configuration edit
23 Jul 2012 by PratapReddyP
CodeProjectIn this post we will see 2 important things.1. Using Unity Dependency Resolver2. What is Lifetime manager and its significance.Step 1: Create a regular MVC web application. create a new separate class library project.