Search
Latest post:
Today
4:13 AM
2 posts

How to config interception in cfg file?

First post: kelmen wrote: I have this running, part of the config is code-based, how to make them all in the cfg file?App.Config: <configSections> ...
Latest post: randylevy wrote: You can configure your call handler using Policy Injection. A sample configuration based on your classes would be something li...
Jump to: First Post · Latest Post   
Latest post:
Mon
1:05 AM
2 posts

How to resolve constructor parameter?

First post: lax4u wrote: Im new to unity framework, and i would like to know how to Resolve the constructor paramaters which are not available at the ti...
Latest post: perfectphase wrote: ChangeIPerson person = container.Resolve<IPerson>(new ParameterOverride("MyCar", newCar));toIPerson person = container.Resolve<...
Jump to: First Post · Latest Post   
Latest post:
Feb 3
6:49 AM
3 posts

ResolveAll not working

First post: abkhan wrote: I have a code which look something like this. When trying ResolveAll i dont get any instance from unity. Am i assuming or doin...
Latest post: randylevy wrote: I think @weberse touched on all the points. Just for completeness you can check out the documentation for ResolveAll:"This met...
Jump to: First Post · Latest Post   
Latest post:
Feb 3
6:44 AM
27 posts

Planning for Unity vNext?

First post: Damien80 wrote: Hi,out of curiosity: is there any planning for the next version of Unity going on? Any announcements? A wishlist? A roadmap?Cheers
Latest post: weberse wrote: @SFence,There already is a suggestion for thathttp://entlib.uservoice.com/forums/89245-general/suggestions/1672391-unity-lifeti...
Jump to: First Post · Latest Post   
Latest post:
Feb 1
2:08 AM
2 posts

Error resolving a named instance using InjectionConstructor

First post: abkhan wrote: I have a code which look soemthing like this. The code shown below throws an error on resolving the IServiceProvider using a d...
Latest post: randylevy wrote: I think this is a known issue. The problem is that Unity is trying to resolve the most complicated constructor (most parameter...
Jump to: First Post · Latest Post   
Latest post:
Jan 29
2:10 AM
2 posts

configurationManager.GetSection("unity") Error

First post: Vamsee123456 wrote: Hello,When i try to get the unity section from the default web.config it throws an error :&#65279;&#65279;&#65279;&#65279;&#652...
Latest post: randylevy wrote: The error occurs when deserializing the configuration section. Can you post the configuration and 2 code snippets (one fetchin...
Jump to: First Post · Latest Post   
Latest post:
Jan 26
7:00 AM
3 posts

how to intercept a specific method without using config

First post: kelmen wrote: is there a way to use code to configure (method) interception over a specific method without using config?like to have sample a...
Latest post: weberse wrote: If you declare the method you want to intercept virtual and use the VirtualMethodInterceptor or declare an interface for Interc...
Jump to: First Post · Latest Post   
Latest post:
Jan 25
3:09 PM
7 posts

Disambiguating multiple constructors in UnityContainer.Resolve

First post: BillyM wrote: I am just now learning Unity and, to be honest, a little lost right now. I was able to get it to inject a custom type with a si...
Latest post: pszittyay wrote: I found my error. The code posted before is only a part. I am actually using the xml config to generate all of my object. The p...
Jump to: First Post · Latest Post   
Latest post:
Jan 22
2:23 PM
1 post

Unity for Metro Applications

First post: BillKrat wrote: randylevy wrote: Unity 3.0 preview is out and I don't see anything specifically targeting Metro Style applications. You coul...
Jump to: First Post   
Latest post:
Jan 20
5:31 AM
3 posts

How do I configure Unity 2.0 Policy Injection to use custom attribute matching rule in configuration file?

First post: surajnaik wrote: How do I configure Unity 2.0 Policy Injection to use custom attribute matching rule in configuration file? What I want is to tr...
Latest post: surajnaik wrote: Thanks Randy.
Jump to: First Post · Latest Post   
Show 10  25  50  100 discussions
1-10 of 1074 discussions < Previous 1 2 3 4 5 6 7 8 9 10 ... Next >
Updating...
© 2006-2012 Microsoft | Get Help | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2012.2.7.18398