Tagged Questions

0
votes
2answers
42 views

Game platform/engine for inexperienced/solo developer?

There are a number of discussions on stackoverflow.com about what is the best iPhone game platform/engine. My question is not necessarily what is the best, but what is the best fo …
0
votes
1answer
55 views

How do I implement a delegate factory?

The documentation for Autofac has an interesting page describing its ability to automatically generate delegate factories. It also strongly suggests that you can get similar result …
0
votes
4answers
318 views

Unity [dependency] injection and Inheritance

Hi, My question is as follows: I have a base controller (ASP.Net MVC controller) called ApplicationController, and I want all my controller to inherit from it. this base controlle …
0
votes
0answers
12 views

Does MS PnP Unity Scan for Assemblies Like StructureMap?

In Using StructureMap 2.5 to scan all assemblies in a folder, we can see that StructureMap uses AssembliesFromPath() to explicitly look for types to resolve. What is the equivalent …
1
vote
1answer
17 views

Books on Unity or MEF

Anyone know if there are any books on Unity or MEF coming out in the next month or two?
1
vote
2answers
41 views

How to Inject Open Connections with an IoC

First, my scenario. I have a service, BillingService, has a constructor like this: BillingService(IInstallmentService, IBillingRepository) The InstallmentService has a construct …
2
votes
1answer
24 views

Event Aggregation…What exactly is going on?

Hi, I have often times wondered about it but now that I have encountered a piece of logic that incorporates it, I thought I should go ahead and get some help on deciphering the fu …
0
votes
0answers
21 views

Singleton per while loop in Unity

I have a loop that looks something like this. Not real code, just an example: while (true) { IJobService jobService = ServiceLocator.Resolve<IJobService>(); jo …
0
votes
2answers
136 views

Testing Dependency Injection Configuration

I'm using Unity for dependency Injection. This seems to help when I'm testing my objects because I can mock out all dependencies. However, how am I supposed to test that my configu …
0
votes
0answers
5 views

Unity view Registered Types during debug

Possibly a stupid question, but during debug I simply want to see the types that have been registered with my Unity container. I have tried going through the container in the watch …
4
votes
2answers
150 views

Using Unity Application Block in commercial programm (Ms-PL)

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 only use the binary files and …
1
vote
2answers
47 views

Where should I store a reference to my DI container?

I'm wondering how I should store/reference my dependency injection container(s). Is it alright to have a container be a static property on a static class? Or should I have the cont …
0
votes
1answer
18 views

Unity: passing an instance of the model state to the injected dependency

Hi, I'm refactoring the controllers in a .net MVC app so I can inject the dependencies using the unity container. There's this service that needs a reference to the controller's mo …
0
votes
2answers
43 views

Getting Unity to Resolve views in XAML

I'm starting out with MVVM, and I'm starting to understand things. I'm currently experimenting with the Cinch framework, though I'm not committed to it as of yet. I was injecting t …
0
votes
1answer
35 views

Unity constructors

I have setup unity in my project and it is working for objects that don't have constructor injection implemented on them. The issue is now I do have an object which requires a cus …

1 2 3 4 5 11 next
15 30 50 per page