Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

After 6+ years of .NET development, I decided to take the exams and get my certifications to fill in the gaps in my knowledge.

I'm taking exam 70-536 (.NET Framework Development Application Fundamentals) in 18 days.

Taking the practice exams, I notice that these questions are about minute details of dealing with the BCL libraries the exam focuses on. They aren't so much about "Here's your scenario. Which classes or approach is appropriate". It's more like "One of these (4) choices executes correctly. Which one?" Fine and all, but this is stuff that I could look up on MSDN in two seconds, but the exam is requiring you to memorize them!

These questions could come from any of the thousands of classes that are covered in this exam. This is hard-core memorization. Are there any suggestions for memorizing so much information? Any patterns in the way the classes are developed that I could leverage in educated guesses in case I can't remember the exact syntax?

For what it's worth, I have spent a lot of time preparing for this exam, so I'm not just trying to pass and get through it, I have learned a ton. But to pass, I need to have a LOT memorized, not just an understanding of the BCLs.

share|improve this question

1 Answer

up vote 4 down vote accepted

Here's a no-memorizing opinion: http://msdnrss.thecoderblogs.com/2011/05/not-studying-for-a-certification-exam-2/ . I think the more you use the material you're being tested on, the less memorization you need.

Simply doing the practise exams, looking things up on MSDN or firing up Visual Studio and trying a few things, should help cement things in your mind.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.