My Silverlight session at DevTeach Montreal

During my “Business oriented Silverlight 2 application” talk at DevTeach conference (december 2008) I used Visual Studio 2008 and Expression Blend to build an application that retrieves SQL server data (Beers!) through an Entity Framework model and exposes it to a Silverlight client via a WCF service and LINQ queries. I did some design and animation, added a ComboBox and DataGrid to display data and asynchronously update the model as users edit it. Then I showed how to use local cache on the client to optimize network traffic and finally applyed some Style to shape the UI.

I had only 2 slides in my ppt deck, and here is my funny slide #2:

I coded all that live on stage in 60 min without any errors!

As promised here is the source code of the application I built live:

Slides:

[Beers Db by Andy Beaulieu]

 

Technorati Tags:
Published Friday, December 05, 2008 6:23 PM by pluginbaby

Comments

Friday, December 05, 2008 6:32 PM by Ken Cox [MVP]

# re: My Silverlight session at DevTeach Montreal

Salut Laurent,

I'm getting the following runtime error from this code. Any ideas?

Line: 432

Error: Sys.InvalidOperationException: ImageError error #4001 in control 'Xaml1': AG_E_NETWORK_ERROR

Ken

Sunday, December 07, 2008 11:34 AM by shamrat231

# re: My Silverlight session at DevTeach Montreal

Hi i donot see the link to download source code