When you setup your SharePoint environment you will create an initial web application and site collection. Also, a “My Sites”…

SharePoint Online | O365 | Azure | + legacy & productivity

When you setup your SharePoint environment you will create an initial web application and site collection. Also, a “My Sites”…

This is the third tutorial about accessing and manipulating data on SharePoint. The first one leveraged web services and the…

You might have noticed the method “base.CreateChildControls()” being used in some of the webpart examples I’ve been sharing. It turns out…

One of the most useful overloads of the ToString() method is the ability to provide a format for the object…

In a previous post, I made an introduction to interacting with SharePoint data through Web Services; easily, albeit a bit…

When developing against SharePoint 2010, you might come across the following error: “The web application at [URL] could not be…

If you’re working with Visual Studio to create a web part you will notice that there is a couple of…

If you worked though the first attempt to interact with SharePoint data through web services (here) you must have noticed…

This is one of those things that happen once and leave you bewildered. Not being able to type in an…

As we’ve seen before, site columns can be created in a variety of ways, through the web interface, the SPD10…