Tech Ed 2009 Demo Files
It is always a blast to talk at Tech Ed and this year was no different. It was great to get to meet many of you and hear how you are using DataGrid, DataForm, Validation, and RIA Services in your projects today.
As promised, here are the files for the demos that I showed in my presentations.
All demos were done on the MIX’09 Silverlight Beta bits and accompanying tools:
WUX 303: Building Data-Driven RIAs with Microsoft ASP.NET and Microsoft Silverlight
What we covered:
- Navigation, browser integration, permalinks
- Domain methods, filtering, paging, grouping, sorting
- Adding validation metadata
- Windows Authentication
- Writing a different view in ASP.Net and SEO
Watch It: (Right now it is restricted to Tech Ed attendees)
https://www.msteched.com/online/view.aspx?tid=ff4f56fc-ff74-4a68-90a8-33c69b0acecc
Files:
WUX 308: Delivering Rich User Experiences for Business Applications with Microsoft Silverlight 3
What we covered:
- Customizing the DataGrid: TemplateColumns, Row Details, events in template columns
- Charts
- Custimizing the DataForm: Using the Display attribute, the Display / Edit templates
- Writing a custom cross-field validation method
- Export to Excel
- DataGrid Copy / Paste with Excel
- Going out of browser
Watch It: (Right now it is restricted to Tech Ed attendees)
https://www.msteched.com/online/view.aspx?tid=b35f4684-54b2-4da5-9a70-663f79dd9ab7
Files:
Note: If you get a reference error for the Activity control, re-add the dll that is included in the zip.
Enjoy!
Comments
Anonymous
May 17, 2009
PingBack from http://asp-net-hosting.simplynetdev.com/tech-ed-2009-demo-files/Anonymous
May 18, 2009
Scott Morrison just published his demo files for his talks at Teched..  He did some great work onAnonymous
May 18, 2009
Was your session recorded and will it available view online?Anonymous
May 18, 2009
hi, where can we download ppt files of your talk?Anonymous
May 18, 2009
The comment has been removedAnonymous
May 19, 2009
I get the below error despite having SQL 2005 express and SQL Server 2008 installed. Tried http://conceptdev.blogspot.com/2009/04/mdf-cannot-be-opened-because-it-is.html as well. The database 'C:PROJECTSSILVERLIGHTWUX303MYAPP.303.FINISHEDMYAPP.WEBAPP_DATANORTHWND.MDF' cannot be opened because it is version 655. This server supports version 612 and earlier. A downgrade path is not supported.Anonymous
May 19, 2009
Hi Geoff, Unfortunately I'm not much of an expert when it comes to SQL Server, as I had some fun times getting it set up myself. All I can say is try to make sure that your instance of 2008 is what is running it and the 2005 install isn't interfering. Good luck.Anonymous
May 31, 2009
Yesterday I gave 2 Silverlight presentations at the Montreal Code Camp 2009 .   1. Business applicationAnonymous
May 31, 2009
Yesterday I gave 2 Silverlight presentations at the Montreal Code Camp 2009 .   1. Business applicationAnonymous
June 04, 2009
I have previously written about the UNPLUGGED road trip that Mike , Nathan and I have been on. I alsoAnonymous
June 29, 2009
hi Jack, I believe Out of Browser Application is lacking one important future in Silverligth 3, if it is there; we can offer better futures to users. The future I am looking is to put my Out Of Browse application in Notification Area (Tray Icon). Especially when user minimizes my Out of Browser applications it should keep one ICON in Notification Area. Once he gets some alert or To-Do operation, it will show one “Notification Window” (like Outlook New Mail Notification Window). Is it possible to add this kind of future in Silverlight..!Anonymous
July 28, 2009
The version problem with the database arises on systems on which SQL Express 2008 is installed on a system on which SQL Server 2005 already has dibs on the instance name ".SQLEXPRESS" On these systems SQL Express installs to the default instance name "." All you need do to have the database mounted using SQL 2008 is edit the web.config file and change the connection string so that instead of ".SQLEXPRESS" it refers to "."Anonymous
July 31, 2009
WUX303 and WUX308 open is disable