Monday, February 27, 2006

Great ASP.NET 2.0 Tutorial Videos Online

http://weblogs.asp.net/scottgu/archive/2006/02/26/439088.aspx


Last week we published a series of great ASP.NET 2.0 “How do I?” videos on MSDN. These videos are code-focused videos (no slides or marketing at all – pure code) that walkthrough using some of the new features in ASP.NET 2.0 and Visual Web Developer (which is free).



The “How do I?” videos are each about 10-15 minutes long, and are a great way to quickly come up to speed with some of the new features. I highly recommend setting some time aside to watch them. Here is the current listing of them:



Data Access – Create a new database from scratch, define a table, populate it with data, create a strongly typed DAL TableAdapter to work against it, and then build a filtered master/detail set of ASP.NET pages with data sorting, paging and editing support against it.



Master Pages and Site Navigation – Create a consistent master page layout for a site using the new ASP.NET Master Pages Feature. Then create a site navigation menu using site navigation and the new TreeView control.



Membership and Roles – Add an authentication and authorization system to a site from scratch, and implement login, create user, change password, password reset, and role based security in a secure way.



Profiles and Themes – Enable per-user profile personalization on a site. Then use this together with the new Themes/Skins feature to allow a visiting user to customize and personalize the look and feel of a site.



Web Parts and Personalization – Enable customizable drag/drop portal UI within web-pages, and allow visiting users to customize the information experience they see.



Output Caching and SQL Cache Invalidation – Learn how to use the output caching feature in ASP.NET, as well as the new SQL Cache Invalidation support to build super efficient output cached pages that stay in sync with the data within your database.



Partial Page Caching – Learn how to use the Partial Page output caching with ASP.NET to enable regions of a page to be cached, while also allowing other portions of the page to stay dynamic.



Localization – Learn how to build culture-aware and locale specific applications using ASP.NET 2.0.



Wizard and Validation Controls – Build a canonical form data registration page using the new ASP.NET 2.0 Wizard control and validation control features.



Tips and Tricks – This video highlights a number of cool new features in ASP.NET 2.0, including: cross-page postback support, file uploading, the MultiView control, encrypting web.config settings, and more.

No comments: