We\'re gettin\' hairy here. I\'ve tested a bunch of tree-synchronizing code on concrete representations of data, and now I need to abstract it so that it can run with any source and target that suppor
I have two classes an Arc class and a Line class public class Arc { protected double startx; protected double starty;
I have this code structure: public abstract class ContentEntryBase { public string UniqueIdentifier; public string Title;
I want to implement a collection, whose items need to be tested for emptiness. In case of a reference type, one would test for being null. For value types, one has to implement empty testing, and prob
Here\'s the scenario i am faced with: public abstract class Record { } public abstract class TableRecord : Record { }
I\'m new on AJAX. Just for fun I\'m trying to control开发者_开发知识库 my sever via an AJAX interface.
I have a set of interfaces which are used in close conjunction with particular mutable object. Many users of the object only need the ability to read values from the object, and then only a few prope
I am searching for some sample interface or design for creating a \"Share & Embed Widget or Link\" interface in my website.
I have three classes; Stamp, Letter and Parcel that implement an interface IProduct and they also have some of their own functionality.
I am in the process of updatin开发者_C百科g a website for the third time in in 2 years, looks like this is going to happen all of the time and several websites are using the same DB.I want to use the