ASP.NET 2.0 videos
When I'm asked for learning resources on ASP.NET 2.0, I recommend the Essential ASP.NET 2.0 MSDN Webcast series (Level 200) by Fritz Onion. The 15 part series that was conducted in 2005 covers a breadth of topics in video sessions of roughly 45 minutes. The videos are freely downloadable but require registration. The slides (in PDF format), demos & labs related to the sessions are available from Fritz Onion's Webcasts page.
This series is also good, inexpensive training material for organizations that need to educate novice Web developers on ASP.NET 2.0. With a projector, popcorn (optional) & an experienced developer as a moderator to respond to impromptu questions that may come up, an enjoyable & engaging training can be conducted.
The following topics are covered -
This series is also good, inexpensive training material for organizations that need to educate novice Web developers on ASP.NET 2.0. With a projector, popcorn (optional) & an experienced developer as a moderator to respond to impromptu questions that may come up, an enjoyable & engaging training can be conducted.
The following topics are covered -
- Introduction to ASP.NET 2.0
- ASP.NET 2.0 Architecture
- New Code-Behind tool
- Page Lifecycle
- Compilation
- Special Compilation Directories - App_code, App_GlobalResources, App_Data
etc - Master pages, Themes, and Skins.
- New Controls
- Navigation Controls - TreeView, Menu, SiteMapPath
- MultiView / View
- Wizard
- ImageMap
- Introduction to DataBinding
- Declarative data sources
- Data Binding
- Parameters
- Connection strings
- Data-bound controls.
- Client State
- Cross-page posting
- Profile Data
- Auto-detects cookie less session key mode.
- Membership
- Membership
- Security Controls
- Membership provider
- Role provider.
- WebParts
- Web Part Architecture
- Web Part Manager
- Building Web Parts
- Web Part Zones
- User Controls as Web Parts
- Display Mode and Page scope
- Catalog Zones.
- Deployment
- Development options
- Compilation
- Build process
- Assembly mapping.
- Validation
- Validation Groups
- Setting focus
- URL rewriting
- Site-wide control references
- App_Offline.htm.
- Advanced Data Binding
- Hierarchical Data Binding
- Object Data source
- Multi-layered architectures
- Typed Datasets
- Resources and Internationalization
- Localization / Internationalization
- App_GlobalResources
- App_LocalResources and Local Resource Generator
- Programmatic access
- Declarative access and Resource Expressions
- Building culture-friendly custom events
- Diagnostics
- Trace integration with System.Diagnostics.Trace
- Programmatic Trace access
- Web Events
- Building custom Web Event Providers
- Client-side features
- Generating client-side script
- Asynchronous callbacks
- Control support for async callbacks
- Futures: “Atlas”
- Caching
- Data source Caching
- SQL Cache Dependencies
- Caching Improvements
- Post-cache Substitution
Comments
Post a Comment