dependency-injection
Regarding Service Locator Pattern
Service Locator seems like a pretty useful concept and I\'d like to implement it in my app. However, I have a few questions about how it should be implemented and how it should be used in conjunction[详细]
2023-04-05 09:50 分类:问答Using a custom membership provider together with Web Site Adminstration Tool
I\'ve made a custom MembershipProvider which uses DependencyResolver from MVC3 to find it\'s dependencies. It wor开发者_开发百科ks great for MVC apps, but not for the Web Site Adminstration Tool.[详细]
2023-04-05 07:42 分类:问答How to Inject a Dependency to a Page Class Using Microsoft Unity 2.0?
I have a page with the below property: public partial class CustomPage : Page { [Dependency] public ILogger Logger { get; set; }[详细]
2023-04-05 03:12 分类:问答JavaScript dependency injection via dynamic <script> tag
Using JSONP in vanilla JavaScript via creating a <script> tag with a src led me to consider using that same method for dependency injection in JavaScript plugins and other JavaScript components[详细]
2023-04-05 03:01 分类:问答StructureMap stub injection
I\'m using StructureMap and trying to register a temporary implementation for an interface (a stub). After reading this article I came up with the following setup:[详细]
2023-04-05 00:20 分类:问答What mainly differs Dependency Injection from Factory Design pattern?
Can you briefly explain: What mainly differs Dependency Injection from Factory Design pattern? Additionally: Is 开发者_如何学Cit possible to demonstrate the difference very simply by a code example?[详细]
2023-04-04 20:33 分类:问答how to understand the rule: IoC container should be explicitly used only in Bootstrapper?
Am I right in understanding that 1) Ideally, resolve method should be calledonly once and build whole application graph at one bout.[详细]
2023-04-04 17:03 分类:问答ASP.NET MVC w/ EF: using Unity with the Repository Pattern for IoC
I\'m trying to implement some kind of IoC on an ASP.NET MVC 3 project (built with Entity Framework for data access) by using Unity. Entities are being converted to custom objects that implement a comm[详细]
2023-04-04 16:58 分类:问答Dependency Injection with Static classes and properties
I have designed a multi-layer solution and created a bunch of Manager classes to implement Business Logic. All the managers are derived from BaseManager class. To be more clear, here\'s UserManager cl[详细]
2023-04-04 14:45 分类:问答Dependency Injection Circular Dependency
I\'ve started a new project and have been gradually building my service layer up using ninject and the unit of work pattern. I\'ve come across a problem and am looking for some help.[详细]
2023-04-04 11:13 分类:问答