Monday, May 11, 2009

WUX 201 – A Lap around ASP .Net 4.0 and VS 2010 – Jeff King

HTML Code snippets now supported. 200 built in code snippets. Just type button tab tab and generate the rest. Surround with also you can use to surround content.

Listview enhancements. More fine control of view state. Can turn it on and turn it off for a given control. Now can control the names of your client id’s for user controls.

QueryExtenderControl – enables you to filter database results. Can use say a search textbox to additionally filter results.

AJAX enhancements – Client-Side Templates, client-side controls, client-side data binding. Refactored AJAX Library (more files). Not sure if this is a breaking change or not.

Nothing really new announced in the AJAX Control toolkit.

ASP .Net Dynamic Data – Demo of validation of edit enabling dynamic data into the gridview. To make columns required, include metadata attributes with Required or UIHint attributes.

Now integrated with MSDeploy (now in CTP) to configure deployment for your web sites.

2 comments:

  1. QueryExtenderControl ... sounds useful.

    is 4.0 going to nullify everything done in 2.0 & 3.5? I call "not it" on upgrading equiptrack :-p

    ReplyDelete