(X) Hide this Join a live webcast on October 14th, 10:00 am PDT: 'MEF: Overview of the Managed Extensibility Framework in Silverlight 4' by Gill Cleeren
Learn More | Sign Up | More Webinars by SilverlightShow

Recommended

Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 8 results for SharePoint.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 2 comments  /  posted by  Walter Ferrari  on  Oct 18, 2010 (1 week ago)
    Sharepoint 2010 is a powerful platform for organisations that want to manage their data in a more efficient way. Some of the key features include document management and collaboration tools, content management and social networking and so on. Since it is essentially a browser-based web platform, why not use Silverlight to offer the users a better experience? The same question probably came up to the Microsoft engineers’ mind when they deliberated the new features of Sharepoint 2010; in fact, with this release a new Client Object Model has been included to allow client applications like Silverlight to interact with Sharepoint data.


  • SharePoint and Silverlight - Introduction

    0 comments  /  Show #47  with  Walter Ferrari   /   10 minutes   /   Oct 14, 2010 (1 week ago)

    In this video we see three different methods to add a Silverlight application to a web page of a Sharepoint site.

    In the first method we use the Shared document Library provided by Sharepoint. In the second method we use a Web Part to deploy the Silverlight application and, in the third method, we use a module of Sharepoint as a "ferryboat".

    This video is supporting Walter Ferrari's article: Silverlight and Sharepoint 2010: Getting Started

  • author  Gastón C Hillar  /  released on  Jul 26, 2010
    Microsoft Silverlight 4 and SharePoint 2010 Integration Product Description

    Techniques, practical tips, hints, and tricks for Silverlight interactions with SharePoint

    • Develop Silverlight RIAs that interact with SharePoint 2010 data and services
    • Explore the diverse alternatives for hosting a Silverlight RIA in a SharePoint 2010 Page
    • Work with the new SharePoint Silverlight Client Object Model to interact with elements in a SharePoint Site
    • Use Visual Studio 2010's new features to debug Silverlight RIAs that interact with SharePoint 2010
    • Learn to perform CRUD (Create, Read, Update, and Delete) operations on SharePoint 2010 lists from Silverlight
    • Access and interact with external data sources and WCF Data Services
    • Use themes and work with multiple interactive animations and effects to create distinct User eXperiences (UX) in a SharePoint environment
    • Develop Silverlight RIAs that interact with SharePoint Visual Web Parts
    • A step-by-step, fast-paced book that guides you in implementing Silverlight 4 applications in SharePoint 2010 environments

    Buy from:

    Amazon

    Amazon

  • 0 comments  /  posted by  Svetla Stoycheva  on  Aug 05, 2010 (2 months ago)

    Davide Zordan posted a quick overview and reference to a sample chapter from the new book of Gastón C. Hillar: “Microsoft Silverlight 4 and SharePoint 2010 Integration”

    This is the overview taken from the publisher site:

  • Develop Silverlight RIAs that interact with SharePoint 2010 data and services
  • Explore the diverse alternatives for hosting a Silverlight RIA in a SharePoint 2010 Page
  • Work with the new SharePoint Silverlight Client Object Model to interact with elements in a SharePoint Site
  • Use Visual Studio 2010′s new features to debug Silverlight RIAs that interact with SharePoint 2010


  • Getting Started With Silverlight and SharePoint 2010

    1 comments  /  posted by  Silverlight Show  on  Jan 21, 2010 (9 months ago)

    This tutorial of Bryant Likesis is about getting Silverlight 3 development going with Sharepoint 2010.

    One of the cool features of SharePoint 2010 (currently in beta) is that you can set it up on a Windows 7 machine. This means that as a SharePoint developer you no longer have to run a Server OS.

  • 2 comments  /  posted by  Silverlight Show  on  Dec 23, 2009 (10 months ago)
    Nikolay Atanasov from Telerik annnouces that a new video produced by Sahil Malik has been uploaded, in which video it is shown how to use Telerik Silverlight controls in SharePoint 2010.Image

    The approach demonstrated in this video is Telerik Silverlight controls working with the client object model, in particular RadScheduler talking to the Calendar list.

  • Silverlight Deployed To SharePoint With Active Directory

    0 comments  /  posted by  Silverlight Show  on  Aug 27, 2009 (more than a year ago)
    Tags: SharePoint , Active Directory

    This code snippet written by Robbe Morris offers a simplistic way to obtain the Active Directory credentials of a user accessing a Silverlight application hosted in a SharePoint page.

    In order to actually determine Active Directory roles or obtain additional data on the user in Active Directory, you would typically write a WCF service that accepts an Active Directory username and whatever search credentials you want.  The service would return back additional Active Directory details.  This sample is just a quick and dirty way of retrieving the user's Active Directory username when they try to access the folder the Silverlight application is hosted in.  In most cases, the user would have authenticated via Active Directory while logging into SharePoint.  Those credentials are automatically passed when they attempt to load your Silverlight application hosted in the SharePoint Page.

     

  • SharePoint Saturday - Example Code and Slides

    0 comments  /  posted by  Silverlight Show  on  Apr 20, 2009 (more than a year ago)
    Tags: SharePoint
    Shawn Wildermuth has posted the slides and the code from his SharePoint presentation.