Key Scenarios

The SharePoint Guidance Library provides classes that assist you in building repositories for SharePoint lists. Every SharePoint list repository must perform the following two tasks:

  • Build CAML queries to query the SharePoint list.
  • Map to and from the fields of a SharePoint list item and the public properties of a business entity class that you define.

The following sections describe the scenarios:

Home page on MSDN | Community site