Softlogger
Categories

Tips for writing performance optimized code for SharePoint - part II


To be more specific in details this listing is highly optimized for inserting listitems into a list in SharePoint. As previously written – do not use the OM by adding listitems to items collection as this actually is very very slow. void InsertListItem(SPWeb web, guid listID, NameValueCollection nvc) { //create

Filed under: Database,SQL  |    On : 2006 May 15  |  From: blog.ekegren   | related Posts

Similar Posts



Most Popular

Archives

  • 2008
  • 2007
  • 2006
  • 2005
  • 2004
  • 2003