Exam 98-363: Web Development Fundamentals/Programming Web Applications
This lesson covers Programming Web Applications. It looks at layout and appearance, ASP.NET intrinsic objects, state information, events and page flow, controls, and configuration files.
Activity 1 - Customize the Layout and Appearance of a Web Page
editThis objective may include but is not limited to: CSS, tables, embedding images, page layout for navigation.].
- Read Cascading Style Sheets.
- Read Development for Beginners.
Activity 2 - Understand ASP.NET Intrinsic Objects
editThis objective may include but is not limited to: Request, Server, Application, Session, Response, HttpContext.
Activity 3 - Understand State Information in Web Applications
editThis objective may include but is not limited to: understand how state is stored based on application design and hardware; understand different types such as session state, view state, control state, and application state.
- Read ASP.NET State Management.
- Read Development for Beginners.
Activity 4 - Understand Events and Control Page Flow
editThis objective may include but is not limited to: application and page life cycle events; page events; control events; application events; and session events; cross-page posting; Response.Redirect; Server.Transfer; IsPostBack; setting AutoEventWireup.
Activity 5 - Understand Controls
editThis objective may include but is not limited to: understanding various types of controls, including user, server, Web, and validation controls; know which is the appropriate type of control for a scenario.
Activity 6 - Understand Configuration Files
editThis objective may include but is not limited to: Understanding the usage of web.config and machine.config, and the settings that can be made.