News & Events

See what's happening now at Far Reach Technologies
 

June 14, 2011

Chris Adds to His Microsoft Certification Collection

// 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);

Chris RouwFar Reach partner and coder extraordinaire, Chris Rouw, recently became a Microsoft Certified Technical Specialist: Silverlight 4, Developer.

Chris had previously earned the Technology Specialist: Microsoft® .NET Framework 2.0 - Web-based Client Development certification.

An early adopter of Silverlight, Chris has spent the last 2+ years building rich internet applications using this exciting new technology and recently began developing for the Windows Phone 7 platform, which also utilizes Silverlight.

Check out our Silverlight Development and Mobile pages for examples of some of our work.

Congratulations, Chris!