Suppose I\'ve got 2 different modules which have the uniform(same) interfaces. The files list like this:
I have a friend who\'s just getting into .NET development after developing in Java for ages and, after looking at some of his code I notice that he\'s doing the following quite often:
I am writing a number of unit tests for a logger class I created and I want to simulate the file class.I can\'t find the interface that I need to use to create the MOQ... so how do you successfully MO
I am looking to implement an interface which has a function which will return the type of the base class without using a generic interface. Is this possible?
I want to force a class to define a certain variable from the class it implements. e.g. class Fruit{ String name; // Cause each fruit has a name
If I have an object with 50 getters/setters, where every 10 of them is defined under a new interface, and I type the object as one of those interfaces, will it increase performance?
The installer proposed me to c开发者_StackOverflowhoose more convinient view: like in Delphi or like in MS Office.
Let me describe the situation, and I\'m sure I\'m just thinking about this problem incorrectly. I have a concrete class that will implement an interface. I want to enforce in the contract that the cla
The question I have is this: If I have the MethodInfo object, for a method, obtained from an interface type, and I also have the Type object for a class that implements this interface, but it implemen
This is a pretty basic OO question but I\'m curious if I\'ve been going overboard. Let\'s assume the following hierarchy,开发者_开发百科 which is an example along the lines of what I would typically