Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / IOC

IOC

IOC

Great Reads

by tranthanhtu.vn
[TinyERP: SPA for Enterprise Application]Manage Staffs - Part 2
by phillipvoyle
Miniature IOC container
by Vijay Gill
Uses Unity for DI and NLog for logging
by Peer Adi
A WPF application base solution using Castle Windsor and commonly used utilities.

Latest Articles

by tranthanhtu.vn
[TinyERP: SPA for Enterprise Application]Manage Staffs - Part 2
by phillipvoyle
Miniature IOC container
by Vijay Gill
Uses Unity for DI and NLog for logging
by Peer Adi
A WPF application base solution using Castle Windsor and commonly used utilities.

All Articles

Sort by Score

IOC 

by phillipvoyle
Miniature IOC container
by Sean Hart
Appending Items to a Unity Container at Runtime via Configuration edit
by Shivprasad koirala
Dependency Injection (DI) vs. Inversion of Control (IOC).
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
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.
by levelnis
Article examining one approach to reducing controller dependencies in an ASP.NET MVC application by using generic factories.
by jgauffin
Running services in long lived applications in .NET
by Sean Hart
Using Dependency Injection to rapidly create applications
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.
by Trần_Tuấn_Anh
Inversion of Control (IoC) is a fundamental principle in software design that aims to decouple components and manage their dependencies more effectively.
by Jeff Ronay
This post discusses why you should use an interface.
by n.podbielski
Use of IoC container in Xamarin on example of TinyIoC