Unity
20
Looking at Microsoft's Managed Extensibility Framework (MEF) and various IoC containers (such as Unity), I am failing to see when to use one type of... PureCognition
17
Hi,
we want to use Unity for IOC.
All i've seen is the implementation that there is one global static service (let's call it the the IOCService)... Michel
17
I'm using the Unity IoC container. It really wasn't a decision I made, it just came with Prism, and I've just stuck with it. I've never used any... stiank81
17
I am using Microsoft's Unity for dependency injection and I want to do something like this:
IDataContext context =... NotDan
13
Hi,
A few days ago I had this issue with ASP.Net threading. I wanted to have a singleton object per web request. I actually need this for my unit of... Mehdi Khalili
11
In a follow up to Krzysztof’s statement that Windsor does a lot more than other IoC’s, I wanted to understand how these IoC’s stack up against each... Quintin Par
11
The recently announced managed extensibility framework (MEF) of .NET 4.0 - is it a dependency injection framework? Will Microsoft Unity from Patterns... bitbonk
10
We are using ASP.net MVC.
Which of these is the best DI framework Ninject or Unity and why?
Miral
10
I am considering using Unity to manage the lifetime of a custom user class instance. I am planning on extending the LifetimeManager with a custom... user
10
I'm using the Unity IOC container and I'm just wondering what is the best best way to access the container for multiple classes.
Should every class... Ryu
9
I have looked at simpler applications like Nerddinner and ContactManager as well as more complicated ones like Kigg. I understand the simpler ones... Thomas
9
If you don't know what I'm talking about either go through the tutorial and try to add dependency Injection yourself or try your luck with my... JohannesH
9
I'm finally wrapping my head around IoC and DI in C#, and am struggling with some of the edges. I'm using the Unity container, but I think this... Mr. Putty
7
While trying to learn Unity, I keep seeing the following code for overriding GetControllerInstance in... fearofawhackplanet
7
Could anyone recommend some good resources for getting started with the Unity framework? I've downloaded the source from Codeplex and got it to... Steve
6
I'm somewhat new to Unity and dependency injection. I'm trying to write a unit test that goes something like this:
[Test]
public void Test()
{
... Phil
6
I've been reading the articles on MSDN about Unity (Dependency Injection, Inversion of Control), but I think I need it explained in simple terms (or... Rorschach
5
The Unity dependency injection container has what seems to be a widely known issue where the SynchronizedLifetimeManager will often cause the... Rory MacLeod
5
I am dipping my toe into using a IoC framework and I have choosen to use Unity. One of the things that I still don't fully understand is how to... btlog
5
I want to get people's opinion of Torque and Unity and their IDE tools.
You build Torque games using one of their engines (I'm currently interested... milesmeow
5
I am finally getting my feet wet with Dependency Injection (long overdue); I got started playing with Unity and run into an issue with the strategy... Mathias
5
I am trying to use the Unity container to make it easier to unit test my controllers. My controller uses a constructor that accepts an interface to a... Rick
5
Hello,
i´have read the Ms-PL under the Homepage of Unity, but its not
clear for me what i need to do, when i use Unity in my commercial programm?
I... Jehof
5
I was trying to clean up some accessability stuff in my code, and inadvertently broke Unity dependency injection. After a while I realized that I... rally25rs
5
Take the following useless program:
class Program
{
static void Main(string[] args)
{
IUnityContainer unityContainer = new... James Thurley
4
I come from other programming languages and I am new to Javascript. I am trying to understand what a Javascript code is doing.
I found this line
var... Digital Robot
4
How to use single component for multiple services in Unity Framework?
In Windsor it is configured in the following way:
var container = new... Rationalle
4
Hey,
I'm trying to implement my own interception while still using the Unity container. I want to do this in such a way where it respects the... lotrij
4
Question
Is it posible to have the Validation.Validate() method of the Validation Application Block see each parameter of the IParameterCollection... Paul
4
nobody loved my first question about... TobyEvans
