Tag Archives: Sharepoint API

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

SPUtility.SendEmail

In my project I need to send mail to Administrator, while adding items to a list using Webpart. I have tried ASP.Net, System.Net namespace but I need to read all the server and mail settings from any config file. After … Continue reading

Posted in .Net, sharepoint | Tagged , , , , , , , , | 11 Comments