70-564 - Passed

Filed under: , , , , , by:

It was last week when I took the 70-564 exam and I passed with the score 985/1000. It looks like I got 1 question wrong. Nevertheless, I have earned Microsoft Certified Professional ASP.NET 3.5 Developer title.





Here is my experience with the exam:
  • there is 50 (!) questions (70-503 (WCF) exam also has 50 questions but on the other hand 70-505 (Windows Forms 3.5) exam has only 40 questions) and 120 minutes
  • questions are not harder than those for 70-562 exam, so if you can pass that exam, you can pass this one
  • there is very few questions on Ajax - MCTS ASP.NET 3.5 exam (70-562) had about 10 questions on Ajax but this one maybe 3 or 4. Also I think 1 question was exactly the same as I had at 70-562 exam
  • there is a lot of questions on state management, which is in line with the exam objectives (Manage state of controls and Design a state management strategy).
  • main focus of questions is to test the ability to identify appropriate usage, so in oder words 70-562 exam requires a tester to know how to use something  whereas 70-564 exam requires to know when to use something or which one to use in this scenario
  • the most crucial aspect at the exam is to read questions very carefully - most questions will contain a list of requirements that almost all answers will meet but there will, of course, only 1 answer (unless it is multiple choice question) that will meet every single requirement and every single word in all the requirements. 
  • very often requirement(s) will contain a comma separated list ie.types of files or activities so make sure that answers will satisfy all elements from the list(s). 
I hope those guidelines will be helpful for everyone who considers taking the 70-564 exam, even though everyone could come to the same conclusions after studying the exam objectives. Given the fact that the exam doesn't cover anything more than 70-562 exam does, I would encourage everyone to take 70-564 exam if he or she has passed 70-562 exam with a good score. I waited a month to read a little more about designing enterprise applications using ASP.NET with the focus on requirements and proposed solutions that would meet those requirements. There is really no point to wait unless you were not comfortable with the 70-562 exam.
Next exam on path to MCPD Enterprise Application Developer 3.5 is MCTS 70-561 ADO.NET 3.5, which will be the last one before the final 70-565 exam.

Eat like a bird and poop like an elephant

Filed under: , , , by:

This blog is not about eating, so for those who have never heard that saying, it comes from Guy Kawasaki’s book “Rules for Revolutionaries”. It basically means that one should consume as much knowledge as a bird eats (which is even 50% of its body weight) and should share (poop) that knowledge with others. This prompted me to start my blog where I could share the things I experience while working with Microsoft technologies (.NET, ASP.NET, C#, VB.NET, Ajax, WCF, WF, WPF, etc.) and Database technologies (Oracle, SQL, DB2) with other people and maybe this way help them better understand those topics. From almost 2 years I have been studying for various Microsoft certifications so I have been doing a lot of labs and exercises and I have been reading many books so this blog will be a place where I can also share the things I have learned and that have my life easier as a .NET developer. Another reason for this blog is the thing that I have noticed, while working with many other software developers and also with software written by other developers, that in order to solve a problem people use techniques they know instead of providing best quality by choosing the most efficient way. Many developers don’t have times to learn new things or they don’t simply want to learn those things, so they end up doing stuff the old way or the only way that they know.
Examples:
I have worked with many ASP.NET applications and I have never seen anybody that would use either asynchronous pages or asynchronous handlers and yet their pages either load images or data from database or do any other consuming operations that could be done in asynchronous fashion.
I remember I worked with Windows Forms application written by other developer that was running about 40 queries to get data from database to populate Word document that would be returned to user as a EOB letter. It took the application about 3 minutes to accomplish that task and there was no asynchronous processing whatsoever. User had to wait 3 minutes to get 1 letter where tens of them had to be generated every day. The whole application was blocked during that process so user couldn’t do anything else in the application. Only if that developer had read or learned about BackroundWorker, MARS (Multiple Active Result Sets), BeginExecuteReader, EndExecuteReader, WaitHandle, ParameterizedThreadStart, etc. this situation would have never taken place and the client wouldn’t have been so ticked off and I wouldn’t have had to redesign the whole engine/module of generating letters.
I have talked and worked with many .NET developers but I have met maybe a couple that buy and read technical books, read .NET blogs regularly, some of them have their own .NET blog, and belong to some user group. Unfortunately, I have met ever fewer developers that were interested in doing certification. Some people say they don’t need certification to their job. True. Having a certificate doesn’t make you a better developer. However, the knowledge that you must obtain and hours of hands-on-labs in order to pass exams guarantee that you are a professional developer and make that you can do your job efficient and be focus on solving problems rather than thinking how to do certain things.
Example:
Please ask any .NET developer what are the different ways to consume a Web service (asmx) from .NET applications and see if any of them mentions that there is wsdl.exe (Web Services Description Language) tool that you run from Visual Studio Command Prompt to generate a proxy class. Most of them will only know “Add Web Reference” or “Add Service Reference”.
For me studying to exams and reading blogs and msdn shows me that there is usually more than 1 way to do the same thing, and sometimes 1 way is more efficient than the other or if 1 way fails, I can always solve the problem. The catch is that you need to know the other ways. Every time I study to new exam I find something new or something exciting. Usually those are totally new things like Entity Framework or something that I have never had a chance to use (Parallel Activity in Windows Workflow Foundation or keyed hash algorithm HMACSHA512) and usually I realize that if I had known those thing earlier, I wouldn’t have used them in order to improve quality, security or performance. That’s why I started this blog so I can share about new exciting things I learn and things I see that most developers struggle with or don’t know (ie. settings in <runtime> or <processmodel> configuration section of web.config or machine.config files).
But what truly prompted me to start this blog and write this entry was the information I found during my daily reading at the following site Developer Thrive, where you can learn what skills developer need to thrive. Hopefully, the following vide will explain better the intention of this blog and the title of this entry. And maybe it will encourage you to start your own blog. Enjoy!