Here are some of the pictures I took while in LA for PDC09. I had a great time and I hope that I get the chance to attend more conferences. The Standard has its name upside down for the logo. I tried to take a picture of the desk at...
[Read More]
DomainDataSource Error Handling (Original)
There was an error with the original post for this topic. Please click the following link to see the corrected post:
[Read More]
DomainDataSource Error Handling
With the RIA Services July 2009 Preview release, we heard significant feedback about the DomainDataSource error handling story. The biggest problem was when errors occurred during Load() or SubmitChanges(), server-side errors would be silently swallowed unless you opted into the LoadError, LoadedData, and SubmittedChanges events, and explicitly checked for errors. ...
[Read More]
Building ContosoSales - The RIA Services Keynote Demo
During Scott Guthrie’s keynote at PDC09 (starting around 1:28:00), Scott Hanselman presented a demo that highlighted Visual Studio 2010, Silverlight 4, RIA Services, and lots of great new tooling that ties all of these products together. I wanted to show you how you can build the same application using installations that...
[Read More]
DomainDataSource DataPager PageSize Pitfall
During the PDC release milestone of RIA Services, we discovered an error from DomainDataSource when using AutoLoad="True" and when using a DataPager bound to the DomainDataSource’s Data property. We found that when the PageSize property is specified on the DataPager and not on the the DomainDataSource itself, an exception would...
[Read More]