Is it possible to inject dependencies into an MVC ViewPage (must support layout pages) without using DependencyResolver?
Is there a recommended approach for injecting Http/Request/Controller context in an ASP.NET MVC application?
I have gotten into a problem with my project. I am using a generic repository with structure map together with Fluent NHibernate. Everything works rather well, but when it comes to transactions and se
I am currently using the mongodb-csharp drivers in my application. I would like my repositories to depend on IMongoCollection<T>, and I\'m trying to figure out how to configure StructureMap to
I\'m attempting to write a StructureM开发者_开发技巧ap plugin scanner for Payment Gateway implementations.I have created an IPaymentGateway interface in an external library.I have created several impl
I\'ve tried googling this in many ways and somehow this is the first generic seeming error message I haven\'t been able to find ANY results for.
I\'m currently overriding the default ModelMetadataProvider in the Global.asax file using this ModelMetadataProviders.Current = new RedSandMetadataProvider(ModelMetadataProviders.Current);
I have the following code: struct VRfile{ char sessionID[10]; char file[20]; int first; }; std::map (int ,struct VRfile *) maps;
We have been using version 2.5.3 for a while and now we are trying to upgrade to 2.6.1 and have some compatibility issues.
I\'m using StructureMap to inject a LINQ data context (DB class) into my repositories for read queries on a HTTP-context basis, which are queried via a service layer. Everything works fine for a few h