0
votes
1answer
12 views
Does an abstract class work with StructureMap like an interface does?
I am a big fan of StructureMap and use it in just about everything I do. I have only ever used it with interfaces though. I was wondering if anyone had any experience using with …
1
vote
5answers
319 views
Autofac in web applications, where should I store the container for easy access
I'm still pretty new to using Autofac and one thing I miss in the documentation and examples is how to make it easy to get to the configured container from different places in a we …
1
vote
2answers
238 views
When would you use the Common Service Locator ?
I've been looking at the Common Service Locator as a way of abstracting my IoC container but I've been noticing that some people are strongly against this type of this.
Do people …
0
votes
0answers
46 views
Dependency Injection: Jetty 7
Hi StackOverflow!
My application requires several interface implementations which require a Jetty server to do their job. This is, however, not necessarily the case in every imple …
1
vote
4answers
75 views
Dependency Injection: How to maintain multiple configurations?
Hi StackOverflow,
Lets assume we've build a system with a DI framework which is working quite fine. This system currently uses JMS to "talk" with other systems not maintained by u …
1
vote
1answer
49 views
Ninject: How do I inject into a class library ?
To start I'm using Ninject 1.5. I have two projects: Web project and a Class library. My DI configuration is within the Web project. Within my class library I have the following de …
1
vote
2answers
94 views
Castle Windsor (or other DI) - creating object based on parameter
Hi there!
I am pretty new to the whole DI/IoC thing, so bear with me...
I have this kind of setting:
interface IA
interface IB
interface IC
abstract class A : IA
class B : A, IB …
4
votes
3answers
579 views
Castle Windsor to Unity - can you auto-configure in Unity the same way you can in CW?
Hello,
I don't know if this is too specific a question, if that is possible, but I'm having to port an app that uses Castle Windsor to Unity so that there isn't a reliance on non- …
1
vote
5answers
146 views
What is the best documented IOC framework for .net?
I am looking for the IOC/DI framework with the best documentation which would it be?
1
vote
3answers
124 views
resolving circular dependencies with dependency injection
I've seen several articles on various websites that propose resolving circular dependencies between .NET assemblies by using dependency injection. This may resolve the build error …
4
votes
2answers
82 views
Help getting DI/IoC in house
Hi all,
I am trying to introduce DI/IoC programming methodology into our development group, but one of the developer asked the following question:
Why do we need it? Is there an …
2
votes
4answers
143 views
Projects with browsable source using dependency injection w/ guice?
I often read about dependency injection and I did research on google and I understand in theory what it can do and how it works, but I'd like to see an actual code base using it (J …
0
votes
1answer
153 views
Ninject on asp.net Session state
I'm working with Ninject on a web application, using the BasePage and BaseMaster from the frameworks's integrations. What I would like to do is have an object injected and have a …
0
votes
3answers
59 views
IoC/DI Container in a Windows Mobile Appication
Should I have any concerns about using a IoC/DI Container, specifically ninject, in a windows mobile app using the compact framework 3.5?
1
vote
2answers
132 views
Simple Factory using StructureMap
Posted this on the structuremap group as well. We just started using structuremap last week, and are really digging it.
I'm sure I'm missing something simple.
I am trying to …
