Featured
-
No Featured Found!
Tags
Top Tips to Deliver Exceptional User Experience with SharePoint Online
The acceptance and prevalence of SharePoint Online among cloud service providers have made this Microsoft offering among the quickest growing products from the tech behemoth in the recent past. While SharePoint Online aims to enable successful de...
SharePoint App and Office 365 App Services - An Overview & Benefits
SharePoint Apps and Office 365 Apps:
On the off chance that your association is utilizing SharePoint Online and Office 365, I am certain one of the center client necessities is a capacity to get to content by means of cell phones. Ve...
Read projects from Project Server 2013 and Project Online using CSOM - Video Tutorial
To read data from Project Server 2013 and Project Online using CSOM
The Project Server CSOM includes three assemblies for development of client applicationsMicrosoft.ProjectServer.Client.dll
Microsoft.SharePoint.Client.dll
Microsoft.Sha...
Creating EPT in project online using CSOM
Hello Reader,
The following code is used to create a new Enterprise Project Type(EPT):
public void CreateEnterpriseProjectType(Guid eptGuid, string eptName, string eptDescription)
{
ProjectContext projectContext = new Projec...
Remote Connection to SharePoint Online site using CSOM
When you want to connect SharePoint Online remote site using CSOM, ClientContext object to be initialized with the Web URL.
The new SharePointOnlineCredentials class has been introduced by CSOM for SharePoint 2013 which provides this functiona...