MCTS Self-Paced Training Kit 70-562
- Sorry for my poor english.Someone nows if Microsoft Press will soon publish the MCTS Self-Paced Training Kit for the exam 70-562?Or where can I get this information?Someone has a tip for a book to this exam or the PROGRAMMING MICROSOFT ASP.NET 3.5, ISBN 9780735625273 is good enough?ThanksZendron
Answers
- The MCTS Self-Paced Training Kit (Exam 70-562): Microsoft .NET Framework 3.5 - ASP.NET book will be out in April 2009. And yes you can use the Asp.net 3.5 pro book if you need to take it before April but make sure you use the docs to cover gaps not covered by the book.
http://www.microsoft.com/learning/en/us/Books/12489.aspx
Asp.net MVP, MCPD Web C#, MCTS TFS, MCITP BI and DBA- Marked As Answer byMichael D. AlligoodModeratorMonday, December 29, 2008 8:10 AM
Here is the main Asp.net page and skills measured page, use the skills measured page as I have done below it is not complete but this is how you do it. You also need practice exam after the materials.
http://www.microsoft.com/learning/en/us/exams/70-562.mspx
http://msdn.microsoft.com/en-us/library/bb400852.aspx
(May include but is not limited to: Trace.axd, Trace=True on @Page directive,<trace enabled="true"/>)
http://msdn.microsoft.com/en-us/library/wwh16c6c.aspx
(Debug deployment issues
May include but is not limited to: aspnet_regiis.exe; creating an IIS Web application; setting the .NET Framework version)
Check the location below is your C drive then look up the many switches below in the docs.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
http://msdn.microsoft.com/en-us/library/k6h9cz8h.aspx
(May include but is not limited to: EnablePartialRendering, Triggers, ChildrenAsTriggers, Scripts, Services, UpdateProgress, Timer, ScriptManagerProxy)
Check the blogs below and read the AJAX docs.
http://weblogs.asp.net/leftslipper/archive/tags/AJAX/default.aspx
http://msdn.microsoft.com/en-us/library/bb398822.aspx
http://www.asp.net/ajax/documentation/live/
(May include but is not limited to: CSS, Themes and Skins, Master Pages, and Web Parts, App_Themes, StyleSheetTheme)
The most important to know Master pages, Themes and Skins must be added in the PreINIT event of the page life cycle.
http://msdn.microsoft.com/en-us/library/wtxbf3hh.aspx
http://msdn.microsoft.com/en-us/library/ykzx33wh.aspx
http://msdn.microsoft.com/en-us/library/e0s9t4ck.aspx
(May include but is not limited to: Request, Server, Application, Session, Response, HttpContext)
I have covered important info about the response object make sure you look all up in MSDN.
http://www.west-wind.com/weblog/posts/76293.aspx
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2337369&SiteID=1
(May include but is not limited to: page events, control events, application events, and session events, cross-page posting; Response.Redirect, Server.Transfer, IsPostBack, setting AutoEventWireup)
Check the thread below for relevant info on the difference in server.transfer and response.redirect and the MSDN docs.
http://msdn.microsoft.com/en-us/library/t9dwyts4.aspx
http://msdn.microsoft.com/en-us/library/ms525800.aspx
MCPD Web C#, MCTS TFS, MCITP BI and DBA- Marked As Answer byZ3ndr0n Wednesday, January 07, 2009 7:03 PM
All Replies
- The MCTS Self-Paced Training Kit (Exam 70-562): Microsoft .NET Framework 3.5 - ASP.NET book will be out in April 2009. And yes you can use the Asp.net 3.5 pro book if you need to take it before April but make sure you use the docs to cover gaps not covered by the book.
http://www.microsoft.com/learning/en/us/Books/12489.aspx
Asp.net MVP, MCPD Web C#, MCTS TFS, MCITP BI and DBA- Marked As Answer byMichael D. AlligoodModeratorMonday, December 29, 2008 8:10 AM
Hi Caddre,
I am new here. I have only a MCP. Where I will find this docs? It is something from MSDN? Or Microsoft Learning?
Thank you very much.
ZendronHere is the main Asp.net page and skills measured page, use the skills measured page as I have done below it is not complete but this is how you do it. You also need practice exam after the materials.
http://www.microsoft.com/learning/en/us/exams/70-562.mspx
http://msdn.microsoft.com/en-us/library/bb400852.aspx
(May include but is not limited to: Trace.axd, Trace=True on @Page directive,<trace enabled="true"/>)
http://msdn.microsoft.com/en-us/library/wwh16c6c.aspx
(Debug deployment issues
May include but is not limited to: aspnet_regiis.exe; creating an IIS Web application; setting the .NET Framework version)
Check the location below is your C drive then look up the many switches below in the docs.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
http://msdn.microsoft.com/en-us/library/k6h9cz8h.aspx
(May include but is not limited to: EnablePartialRendering, Triggers, ChildrenAsTriggers, Scripts, Services, UpdateProgress, Timer, ScriptManagerProxy)
Check the blogs below and read the AJAX docs.
http://weblogs.asp.net/leftslipper/archive/tags/AJAX/default.aspx
http://msdn.microsoft.com/en-us/library/bb398822.aspx
http://www.asp.net/ajax/documentation/live/
(May include but is not limited to: CSS, Themes and Skins, Master Pages, and Web Parts, App_Themes, StyleSheetTheme)
The most important to know Master pages, Themes and Skins must be added in the PreINIT event of the page life cycle.
http://msdn.microsoft.com/en-us/library/wtxbf3hh.aspx
http://msdn.microsoft.com/en-us/library/ykzx33wh.aspx
http://msdn.microsoft.com/en-us/library/e0s9t4ck.aspx
(May include but is not limited to: Request, Server, Application, Session, Response, HttpContext)
I have covered important info about the response object make sure you look all up in MSDN.
http://www.west-wind.com/weblog/posts/76293.aspx
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2337369&SiteID=1
(May include but is not limited to: page events, control events, application events, and session events, cross-page posting; Response.Redirect, Server.Transfer, IsPostBack, setting AutoEventWireup)
Check the thread below for relevant info on the difference in server.transfer and response.redirect and the MSDN docs.
http://msdn.microsoft.com/en-us/library/t9dwyts4.aspx
http://msdn.microsoft.com/en-us/library/ms525800.aspx
MCPD Web C#, MCTS TFS, MCITP BI and DBA- Marked As Answer byZ3ndr0n Wednesday, January 07, 2009 7:03 PM

