Banner Image
Jürgen Bäurle
Projects  ·  Work  ·  Blog  ·  Contact

FluentSP - The Fluent SharePoint API

September 19, 2011

FluentSP, SharePoint

Once you are doing a lot of SharePoint programming you know you often have to write lengthy pieces of code to implement simple tasks like querying SharePoint lists. Nowadays you can read a lot of fluent APIs or fluent interface. For instance, jQuery, a JavaScript library that had successfully introduced a fluent API to handle the hierarchical structure of the HTML documents.

Today, I want to introduce a small library I have developed, FluentSP, a modern fluent interface around the classic SharePoint 2010 API. By using FluentSP instead of the classic SharePoint API, you will be able to chain methods and act on sets of items of the underlying SharePoint objects.

IMPORTANT: There is a special page with more details.