Archive

Archive for April, 2010

Silverlight Book Sample Chapter

April 28, 2010 2 comments

I recently posted about “Silverlight 4 Business Application Development: A Beginner’s Guide” by Frank LaVigne and Cameron Albert.

I’m happy to announce that PACKT has made a sample chapter available for free download.  So be sure to check it out: I’m sure you’ll find this a fun and valuable resource in your Silverlight adventures!

Categories: Silverlight

Thoughts on Microsoft Certification

April 27, 2010 6 comments

It’s amazing how quickly time can get away from you, a fact I am reminded of every time I look at my blog and see how infrequently I’ve been posting.  But this is not going to be another “I’m going to start posting regularly again, I promise” post: there are too many of those on the Interwebs already.

No, I make no such promises.  In fact, I take the fact that I don’t have much time to post as a good sign that I may actually be accomplishing a few things and getting some real work done.  Today, though, does mark a watershed for me, so I figured this was a good time to catch all of my regular readers up – you both know who you are.

MCTS (WPF) Finally Complete

Last summer I began an effort to obtain Microsoft Certified Technology Specialist (MCTS) certification, specializing in Microsoft .NET Framework 3.5, Windows Presentation Foundation Application Development.  While I never expected it to be easy, I was completely unprepared for what I encountered during the process.  At the time, I ranted (twice, actually) about my experience with the 70-536 “Microsoft .NET Framework – Application Development Foundation” exam, and the issues I have with the design of the exams.

I had such a bad experience the first time around that I kept putting off the 2nd exam.  I have a huge Greenfield project starting in May, so I really wanted to get this off my plate before that begins.  That, plus the fact the voucher I bought with the practice exams was about to expire, finally motivated me to schedule and take the exam.

The good news is that this time I was able to pass on the first attempt.  Unfortunately, my experience with the WPF exam was no better than the first exam.  In some ways, it peeved me even more.  I’ve been a dedicated WPF developer for some time now, and frankly I’m pretty good at it.  That being said, I assumed this exam would be much easier for me to pass, but you know what they say about assuming. 

Overall, I have the same complaints I did before, so I won’t reiterate them.  From a WPF specific standing, my complaints are a little different.  First of all, many of the questions are unrealistic.  The code and XAML samples in the questions are poor and typically do not reflect how “real world” WPF developers would actually code something.  Naturally the questions are technically correct, and there is always more than one way to skin a cat, but every one knows you should start from the hind legs and … but I digress.  My point is that the questions need to be more realistic and should themselves be worthy samples of how to code for WPF.

Even worse, some of the content areas are not WPF specific.  The questions are asked in the context of WPF by saying “You are developing a .NET 3.5 WPF application and … “ but then the actual question could just as easily apply to a WinForms or Console application.  In fact, given that approach they could ask about ADO.NET, Linq, Lambdas, etc.  Fortunately, they aren’t that brazen, but the same line gets crossed and it really irks me.

How to Pass a Certification Exam

So a friend of mine, upon hearing I had passed, sent me an email asking for advice on passing Certification exams.  It turned into a nice little exchange, so I’ve cleaned up the questions and answers a little and am sharing them in hopes that anyone else who is feeling particularly sadistic might have a better experience than I did.  Please feel free to add your two cents in the comments below.

Q: How did you prepare for the exam? Just the prep book, or did you also take a prep class?

A:

70-536:
This is one mother of an exam.  It covers a huge range of topics with no softball questions.  I used the MCTS Self-paced Training Kit which comes with practice tests from MeasureUp.  Be sure you get the 2nd Edition: I started with the 1st edition.  I started by taking a practice exam to see where I was and then used the results to focus my studies.  I did this repeatedly for a couple of months.  Then the last week before the exam I took at least one test per day.  Then I failed the exam.  That is when I found out about the 2nd Edition of the book, which is an order of magnitude better.  I was very close to passing, so I immediately rescheduled and spent the next 8 days cramming: I took several practice tests a day and constantly had my nose in the book.  I finally passed the exam, but it was a grueling experience.

70-502:
I had trouble finding a book for this test, but as I recall I only looked on the Microsoft Certification site: turns out I should have checked Amazon.  I wasn’t too worried about it because, frankly, I didn’t think I would need one since WPF is my specialty.  I purchased the practice exam software from MeasureUp and used that almost exclusively.  Once I started taking practice exams, I realized it wasn’t going to be the cake walk I expected.  You really do need to be versed in just about everything WPF (and some things that are not WPF specific) which is difficult since practically speaking we don’t use all this stuff very often.  And of course, we are spoiled by Intellisense and Blend, which makes it tough to remember the specifics of all the topics they will test you on.

I did use Matthew MacDonald’s fantastic Pro WPF in C# 2008 as a reference whenever I needed clarification.

Q: Do the practice tests truly emulate the real exam?

A:

The MeasureUp practice test software does a fine job of emulating the test environment: the question types, the look and feel of the exam, etc.  It is just as poorly designed and implemented as the real thing.  Little things bug me, like the Mouse Wheel not scrolling inside a scrollable content area and the up and down arrow keys not controlling scrolling.  Speaking of scrolling, the vertical scrollbar is only half visible (the left half), like it has a negative margin.  Overall the UI of the tests is pretty bad, but I don’t fault MeasureUp for this, I assume they are just emulating the Microsoft testing experience.  I don’t actually know who is responsible for the software.

The 70-536 questions were very close to the real thing: in fact, a couple of them were repeated almost verbatim on the actual exam.  The 70-502 practice questions were not very close to the real thing, but did good enough to let you know what content areas to expect.  In both cases I found the actual exam to be significantly more difficult than the practice exams.

Q: Do you have
any recommendations that you feel really helped you(i.e. recipes for success)?

A:

I took as many practice tests I as I could, I think it helped tremendously with the proper mindset and helped me get comfortable with the feel of the exams.  That being said, there are only so many sample questions in the pool, so eventually you get used to seeing the same ones appear repeatedly: do NOT fall into the habit of answering the question from memory. 

Here are some strategies I follow: 

1) Force yourself to actually read and think about each question.  While I would say they do not use "trick" questions, many of them require intense scrutiny to find the correct answer.  For instance, most of the questions are multiple choice from 4 options.  A few times, each option would be the same code block (maybe 20 lines or so) of pretty dense stuff, with only subtle differences, and of course you have to find the right one.  You must practice intently comparing and analyzing code blocks: take nothing for granted.  You’ll be surprised at how hard it can be to spot the differences sometimes.

2) Use standardized testing methods.  When I had a question that was not readily apparent, I would see which answers I could eliminate and then focus on comparing the remainder.  Sometimes you can answer a question just through process of elimination.  If it comes down to it, guessing is better than leaving a question unanswered.  And I found that when I had to guess between two answers and I really had no idea between them, the more complicated one was typically correct.  If you still really don’t know which one to choose, close your eyes for a couple of seconds, then open them and pick the first one that registers.

3) Use the full 2.5 hours, or at least most of it.  On the first test I took, I finished the questions in about 45 minutes and I did not review them.  I was tired and brain fried and I let that be an excuse: I figured reviewing the questions would just be a waste of time.  I also failed that exam. 

On both exams I passed, I did the following: I took well over an hour to answer the questions, really scrutinizing each one. Once I had answers for every question, I reviewed EVERY question, no matter how straightforward, and I found several mistakes.  This took around an hour, but was much less pressure filled because I had already "finished" the exam.  I really think this was the key to passing both times.

Q: Any other helpful lessons learned would be appreciated.

A:

I don’t know if it made a difference or not, but I scheduled both my exams for late afternoon.  I live about an hour and a half from the testing center, so this way I didn’t feel rushed.  I had time to have lunch and wind down a little before the exam.  I tried to go into each exam relaxed, and I did NOT cram or study the day of the test.

Basically, like most things it’s all in the prep work: the more time you put into it, the better the result.

 

Final Thoughts

There has always been debate about the value of Certification.  Some people say it proves you know at least something about the subject matter, while others say it only proves you can study and pass a test.  I never really knew where I stood before going through the process myself, and now I know that I am firmly in the middle.  Trust me: you have to know something to pass these tests, but truthfully you only have to know it for a little while – long enough to pass the test.

I think ultimately the value is in the process itself.  I learned a little about a lot of things in both .Net and WPF that otherwise I never would have known.  While I’m not sure how great my long term retention is for the specifics, I’m much better equipped now to find something and understand it when the need arises.  I also feel good having accomplished something that is not so easy as it looks.  Lastly, programmer certifications count towards my company’s goal of achieving Microsoft Certified Partner status, so I’m glad to contribute in that fashion.

For the time being, my Road To Certification is complete.  That being said, while writing this I received an email from ProMetric:

You’ve proven yourself as a Visual Studio 2008 expert by earning your Microsoft Certified Technical Specialist (MCTS) certification, so you know first-hand that Microsoft Certification helps you advance your career. We know and appreciate how much you invested – in time, money, and energy – to earn your certification.

That’s why we want to help you complete your journey: did you know that you may be just a few exams away from earning your Microsoft Certified Professional Developer (MCPD) credential?

Great… just had to dangle the carrot, didn’t you?

Categories: Certification

New Silverlight Book

April 7, 2010 3 comments

I was honored last year to be asked to be the Technical Editor/Reviewer for Frank LaVigne’s new Silverlight book “Microsoft Silverlight 4: Business Application Development.”  Cameron Albert also contributed a couple of chapters and is listed as a co-author, but my image below does not show his name.

I’m happy to announce that PACKT Publishing has just released the book!

9768_MockupCover

Buy this Book!

I’m not going to give an official review, since I’m a little biased – but I will say that this book takes a different approach to Silverlight.  This is not another reference book.  Instead, the book guides you through the hands-on development of several applications and shows you how to incorporate typical features as well as some really cool not-so-typical ones.

Of course the book covers entry level material, like introducing XAML and the tools you will want to use.  The book has a fair mix of Visual Studio and Blend.  Within just a few chapters though, you are adding media, interfacing with Bing Maps, using Isolated Storage, etc.  Some of the highlights for me are Data Validation, RIA Services, Charting, and more.

I would definitely recommend this book for anyone getting started with Silverlight.  You can find and purchase it on the PACKT website.

Inside the Ropes

This was my first opportunity to be inside the ropes on a book under development and I learned an awful lot along the way.  I mostly learned that writing a book is a serious endeavor and takes a lot of work by a lot of people.  Knowing what I know now, it is kind of amazing to me that any technical books get published in a timely manner.  My hat is off to the published authors in our midst because you have really accomplished something.

I would like to thank Frank for asking me to help with the book, it means a lot to me.  I would also like to thank the great folks at PACKT for nursing me through my first such project and dealing with my performance anxiety.  In the end my part was small: I can only imagine what coordinating the whole process must be like.

My Own Book

Many people have asked me when I plan to write an Expression Blend book.  I know I don’t blog about it much, but I spend a lot of time presenting on Expression Blend and I’m always eager for the chance to introduce it to WPF and Silverlight developers.  It really has been my technical passion the last couple of years – my Twitter tag lists me as a “self-described Blend Evangelist.”  I also have another site devoted to Blend under development, but as always Time is the Enemy.

I have seriously considered writing a book.  Knowing my time issues of the last couple of years, I’ve also had plenty of published friends warning me about the time commitment.  Until now, I wasn’t sure what I was getting myself into, so I haven’t seriously pursued it.  Having worked on this project, however, I truly have an appreciation for the effort involved: it really is a work of heart.

Fortunately, I have some scheduling changes happening soon that will free up some time for me to begin looking at this in earnest.  With that in mind, along with my experiences on Frank’s project, I feel prepared now to begin my own book.  If not prepared, than at least better informed.  If you have any advice or recommendations for a first time author, I’d love to hear from you.  And of course, I will keep you all informed.

Conclusion

In the meantime, congratulation to Frank and Cameron on a unique Silverlight book.

Categories: Book Reviews, Silverlight