Development How-to Topics
This topic describes how to use the SharePoint Guidance Library's helper classes for list repositories. It includes the following procedures:
- How to: Create a List Repository. This topic describes how to create a repository class for a SharePoint list.
- How to: Submit a Query to a List. This topic describes how to use the CAMLQueryBuilder class to retrieve a list item from a SharePoint list.
- How to: Populate a Business Entity from a List Item. This topic demonstrates how to convert a list item into a strongly-typed business entity.
- How to: Save a Business Entity to a List. This topic demonstrates how to convert a business entity into a list item and then add it to a SharePoint list.
For more information about the SharePoint Guidance Library, see The SharePoint Guidance Library.