Feeds:
Posts
Comments

Archive for February 25th, 2009

Never use SPList.Items.Add because this approach gets all items in the list before adding a new SPListItem.  Use the following method instead, which does not preload the list items: 1: /// <summary> 2: /// More efficient way of adding an item to a list. 3: /// </summary> 4: /// <remarks> 5: /// GetItems with a [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.