I\'m currently working on a library that\'s to be exposed to COM for use in a legacy project that\'s being upgraded. I\'m creating interfaces that are to be exposed, and they have properties on them w
I\'m working on a tool where users can use their own annotations to describe data processing workflow (like validation, transformation etc).
I am a newbie in WCF. I was wondering if we can retrive properties from base interface in the REST output.
In my iOS project, I create a protocol named \"XMLElement\" and I have a problem on a method of this protocol which must return an instance of my protocol :
I have 2 interfaces as, public interface I1 { string GetRandomString(); } public interface I2 { string GetRandomString();
Using Delphi XE. When trying to access a Delphi interface object from a DLL, it fails if I try to do it dynamically versus statically.
In C#, I am building custom controls to be used in a custom application. I want each control to implement an event that will fire if an exception or error (an internal check failure) occurs inside the
Currently my project is composed of various concrete classes.Now as I\'m getting into unit testing it looks like I\'m supposed to create an interface for each and every cla开发者_如何学编程ss (effecti
I want to create view and pass it into to controller via constructor. So, I\'ve created interface: #include <QString>
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this ques开发者_如何学Ction? Update the question so it's on-topic for Stack Overflow.