Browse by Tags

Sorry, but there are no more tags available to filter with.
Creating List Indexes with the SharePoint Object Model
2 Jun 2011 9:18 AM
Body: Many scenarios in SharePoint 2010 require you to create indexes on lists – e.g. enforcing unique values, CAML joins, and referential integrity. I was writing some code yesterday that needed an index and I wasn't able to find a sample – so I figured I'd put up a quick post. Before you get started, understand that you can only index certain field... Read More...
by Elumenotion Blog: Posts
Filed under:
SharePoint REST (ODATA) is Insecure
10 Aug 2010 9:48 AM
Body: SharePoint 2010 includes a number of new services to allow interoperability with other systems and to make it easy to create rich Internet applications. Among these is SharePoint's ODATA implementation provided by the ListData.svc service . Overall, I think the REST is an awesome lightweight alternative to formal SOAP. Unfortunately, the implementation... Read More...
by Elumenotion Blog: Posts
Filed under: