Tag: silverlight
All the articles with the tag "silverlight".
DomainDataSource Extension Methods
Published:2 min readA post by Jeff Handley explains how to add or edit an item in the DomainDataSource in .NET RIA Services, and a comment by David Yack on the forum provides his inherited DomainDataSource class which adds methods for adding and editing items. This code was then turned into a set of extension methods that can be used on any DomainDataSource.
Silverlight 3 Breaking Changes
Published:1 min readSilverlight 3 has a list of breaking changes from both the Silverlight 2 and Silverlight 3 Beta versions that can be found on MSDN. It is important to check this list if what you are reading does not make sense.