I'm starting on this book for the MCTS Exam 70-562 and i'm wondering if there are people around that can describe their feeling on how to work through this book most efficiently. Is the content in this book hard to understand? Is it a book that just requires you to do the excersises etc and then go for the exam? What are , in your opinion the best practices regarding working through this material? And how hard is the test that follows after finishing the book?
views:
89answers:
4I have not taken this exam.
But, generally it is always better to practice writing code, rather than just reading a book.
If you have read the preface / Intoduction of this book, or any of the certification track(programming related) It is clearly written that:
"We Assume that you have 2 years of experience for building Windows / Web based Applications "
This is for a reason. The exam and its preparation are kind of revision for the knowledge and skills you gain in two years or more of programming experience. I am not advocating, you cannot pass test, there are transcenders and TestPrep kits available which would help you sail through this.
Another thing, this book alone is not enough for the preparation. You will have to practice a lot more than that and I will recommend getting some good books for Asp.Net and get hold of some small to medium size projects. This will help you more towards your exams.
hope this helps
Younes, Im on the same situation as you are. I started reading it and focused on units where I have more difficulty or I didn't know as much as others. But I recommend to practice more, put hads on. Another good resource is www.asp.net to cover specific topics.
I hope this helps!
And If you take the exam let us know how it was :D
Hi there.
I would read the book and, in conjunction with that, do the practise projects from it. Also get involved with some open source projects (if you're not working at a dev company where working on an ASP.NET project is an option). Check out places like SourceForge and CodePlex.
The one thing you want to avoid is passing the exam and then working for someone who expects you to know your stuff, only to find that you simply worked through the training kit to build up your experience. You really need hand-on experience to back up the training, else it's you who will be loosing out in the end.
Cheers. Jas.