autofac
MEF and Autofac in Silverlight 4 App
Just started working on a composite App that will multi-target WPF & Silverlight 4. It\'s quite likely that we\'ll allow some 3rd party plugins.Also, we\'d like to partition the Silverlight app in[详细]
2023-02-19 06:12 分类:问答How to do action injection for MVC 3 using Autofac?
I\'m creating an ASP.NET MVC 3 application trying to take advantage of controller action injection as described here.[详细]
2023-02-19 02:59 分类:问答AutoFac creating type regardless of existence
I want to use AutoFac to inject references into an object\'s constructor.However, the actual object itself is not registered.I am doing this for an ASP.NET MVC controller factory, where the controller[详细]
2023-02-18 23:05 分类:问答Different WCF Service Assembly based on Build Definition
Does anyone know how to target a different assembly when specifying your Service class/assembly in a SVC file ServiceHost declaration tag? I want to target a different assembly name based on debug vs[详细]
2023-02-18 19:07 分类:问答autofac registration issue in release v2.4.5.724
I have the following registration builder.Register<Func<Type, IRequestHandler>>( c => request => (IRequestHandler)c.Resolve(request));[详细]
2023-02-18 16:24 分类:问答Does autofac initialize all registered components at app bootrap?
I just registered some components with builder, and I want to know whether all components initialize during application startup time? 开发者_运维问答If so the app bootstrap may take more longer. But I[详细]
2023-02-18 04:44 分类:问答alternative to FlexibleInterceptionModule in latest AutoFac
I\'m trying to upgrade my project from AutoFac 1.4.4 t开发者_如何转开发o the latest version (2.4.5).My code uses FlexibleInterceptionModule (to support proxy methods) which is no longer available in A[详细]
2023-02-18 01:16 分类:问答Extensions for a ASP.NET MVC 3 Application?
I need to write an extensible ASP.NET MVC 3 application, while an extension is a .dll with a very specific purpose (i.e: a forum extension, a blog extension, a wiki extension, etc).[详细]
2023-02-17 07:03 分类:问答How to set priority of interface implementation in Orchard?
I\'d like to create a custom INavigationProvider in my modul开发者_运维知识库e for Orchard CMS:[详细]
2023-02-16 13:48 分类:问答Autofac: Is there a hidden debug feature?
I remember I have read somewhere here in SO (maybe I was dreaming) that I can enable a \"hidden\" debug feature of Autofac, so that it can give me more information on what Autofac is doing in the back[详细]
2023-02-16 03:23 分类:问答