C# for Sharepoint 2010
Create Content Editor web part programmaticaly
12/03/2014 15:37
ContentEditorWebPart webpart = new...
Create Content Database programmatically
28/01/2014 15:00
string newDbName = "SP_Content_testSite1";
...
Get days difference between dates in C#
09/10/2013 14:58
TimeSpan daysLate = DateTime.Today -...
Get field value from Sharepoint list item
08/10/2013 14:00
Common functions for getting/setting sharepoint list...
Run powershell script from C#
06/12/2012 12:51
how to run ps script from csharp
https://ctrlf5.net/?p=231
using...
Modify custom properties toolpart order
05/10/2012 23:23
//Override GetToolParts method in web part class
public override...
Query Sharepoint List
29/09/2012 20:37
//Query SharePoint list by CAML query, Linq, lambda expression
using System;
using...