Eric Vogel is a Senior Software Developer for Red Cedar Solutions Group in Okemos, Michigan. He is the president of the Greater Lansing User Group for .NET. Eric enjoys learning about software ...
using System; namespace VSMStrategyPatternDemo { public class PersonV1 { public enum PersonType { Employer, Employee, Customer } public string FirstName { get; set; } public string LastName { get; set ...