Category Archives: sharepoint

How to Add Items to Sharepoint list using Silverlight Object Model

Last few days I am working around Silverlight Object Model with sharepoint. In this post I am explaining about adding items to Sharepoint list using Silverlight Object Model. I created a list in sharepoint with few columns like Name, Email … Continue reading

Posted in .Net, .Net 3.0 / 3.5, sharepoint, Silverlight | Tagged , , , , | 4 Comments

How to access SharePoint List Items using Silverlight Object Model

In the last postI introduced the Silverlight Object Model, which helps to access the SharePoint objects directly from Silverlight. In this I am posting about how to access SharePoint List Items using Silverlight Object Model. In this I am using … Continue reading

Posted in .Net, .Net 3.0 / 3.5, sharepoint, Silverlight | Tagged , , , | 5 Comments

Using the Silverlight Object Model

Recently I moved to a new project where I have to integrate Silverlight with SharePoint. I had done a few posts regarding this also. Yesterday I found that in SharePoint 2010(SharePoint foundation), Microsoft introduces Silverlight Object Model which helps to … Continue reading

Posted in .Net, sharepoint, Silverlight | Tagged , , , , , , | 5 Comments

Silverlight in Sharepoint (WSS 3.0)

Recently I got an assignment to integrate Silverlight to WSS 3.0, in Sharepoint Foundation(WSS 4.0) there is an out of the box web part available to do the integration. Instead of using that, in this post I am creating a … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net, sharepoint | Tagged , , , , , | 2 Comments

Creating a WebPart using Visual Web Developer Express

Recently I installed the WSS 3.0 in my machine. In this post I am talking about how to develop a web part using Visual Web Developer express, which can be deployed in WSS 3.0. From ASP.Net 2.0 onwards WSS Sharepoint … Continue reading

Posted in .Net, .Net 4.0, ASP.Net, sharepoint | Tagged , , , , | Leave a comment