Wednesday, November 14, 2012

Create a simple WCF in SharePoint

Create a Simple WCF in SharePoint
http://scottcurrier.wordpress.com/2010/07/28/simple-wcf-service-within-sp2010-note-to-self/

JSON, parseJSON
http://api.jquery.com/jQuery.parseJSON/
var obj = jQuery.parseJSON('{"name":"John"}');
alert( obj.name === "John" );
 

Got REST? Querying SharePoint List data using REST services client-side: Part 1 
https://www.nothingbutsharepoint.com/sites/devwiki/articles/Pages/Got-REST-Querying-SharePoint-List-data-using-REST-services-client-side-Part-1.aspx


Got REST? Querying SharePoint List data using REST services client-side: Part 2
https://www.nothingbutsharepoint.com/sites/devwiki/articles/Pages/Got-REST-Querying-SharePoint-List-data-using-REST-services-client-side-Part-2.aspx
 
  
Overview of using REST in SharePoint 2010
http://www.synergyonline.com/blog/lists/posts/post.aspx?id=35

REST-Based Ajax Services with WCF in .NET 3.5
http://www.code-magazine.com/Article.aspx?quickid=080014

JQUERY DataTable
http://www.overset.com/2008/08/30/animated-sortable-data-table-jquery-plugin--jtps/

No comments:

Post a Comment