Waldek Mastykarz - Innovation Matters | SharePoint Server MVP | ISSN 2210-9390

Microsoft Silverlight 4 and SharePoint 2010 Integration (book review)

, , No Comments »

Microsoft Silverlight 4 and SharePoint 2010 Integration book coverSharePoint 2010 ships with native support for Silverlight what makes creating Rich Internet Applications (RIA) easier and faster. And although Silverlight has been around for a couple of years now, there is more to developing Silverlight RIAs on SharePoint 2010. While you could use the classic – web-services-based approach, SharePoint 2010 ships with the Silverlight Object Model which makes it easy to work with data from SharePoint in Silverlight applications. Read more »

Making controls in a Silverlight/WPF User Control private

, , , 1 Comment »

By default, when you create a User Control in Silverlight or Windows Presentation Foundation (WPF) all child controls are publicly available. This is not only bad for reusability of the control but also from the design point of view as you should always try to encapsulate the internals of your control and only make available to the outside world functionality that makes sense to them. Additionally encapsulating properties allows you to validate the input what makes your control less error prone. Read more »

Inconvenient Silverlight Object Model vs. anonymous users

, , , , 20 Comments »

SharePoint 2010 ships with Silverlight Object Model that simplifies working with SharePoint data within Silverlight components. Thanks to the new object model you no longer have to create and deploy custom services to retrieve data from SharePoint. Out of the box the Silverlight Object Model encapsulates calling standard SharePoint WCF Services which makes it extremely easy for you as a developer to create Silverlight components that communicate with SharePoint. Although working with the Silverlight Object Model is pretty easy, there is one thing that you have to keep in mind while developing for anonymous users. Read more »

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS
Copyright © 2007 - 2012 Waldek Mastykarz

Creative Commons License