Sign in
Roger Lamb's Microsoft Application Development Blog
I am a Principal Application Development Manager (ADM) in Microsoft Services since 2001 located in Tampa, FL.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
No tags have been created or used yet.
Archive
Archives
February 2011
(1)
December 2010
(1)
November 2010
(1)
October 2010
(1)
February 2010
(1)
November 2009
(1)
October 2009
(1)
September 2009
(1)
June 2009
(1)
April 2009
(1)
February 2009
(1)
January 2009
(5)
December 2008
(1)
November 2008
(1)
October 2008
(1)
February 2008
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Roger Lamb's Microsoft Application Development Blog
SharePoint 2007 and WSS 3.0 Dispose Patterns by Example
Posted
over 5 years ago
by
Roger Lamb [MSFT]
72
Comments
Blog Post Revised 12/13/2010 Overview SharePoint Server development has some gotchas with serious implications that every application developer needs to be intimately familiar with before deploying into production farms. In particular, Microsoft...
Roger Lamb's Microsoft Application Development Blog
Announcing SPDisposeCheck v14.0.4762.1000 Update for SharePoint Development
Posted
over 3 years ago
by
Roger Lamb [MSFT]
18
Comments
Download location: http://code.msdn.microsoft.com/spdisposecheck Update Summary: I’m happy to announce SPDisposeCheck v14.0.4762.1000 was updated and released today 12/13/2010. SPDisposeCheck is a tool that helps developers and administrators...
Roger Lamb's Microsoft Application Development Blog
try / finally using() SharePoint Dispose()
Posted
over 4 years ago
by
Roger Lamb [MSFT]
12
Comments
Chances are that by now if you have been developing on the Microsoft SharePoint Office Server (MOSS) 2007 and Windows SharePoint Services (WSS) 3.0 Object Model (OM) for any length of time you are aware of the importance of when to (and when not to) call...
Roger Lamb's Microsoft Application Development Blog
Updated SPSite.RootWeb Dispose Guidance
Posted
over 5 years ago
by
Roger Lamb [MSFT]
9
Comments
I have recently been working directly with the Microsoft Office SharePoint Server 2007 (MOSS 2007) Product Group as well as several Subject Matter Experts in the Microsoft Services field to help clarify some Dispose edge cases which have been causing...
Roger Lamb's Microsoft Application Development Blog
SharePoint 2007/2010 “Do Not Dispose Guidance” + SPDisposeCheck
Posted
over 4 years ago
by
Roger Lamb [MSFT]
7
Comments
Below I put together a quick reference of the known SharePoint properties and methods that you do not want to call Dispose against when developing SharePoint applications (AKA “ Do Not Dispose Guidance ”). Please check back on this blog post as I will...
Roger Lamb's Microsoft Application Development Blog
SPDisposeCheck SPSite and SPWeb Dispose() Best Practice Utility Announced
Posted
over 5 years ago
by
Roger Lamb [MSFT]
3
Comments
Paul Andrew (Microsoft SharePoint Product Group) announced the SPDisposeCheck utility at the Tech·Ed EMEA Developers Conference today. The SPDisposeCheck command line utility will be released soon (North American Winter) and will recursively scan any...
Roger Lamb's Microsoft Application Development Blog
Automate SharePoint Dispose() code reviews with SPDisposeCheck
Posted
over 4 years ago
by
Roger Lamb [MSFT]
3
Comments
Today the Microsoft SharePoint Product Team announced the SPDisposeCheck utility here and also at Paul Andrew’s blog here . You can download the free SPDisposeCheck utility in the MSDN Code Gallery http://code.msdn.microsoft.com/SPDisposeCheck . The SPDisposeCheck...
Roger Lamb's Microsoft Application Development Blog
SharePoint 2007 UserProfiles.PersonalSite Property Leak
Posted
over 4 years ago
by
Roger Lamb [MSFT]
2
Comments
The following edge case applies to MOSS 2007 (and not WSS 3.0). When using the following pattern the property Microsoft.Office.Server.UserProfiles.PersonalSite requires a Dispose() call before leaving scope if you use the property in your code. Below...
Roger Lamb's Microsoft Application Development Blog
SharePoint 2007 PublishingWeb.GetVariation() Method Leak
Posted
over 4 years ago
by
Roger Lamb [MSFT]
1
Comments
PublishingWeb.GetVariation() method returns a PublishingWeb object which which needs to be explicitly Closed() as shown in the following code sample. For a complete list of all the updated SharePoint Dispose() guidance please see SharePoint 2007 and WSS...
Roger Lamb's Microsoft Application Development Blog
SharePoint Diagnostics Tool v1.0 (SPDiag) Released
Posted
over 4 years ago
by
Roger Lamb [MSFT]
1
Comments
There is a new GUI utility published today to Microsoft.com/downloads for x32 and x64 environments which should help cut down the ping pong performance related troubleshooting discussions between IT staff, support, and developers regarding the SharePoint...
Roger Lamb's Microsoft Application Development Blog
Announcing Developer Best Practices Resource Center for SharePoint Server 2007
Posted
over 4 years ago
by
Roger Lamb [MSFT]
1
Comments
Find up-to-date guidance about how to write Microsoft Office SharePoint Server 2007 applications and customizations that perform well, avoid common pitfalls, and best use the features of the SharePoint object model. http://msdn.microsoft.com/en-us/office...
Roger Lamb's Microsoft Application Development Blog
SharePoint STSADM Silverlight application on TechNet
Posted
over 4 years ago
by
Roger Lamb [MSFT]
1
Comments
Go check out the cool new TechNet interactive online Silverlight application which allows you to quickly browse and filter STSADM commands with links to the documentation. Stsadm Technical Reference for Windows SharePoint Services 3.0 Stsadm Technical...
Roger Lamb's Microsoft Application Development Blog
SharePoint Automated Setup, Product Software Updates, and “Single-Click” Deployment
Posted
over 5 years ago
by
Roger Lamb [MSFT]
1
Comments
MOSS 2007 and WSS 3.0 December 2008 Cumulative Update (CU) Blog Updated 12/17/08 The Microsoft SharePoint Team Blog Announced the December Cumulative Update (CU) for Office SharePoint Server 2007 and Windows SharePoint Services 3.0. From this point (December...
Roger Lamb's Microsoft Application Development Blog
CTP of VSeWSS 1.3 Announced – Now installs on 64bit OS
Posted
over 4 years ago
by
Roger Lamb [MSFT]
0
Comments
Paul Andrew just announced on the Microsoft SharePoint Team Blog that a new Community Technology Preview (CTP) version of the Visual Studio extensions for SharePoint 1.3 (VSeWSS 1.3) is now publically available on Microsoft Connect site. New Features...
Roger Lamb's Microsoft Application Development Blog
Updated Patterns & Practices Developing SharePoint Applications Guidance
Posted
over 4 years ago
by
Roger Lamb [MSFT]
0
Comments
Congrats to Chris Keyser and all the authors/contributors for shipping the updated Version 2 of the SharePoint Developers Guidance.. must have free resource if you are doing development with SharePoint. Guidance for building collaborative applications...
Roger Lamb's Microsoft Application Development Blog
SharePoint Conference 2009 Developer Hands On Labs (HOLs)
Posted
over 4 years ago
by
Roger Lamb [MSFT]
0
Comments
Whether or not you were one of the lucky ones to attend the sold out SPC ‘09 conference in Las Vegas last week you should download and review the 10 developer Hands On Labs (HOL’s) in anticipation to the public beta of SharePoint Server 2010 due out in...
Roger Lamb's Microsoft Application Development Blog
Application Lifecycle Management in SharePoint 2010
Posted
over 2 years ago
by
Roger Lamb [MSFT]
0
Comments
Check out this must read MSDN article for all SharePoint developers http://msdn.microsoft.com/en-us/library/gg604045.aspx Published: February 2011 Learn how to plan and manage Application Lifecycle Management (ALM) in Microsoft SharePoint 2010 projects...
Roger Lamb's Microsoft Application Development Blog
HttpApplication Leak in SharePoint 2007 - Workaround with Init() virtual method
Posted
over 3 years ago
by
Roger Lamb [MSFT]
0
Comments
Todd Carter has recently discovered a significant memory leak with MOSS 2007 and WSS 3.0 which can quickly lead to Out Of Memory conditions under load even if you are following all of the Dispose() guidance rules within your code. Note this leak does...
Roger Lamb's Microsoft Application Development Blog
SharePoint Developer Building Blocks by Eric White
Posted
over 3 years ago
by
Roger Lamb [MSFT]
0
Comments
Check out Eric White’s excellent blog post SharePoint Developer Building Blocks: Technologies for Creating SharePoint Applications which will soon become a MSDN Whitepaper. It’s a great resource if you are jumping into SharePoint 2010 development...
Roger Lamb's Microsoft Application Development Blog
Critical Path Training Rocks! – The Great SharePoint Adventure 2010
Posted
over 3 years ago
by
Roger Lamb [MSFT]
0
Comments
I recently attended the The Great SharePoint Adventure 2010 workshop from Critical Path Training in Tampa , Florida and would strongly recommend this 5 day workshop for all developers looking to sharpen their skills in SharePoint 2010 software development...
Page 1 of 1 (20 items)