Wednesday
Jun092010
Silverlight + SharePoint: helper classes
Wednesday, June 9, 2010 at 1:07PM While composing my earlier blog about Silverlight + SharePoint +CAML best practices, it dawns on me that it would be quite possible to build a helper library to assist the user in cleaning up the LINQ statements before sending it off to the server, similar to how the client object model tries to convert LINQ to CAML beneath the hood.
Similarly, there are a few useful properties in the Server object model that is missing in the client object model. These could be provided via a helper class as well.
This would make a nice little weekend project.





Reader Comments