Welcome to Manicprogrammer Sign in | Join | Help

Rediscovering the Obvious

An occasional journey through one man's perspectives as he fumbles along in the footsteps of many great men.
What do you call the doctor who graduated last in his class?

A doctor, of course.

And, by extension, what do you call somebody who passes a certification test with the minimum passing score? Certified!

I'm glad to be done with it, even though I put off the second part over a year. I'm officially done with the 2005 certifications! Here's what I end up with having passed the two MCSD upgrade tests:


Part of the reason that it took so long is that I really didn't care in the grand scheme of things.  The letters are nice to have on my cards... if I carried cards. Nice to have on my resume... but the companies I _WANT_ to work with shouldn't even care.  Nice to brag about... if I cared to brag. Really, the biggest personal benefits I get for the certifications are that I know what others went through to get them (and thus, know how strongly to value the certs) and that I can contribute to my employer's points for Microsoft partnerships. All in all, the certification has nearly ZERO correlation to how much I know and study .NET.

This goes right into my next topic about how I feel about going back to school for my MBA... I already read a lot of MBA-ish books that my wife and father-in-law push my way. I already study blogs about business, startups, and leadership. While the letters would be nice on business cards (see above), my resume (see above) and for bragging rights (see above), what's the REAL benefit to me? Is it really worth putting in 8-30 hours a week for some indefinite period? Especially considering that the more valuable (i.e. better reputation) programs take more effort than the "one night a week" programs?

So... what's next? Probably a lot more reading and programming for fun... it turns out that using LINQ is somehow very enjoyable.

Published Thursday, December 20, 2007 10:29 AM by willeke

Filed under: ,

Comments

# re: What do you call the doctor who graduated last in his class? @ Wednesday, January 02, 2008 9:59 AM

"Certified"

Ha! :)

I'm going to take this and do something with it. I don't know what, exactly, but that's not important.  It has inspirational value and it WILL BE MINE!

Oh, and congrats on your certification.

Does it /really/ not reflect at all your knowledge and study of .NET?  When I read your statement, I get the impression that it was "cram and scram", i.e., memorization for the sake of the test and then forgotten as not really applicable to your day-to-day use.

mbarrington

# re: What do you call the doctor who graduated last in his class? @ Wednesday, January 02, 2008 12:14 PM

There's a couple different aspects to how I feel about the "cram and scram". The general library and "good programming" type questions were trivial given my background in .NET.

The real challenges for me, and thus the cram and scram aspects, are the many new components that arrived in .NET 2.0 that were build to satisfy very specific capabilities; if they didn't fit, I only studied them to generate awareness of what existed, not to learn how to use them in practice.

Example: The .NET Role Provider. If you're doing static roles, this is GREAT. If you're doing any form of contextual roles, it becomes useless. Thus, I never used it.

Many of the things are like this, and that's what I studied. I think when I finished the web practice test, it narrowed down four things I really needed to study: Deployment, membership providers, web parts, and the asynchronous work provider.

For me, none of these mattered before because I've used an MVP pattern, a custom deployment scenario, an alternate authentication framework, etc.

Did that answer your question?

willeke

Anonymous comments are disabled