Microsoft Certified Professional Developer (MCPD)

johncassell

Well-known member
Joined
Jun 10, 2007
Messages
120
Location
Redcar, England
Programming Experience
Beginner
Hi All,

Im looking for some thoughts on Microsoft Certification. I have started to create applications using VB and picking things up as I go along but am looking to take this more seriously and hopefully into a career.

What do people think of going down this route? Do employers care about it, are there better qualifications?

Thanks in advance for any replies.

John
 
If you care enough about it, your employer(s) will too. It doesn't hurt to put forth the extra effort to obtain the certs. Chances are they will enhance your career.
VB.NET:
If WellEducated Then
  If GotExperience Then
    If GotCertification Then
      DoHire(withGoodCompensation)
    Else
      DoHire(withLessPay)
    End If
  Else
    WillConsider
  End If
Else
  GetNextCandidate
End If
 
Back
Top