Debugging SharePoint 2010 Client Object Model Silverlight Application

Step 1

Download and install following Visual Studio 2010 plugins

Visual Studio 2010 SharePoint Power Tools

Silverlight SharePoint Web Parts

Step 2

Create new Silverlight project and then create new Empty SharePoint Project in sandbox Solution

Step 3

Right click SharePoint Project then Click Properties SharePoint tab Check Enable Silverlight Debugging

Step 4

SharePoint Project Create new item of Silverlight webpart

Step 5

Add reference in SharePoint Silverlight OM dll in “C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\ClientBin”
following location

Step 6

Add Following Code in Silverlight Project App.xaml.cs at Application_Startup function
ApplicationContext.Init(e.InitParams, SynchronizationContext.Current);

Step 7

Set as Startup in SharePoint Project, now we can run (f5) then navigate “Site pages” then we can see then new page relevant name of project,We can access the page for debugging.

Copy Or Move Documents One Document Library to Another Document Library in SharePoint 2010

Navigate Document Library –>Library Tab “Open with Explorer”,after open Windows Explorer then Copy or move Documents within your SharePoint then we can keep all metadata in the documents.

Restore Deleted Items From Recycle Bin in SharePoint 2010

Step 1

If we need change recycle bin setting then Navigate Central Administration –> Manage Web Application –>Select Web Application then select General Setting –>General Setting
here we can see the recycle bin setting.

Step 2

If we need restore deleted items from recycle bin then navigate Recycle Bin –> Site Collection Recycle Bin –> Deleted from end user Recycle Bin , here we can select and restore the deleted items .