funq Questions
5
Solved
How would you go about registering diferent IDbConnectionFactory instances in Funq and then access them directly within your services? Do named instances somehow come into play here?
Is this the ...
Obediah asked 6/1, 2012 at 20:35
2
Solved
Does the Funq IoC container support resolving all registrations for a type? Something like either of these:
IEnumerable<IFoo> foos = container.Resolve<IEnumerable<IFoo>>();
IEnum...
Glasshouse asked 12/1, 2012 at 9:21
2
Solved
I have a service which takes an IMyDependency in its constructor. IMyDependency, MyDependency and the service all live in the same assembly. MyDependency has a single, public, parameterless constru...
Solanaceous asked 26/4, 2013 at 0:19
2
Solved
At work we're doing several new web services projects in ServiceStack and taking advantage of Funq in some of them. I'm currently working on a separate project that will consume said web services a...
Optimistic asked 5/2, 2013 at 14:9
4
I read this post by Phillip Haydon about how to use NHibernate/RavenDB with ServiceStack.
I don't see the point about getting the IDocumentStore and open new session every time i need something fro...
Poore asked 10/8, 2012 at 11:59
1
Solved
How can I access Container instance out of controller?
I have to use Container.Resolve in my class but how can I access Container instance?
Is it singleton?
Can I use new Container() or is there ...
Isolationist asked 31/5, 2012 at 16:19
1
Solved
I'm looking for an IoC container to use in my Compact Framework application. Trying out Funq I noticed that I can't find a way to do Property Injection with it.
I've looked through the discussion...
Amyamyas asked 29/6, 2010 at 9:1
1
© 2022 - 2024 — McMap. All rights reserved.