DictionaryForumContacts

   English
Terms for subject Programming containing activator | all forms
EnglishRussian
component activatorактиватор компонента (Alex_Odeychuk)
controller activatorактиватор контроллера (Microsoft introduced a new abstraction in its MVC framework – a controller activator, which is similar to Castle Windsor's lifestyle managers. Сontroller factories are responsible for managing controller instances, and controller activators are responsible for creating new instances. However, this abstraction is fatally flawed, which makes it unusable. It only has a Create method, and lacks method for releasing the controllers. Alex_Odeychuk)
custom component activatorспециализированный активатор компонента (Alex_Odeychuk)
custom controller activatorспециализированный активатор контроллера (Alex_Odeychuk)
default component activatorактиватор компонента по умолчанию (Alex_Odeychuk)
factory method activatorактиватор фабричного метода (Alex_Odeychuk)
service activatorактиватор службы (ssn)