How Deploy a WCF Service To SharePoint 2010
Update 29 September 2010 – I’ve created a Visual Studio project item that allows WCF services to be easily added to SharePoint. Rather then start my own Codeplex project , I’ve contributed my addition...
View ArticleSharePoint 2010: Search via REST
With the release of SharePoint 2010 we got a whole load of useful REST services. For example, we can read data from any list or library using ListData.svc and we can do some clever stuff with Excel...
View ArticleSending and receiving SPListItem references via JSON
One of the big changes in SharePoint 2013 is the focus on client side processing. Over the next few years I suspect SharePoint developers will be spending a lot of time in the wacky world of...
View ArticleA circular reference was detected while serializing an object of type...
When building web services that return JSON you’ll probably come up against a variant of this error when trying to serialize exceptions. (It also occurs with many other types but my solution only deals...
View Article