Let's take a look at how the base from which all Push types derive is defined. Push types are represented (in all .NET languages) by classes derived from PushTypeBase. This is an abstract class and the listing above shows its definition. Two properties are essential for all classes, deriving from PushTypeBase: • Value – an … Continue reading Defining a Base for Push Types