// Adding a certification... List<Certification> lstChrisRouwCertifications = new List<Certification>(); Certification silverlightCertification = new Certification() { DateCertified = "06/13/2011", CertifiedUser = "Chris Rouw", CertificationType = "Microsoft Certified Technical Specialist: Silverlight 4, Developer", NerdLevel = "MediumHigh" }; lstChrisRouwCertifications.Add(silverlightCertification);