Tagged Questions

0
votes
0answers
3 views

Injecting Subsonic SimpleRepository class to controller

Hi, I'm tryingot get started with IoC, I have an MVC project in which is use subsonic, I'm trying to inject subsonic simplerepository to my controllers but I'm getting this error: …
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
0answers
23 views

What IoC Containers Support Silverlight?

I'm looking for a list of IoC Containers that support Silverlight. I know that Unity and Ninject work with Silverlight, but I haven't found any information that suggests that other …
0
votes
2answers
32 views

How to not pass around the container when using IoC in Winforms

I'm new to the world of IoC and having a problem with implementing it in a Winforms application. I have an extremely basic application Winform application that uses MVC, it is one …
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 …
1
vote
2answers
31 views

Can NInject load modules/assemblies on demand?

Are there facilities in NInject that will allow me to load services from other modules (assemblies) on demand like it's done in Unity?
1
vote
3answers
64 views

Appropriate Situation for Using IoC Container?

Let's say I have a common WCF service and console app project that do not change across client specific deployments. I have some interfaces in the common projects that are implemen …
0
votes
2answers
50 views

IoC in complex environment

Here is the situation: ICategorized is used by ICategoryService to manage categories public interface ICategorized { ICategory Category { get; set; } } Then some class impl …
0
votes
2answers
49 views

Linq to SQL DataContext Windsor IoC memory leak problem

I have an ASP.NET MVC app that creates a Linq2SQL datacontext on a per-web-request basis using Castler Windsor IoC. For some reason that I do not fully understand, every time a ne …
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 …
3
votes
4answers
154 views

IoC Dependancy injection into Custom HTTP Module - how? (ASP.NET)

Hi, I have a custom HTTP Module. I would like to inject the logger using my IoC framework, so I can log errors in the module. However, of course I don't get a constructor, so ca …
2
votes
2answers
93 views

Best practices for unit tests, mock objects, and ioc

Okay so I have been trying to get into IoC lately. However, I keep running into one hurdle - that is the fact that I love using mock objects. They are quick and painless to setup …
1
vote
4answers
61 views

Prefetching data in with Linq-to-SQL, IOC and Repository pattern

Hi, using Linq-to-SQL I'd like to prefetch some data. 1) the common solution is to deal with DataLoadOptions, but in my architecture it won't work because : the options have to …
0
votes
0answers
20 views

Can StructureMap load modules/assemblies on demand?

Are there facilities in StructureMap that will allow me to load services from other modules (assemblies) on demand like it's done in Unity?
0
votes
1answer
67 views

Resolving a Generic with a Generic parameter in Castle Windsor

I am trying to register a type like IRequestHandler1[GenericTestRequest1[T]] which will be implemented by GenericTestRequestHandler`1[T] but I am currently getting an error from Wi …

1 2 3 next
15 30 50 per page