Today, we have passed 70-562. Net 3.5 web development. Two weeks ago, I got a discount and scored poorly, with only 562 points. I have never done any web development projects recently. This score should be objective. After two weeks of preparation, the challenge is again successful!
This test has a full score of 1000 and 700 points. The test lasts for 3 hours and 50 questions are tested.
Since it is the. NET 3.5 Web Development examination, the content of asynchronous scripts is naturally the biggest focus. I feel that 75% of my questions are related to asynchronous scripts. Updatepanel, scriptmanager, and so on are basic controls for ASP. NET Ajax. There are many questions and you must be familiar with them. Msdn should take a good look and understand every attribute and method of these objects. In addition, the difference between $ get and $ find involves some questions, and basic skills cannot be left blank.
ASP. NET standard controls are mainly used to test the validator usage, especially comparevalidator and customvalidator. You need to know how to use multiple verification controls.
In terms of data binding, you need to know the differences between eval and bind. Note that the binding expression must use single quotation marks or double quotation marks. The dataadapter, datareader, and dataset objects of ADO. NET are involved in the question, but they are relatively simple. Be careful when answering questions. You must master how datareader reads multiple result sets.
In role verification and authorization, the significance and usage of the impersonate element of identity are examined. It is not difficult to take a closer look at msdn.
In terms of deployment, we mainly tested the storage policy to be used for session and cookie in the Web farm deployment mode. And handle the coexistence of multiple. Net runtimes in IIS. The simplest part of the deployment question is how to configure the customerror element to implement custom error handling.
In terms of debugging, remote debugging is used. You need to know which IIS is running and how many steps are required to configure remote debugging? The typical method is:
1) install remote debugging support on the debugged Machine
2) The account used for debugging should belong to the local administrator Group of the machine to be debugged.
3) Attach w3wp.exe Process
Finally, there are some questions about mobile. I confess, I have never worked on a WAP project using ASP. NET technology. Therefore, my score for this part was zero. Let's take a good look. Although there are only three or four questions, I still have a very large score for analyzing these questions.
Good luck!