|
In the first post of the series devoted to our new domain component (DC) technology , I tried to show an interface-defined entity in a UI. I used some IPerson component as an example: public enum Gender { Unknown, Male, Female } public interface IPerson...
|