This error definitely comes from not following Microsoft’s best practices. There’s a great article on MSDN about best practices that…

SharePoint Online | O365 | Azure | + legacy & productivity
a collection of software/web development resources
This error definitely comes from not following Microsoft’s best practices. There’s a great article on MSDN about best practices that…
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…
So, you’re designing your InfoPath form and as soon as you click on some field to manipulate it with code,…
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…
In a previous post, I made an introduction to interacting with SharePoint data through Web Services; easily, albeit a bit…