ASP.NET AJAX Preview 2 Now On CodePlex
Man Betrand LeRoy and his team are really cranking this stuff out. Following on the heels of last months release they now have a new ASP.NET AJAX Preview 2 release on CodePlex. Here are some of the new...
View ArticleSerializing LINQ Types
So I am using the new Data Designer in VS 2008 to create my LINQ to SQL DataContext and associated data classes and one of the first thing I wanted to do was to send back one of these “data classes” to...
View ArticleRIA Talks
Over the next few months I will be covering SoCal doing a talk on Rich Internet Applications (RIA) using ASP.NET AJAX 4.0 and Silverlight. The inspiration for this talk comes from the convergence I see...
View ArticleBuilding RIA Applications for Web 3.0 Sample
The application below is a sample application that demonstrates how to create a Web 3.0 application that combines ASP.NET, ASP.NET AJAX 4.0, AJAX Control Toolkit and Silverlight. The application is a...
View ArticleRIA Talks Deck
Here is the Power Point Slide Deck that goes with my RIA talks. Sorry it took me so long to get this out. The Sample RIA Application contains the Rad Bikes demo used.
View ArticleWriting Debugger Friendly Classes Using the DebuggerDisplayAttribute
In many cases while writing software we fail to think about the users of our code. This is often the case when it comes to debugging since most of use feel it’s easy enough to just jump into the code...
View ArticleSilverlight DataBinding Modes for the WPF Developer
I was suprised to find out that Silverlight Data Binding uses OneWay as the default binding mode. This really caught me off guard when I was trying to port some code written in WPF over to Silverlight...
View ArticleLinq to SQL Designer: Buyer Beware
I have been running into this odd error off and on for the past week with the code generated by the Linq to SQL designer. I kept on getting Error 1 Build failed due to validation errors in...
View ArticlePatterns and Practices WPF and Silverlight Guidance (Prism) Survey
The PRISM team just published a Prism survey and blogged about it at http://blogs.msdn.com/blaine/archive/2009/04/01/have-you-taken-the-prism-survey.aspx. If you have worked with PRISM take the survey...
View ArticleWPF Talk at LA .NET User Group
Here is the content for the talk I did a couple of weeks ago (yea I know I am slow) on WPF. Jump Into WPF Content
View Article