dependency-injection
Using dependency injection with Apache Commons IO
I have a class \'a\' that uses the FileUtils class of Apache Commons IO to copy a directory. Because I have to write a unit test for class \'a\', I need to be able to inject all dependencies to mock[详细]
2023-04-09 13:01 分类:问答Silverligtht WCF enabled service with Prism
Im required to write a Silverlight application using WCF. I\'m also required to use Dependency Injection to gain access to this service in another library.[详细]
2023-04-09 12:38 分类:问答C# Object construction outside the constructor
When it comes to designing classesand \"communication\" between them, I always try to design them in such way that all object construction and composing take place in object constructor. I don\'t like[详细]
2023-04-09 10:59 分类:问答Correct way to get beans from applicationContext Spring
I have a factory that creates instances: public class myFactory { public static getInstace() { switch(someInt) {[详细]
2023-04-09 09:20 分类:问答EntityFramework Repositories drives from an Interface and abstract class : how to use dependency inject on ASP.NET MVC
Ok, let me break down what I have been trying to do : First of all here is the abstract generic repository of mine :[详细]
2023-04-09 08:53 分类:问答Altering fake repository for unit testing when using dependency injection
In my program I have a situation that I can simplify to the following: An IRepository of which I create a MemoryRepository and a SqlRepository implementation[详细]
2023-04-09 08:20 分类:问答JSF multiple @ViewScoped and @ManagedBeans on same page results in null injection
I have two classes as follows: @ManagedBean( name = \"randomBar\") @ViewScoped public class Soap { private List<Cat> cats;[详细]
2023-04-09 03:22 分类:问答How to do Spring.NET DI injection in action filters (ASP.NET MVC 3)
Tried to search but no specific answers (I am very new in this)... With Spring.NET supporting ASP.NET MVC 3, how can I do dependency injection inside action filters? Studied around but I have no clue[详细]
2023-04-09 02:43 分类:问答Autofac Webform Integration: Manual Property Injection
Consider this autofac registration module for a webform MVP style application, where I register a couple of components by providing some parameters dependency.[详细]
2023-04-08 20:14 分类:问答Is it okay for a model to populate its own properties?
If I have a model that essentially represents a single row in a d开发者_StackOverflow中文版atabase, is it scale-friendly and test-friendly, and all around okay practice to have it populate it\'s own p[详细]
2023-04-08 19:41 分类:问答