Best Practice for Accessing SharePoint List Item through Object Model

Posted by Kusek on Stack Overflow See other posts from Stack Overflow or by Kusek
Published on 2009-07-13T06:23:54Z Indexed on 2010/03/31 11:43 UTC
Read the original article Hit count: 218

Filed under:

I would like to know the best Practice that you guys follow when it comes to access the SharePoint List Items / Doc Lib using Object Model. To start let me share few things I have found.

  1. Limit the number of Items Per container to 2K items.
  2. Use ProcessWebData method of SPWeb to do Update/Insert of Large items

© Stack Overflow or respective owner

Related posts about sharepoint