This is the seventh and final post (first, second, third, fourth, fifth, sixth) in another collection of posts that have links to the different objectives covered in the 70-562 exam.
Programming Web Applications (17 percent)
- Customize the layout and appearance of a Web page
- ASP.NET Themes and skins overview
- Control.SkinID
- App_Themes folder
- How to: Apply ASP.NET themes
- How to: Apply ASP.NET themes programatically
- How to: Define ASP.NET page themes
- How to: Customising a web site using themes
- <pages> element
- @Page directive
- Page.StyleSheetTheme
- Page.Theme
- ASP.NET MasterPages overview
- Page.MasterPageFile
- @MasterType directive
- Nested ASP.NET MasterPages
- How to: Reference ASP.NET MasterPage content
- Working ASP.NET MasterPages programatically
- Events in ASP.NET Master and Content pages
- Page.Master property
- ASP.NET Web Parts overview
- WebPartZone class
- WebPartManager class
- WebPart class
- Web Part Server controls overview
- ASP.NET Web Parts life cycle
- Walkthrough: Creating a web parts page
- Web Parts page display modes
- Web Parts personalization overview
- Web Parts connections overview
- Securing Web Parts pages
- Using ASP.NET Server Controls in Web Parts Applications
- Web Parts Control Description Files
- Work with ASP.NET intrinsic objects
- Application object
- HttpContext object
- Response object
- Request object
- Server object
- Session object
- IIS Server variables
- Implement globalization and accessibility
- Globalization overview
- ASP.NET web page resources overview
- Creating resources
- Retrieve resource values programatically
- Using resources for localization
- Page.Culture Property
- Page.UICulture property
- globalization element
- Set the culture and UICulture
- RegionInfo
- App_GlobalResources folder
- App_LocalResources folder
- TabIndex
- AccessKey
- Image.AlternateText
- Image.GenerateEmptyAlternateText property
- Label.AssociatedControlID
- Creating an accessible web site
- Select an encoding for ASP.NET web page globalization
- Accessibility support in ASP.NET
- Implement business objects and utility classes
- App_Code folder
- Shared code folders
- codeSubDirectories element
- Implement state
- ASP.NET caching overview
- Cache class
- Caching ASP.NET pages
- Caching Application data
- @OutputCache
- Cache configuration in ASP.NET
- Session state overview
- Session State modes
- Saving values in session state
- Reading values from session state
- Application state overview
- ASP.NET Cookie overview
- ASP.NET ViewState overview
- Control state (in ASP.NET State overview)
- Control State
- Control State vs View State
- Handle events and control page flow
- Page Events
- Page.IsPostBack
- Application Events
- ASP.NET Web Server Control Event Model
- Server Event handling overview
- Session State events
- Cross Page Posting
- Response.Redirect
- Server.Transfer
- Redirecting users
- AutoEventWireup
- HTTP Handlers and Modules overview
- @WebHandler
- Register HTTP Handler
- httpHandlers section
You can also find some information on preparing for your exams here, in the actual exam and some other tips for 70-562. Also errata for the MS Press training kit
1 comment:
Good day Sir NIALL! I am a C#.net developer for almost 2.5 years now. My experience is more on windows form projects... But since I want also to learn web development using ASP.NET, I'm also doing simple ASP.NET web-based tools in our company. I have already passed the 70-536 exam. What do you think should I take next? 70-505 or 70-562?
Post a Comment