Wednesday, May 18, 2011

Advanced SharePoint Data Access With Microsoft Silverlight

visualstudiogallery.msdn.microsoft.com
get SharePoint Silverlight web part...need powertools installed
Add Silverlight web part to proj...will add the one in solution
custom Silverlight web part adds ascx to do htlm stuff to web part
Odata
Restful interfaces brings data based on URI you send it
Case sensitive http://spserver/teched/_vti_bin/ListData.svc/Contacts to see contacts
Need to set a service reference to connect to SharePoint
use datacontext to get data
Client Object Model
3 versions,:winform,Silverlight, Jquery
Can makecalls to run code on server...and if fails..tell it to keep going
can do many powerful things in web parts and wiki and such with COM

Use Silverlight to dip[lsy a picture collection
List of pictures ifno is hidden so it doesn't have to gfo back to server uses initparameters, passing the id of hidden fields to initparameters

using web services inside SharePoint applications

Make sure to go download code

No comments:

Post a Comment