Up until recently I had a working service using NHibernate 2.0. I have upgraded to 2.1, but now try to instantiate the ItemManager:
I\'d like to use a mocking framework as well as an IOC framework with my latest project, based on subsonic 3 (ActiveRecord) and ASP.NET MVC.
As part of getting o开发者_JAVA百科ur application ready for Windows7, we recently added a manifest to our our user interface\'s exe.
I have something like this: public interface IBaseService<TObject> public class BaseService<TObject, TRepository> : IBaseService<TObject>
Configuration: component id=\"customerService\" service=\"MyApp.ServiceLayer.ICustomerService`1[[MyApp.DataAccess.Customer, MyApp.DataAccess]], M开发者_如何学编程yApp.ServiceLayer\" type=\"MyApp.Se
In my MVC application, I\'m registering all of my controllers using reflection in the Application_Start handler. This basically creates all types that are used on any controller parameter and adds it
I\'m using Castle Windsor with a configuration from my App.config file. In the code I use : IWindsorContainer container = new WindsorContainer(new XmlInterpreter());
I am trying to register multiple NHibernate ISessions (multiple databases) by using the code below. I am getting \"There is a component already registered for the given key Castle.MicroKernel.Registra
quick question for my MVP implementation: currently I have the code below, in which both the presenter and view are resolved via the container.
I know I can specify it in the configuration XML, 开发者_高级运维but I\'d like to not have to do so for every controller. For example: I have a controller without any dependencies being injected, but