Sunday, May 08, 2005

VS Live

This week I will be blogging from VS Live in Las Vegas.
Changes for asp.net 2.0:

ViewState will be split into control state, and another state. This will mitigate the problem with cutting off viewstate to reduce it's size, but then breaking the functionality of the control.

There is a new feature called CrossPagePost Backs that allow forms to submit to other pages than itself. It also contains a mechanism to access the previous page in a type safe manner.

DataGrid will not being moving forward, and is being superceded by a new control called GridView.

AutoScroll on PostBacks

Master Pages is a new mechanism for building templates for web pages.

Themes is a new feature that seems to add little beyond what you can already do with css.

ADO.net
Sql Cache invalidation will allow data to be cached until it is notified that it has been modified.

C# 2.0
Generics will allow type safe collections.

Visual Studio Productivity Features:
There will be limited refactoring support built in to Whidbey. Currently there are five refactorings for C# including extract method.

Inserting of code snippets or templates is now supported. the shortcut is ? space.

There is a new web basesd ui that will change web.config file.