Sign in
Aravindhan Rajagopal's Blog
Options
Blog Home
About
Email Blog Author
Share this
RSS for posts
Atom
RSS for comments
Search Blogs
Tags
.wdproj
BDR#0
BLOG#0.
deployment projects
DTS
Import data into SQL
Import from XLS into SQL Server
Importing into SQL
modular non popup
MOSS
MOSS Coding template
OpenNewWindow
Sharepoint Coding Standards
sharepoint solution development
sharepoint solution installer
sizeable web page
SPS#0
vs.net 2005
wdproj
web application tooltip
web deployment projects
WIKI#0
wsp
wsp installer
wspbuilder
Archive
Archives
May 2009
(2)
June 2008
(6)
Sharepoint Coding Standards
TechNet Blogs
>
Aravindhan Rajagopal's Blog
>
Sharepoint Coding Standards
Sharepoint Coding Standards
aravindhan r
17 Jun 2008 3:16 AM
Comments
2
The following are few critical guidelines to be followed in sharepoint solution development.
1) Switching ON and OFF the AllowUnsafeUpdates option, as and when appropriately.
2) Disposing the SPSite objects after usage.
3) Disposing the SPWeb objects after usage.
4) Avoid disposing objects derived from SPContext.
5) Try the "Using" clause - to avoid the overhead of disposing objects explicitly.
Recently i have blogged about these in detail in our team blog
http://blogs.msdn.com/securitytools/archive/2009/07/29/sharepoint-coding-practices-a-quick-overview.aspx
Additionally, you may refer to the msdn article below
http://msdn2.microsoft.com/en-us/library/aa973248.aspx#sharepointobjmodel__spsiteobjects
2 Comments
wsp
,
MOSS
,
sharepoint solution development
,
Sharepoint Coding Standards
,
MOSS Coding template
Comments
Comments
Loading...
Leave a Comment
Name
Comment
Please add 7 and 8 and type the answer here:
Post