Developing Web Forms Pages (19%)
- Configure Web Forms pages.
This objective may include but is not limited to: page directives such as ViewState, request validation, event validation, MasterPageFile; ClientIDMode; using web.config; setting the html doctype
This objective does not include: referencing a master page; adding a title to a Web form - Implement master pages and themes.
This objective may include but is not limited to: creating and applying themes; adding multiple content placeholders; nested master pages; control skins; passing messages between master pages; switching between themes at runtime; loading themes at run time; applying a validation schema
This objective does not include: creating a master page; basic content pages - Implement globalization.
This objective may include but is not limited to: resource files, browser files, CurrentCulture, currentUICulture, ASP:Localize - Handle page life cycle events.
This objective may include but is not limited to: IsPostback, IsValid, dynamically creating controls, control availability within the page life cycle, accessing control values on postback, overriding page events - Implement caching.
This objective may include but is not limited to: data caching; page output caching; control output caching; cache dependencies; setting cache lifetimes; substitution control
This objective does not include: distributed caching (Velocity) - Manage state.
This objective may include but is not limited to: server-side technologies, for example, session and application; client-side technologies, for example, cookies and ViewState; configuring session state (in proc, state server, Microsoft SQL Server; cookieless); session state compression; persisting data by using ViewState; compressing ViewState; moving ViewState
Ссылки на MSDN:
- Configure Web Forms pages.
Page directives:- ViewState (пожалуй, имелось ввиду директива EnableViewState)
- Request validation
- Event validation
- MasterPageFile
ClientIDMode
Using web.config
Setting the html doctype - Implement master pages and themes.
Creating and applying themes
Adding multiple content placeholders
Nested master pages
Control skins
Passing messages between master pages
Switching between themes at runtime
Loading themes at run time
Applying a validation schema - Implement globalization.
Resource files
Browser files
CurrentCulture
CurrentUICulture
ASP:Localize - Handle page life cycle events.
IsPostback
IsValid
Dynamically creating controls
Control availability within the page life cycle
Accessing control values on postback
Overriding page events - Implement caching.
Data caching
Page output caching
Control output caching
Cache dependencies
Setting cache lifetimes
Substitution control - Manage state.
Server-side technologies (session, application)
Client-side technologies (cookies, ViewState)
Configuring session state (SessionStateMode)
Session state compression
Persisting data by using ViewState
Compressing ViewState
Moving ViewState (или что имелось ввиду?)
Комментариев нет:
Отправить комментарий