Developer Best Practices Resource Center
Find guidance about how to write SharePoint Server 2007 applications and customizations that perform well, avoid common pitfalls, and best use the features of the SharePoint object model.
| Coding Tips and Tricks- Do not use SPList.Items.
- When you implement caching to improve performance, cache DataTable objects wherever possible, to be thread safe.
- Do not instantiate SPWeb, SPSite, SPList, or SPListItem objects within an event receiver.
- Read details and more best practices...
Customization Best Practicespatterns & practices: SharePoint Guidance |
Working with Large Lists in SharePoint Server 2007