MOSS 2007 / WSS 3.0

A common scenario with Variations is to customize the variation label menu which allows to switch between different labels by using (e.g.) a Repeater or DataList control which is bound to a VariationDataSource. You can achieve this easily by either writing a custom user control or by modifying the existing VariationsLabelMenu.ascx. Code similar to the […]

One day out and we already have received feedback about a problem with SPDisposeCheck. 😉 Here are the details: Code like the one below is not recommended as it disposes the RootWeb – that is correctly identified by SPDisposeCheck!         public void DND_RootWeb()         {             using (SPSite siteCollection = new SPSite(“http://intranet.contoso.com“))             {                 […]

We are happy to announce the release of a new version of SPDisposeCheck! SPDisposeCheck is a tool that helps developers and administrators check custom SharePoint solutions that use the SharePoint Object Model helping measure against known Microsoft dispose best practices. This tool may not show all memory leaks in your code and may produce false positives […]

My colleague Rodney Viana has created a nice tool which simplifies troubleshooting of permission issues in SharePoint. The tool tests various different settings in IIS and SharePoint and decrypts the permission masks involved when accessing a specific SharePoint Url.A must have! See here for details:http://blogs.msdn.com/b/rodneyviana/archive/2010/11/11/application-to-check-cascade-access-rights-for-a-particular-user-or-anonymous-user-in-sharepoint.aspx?wa=wsignin1.0&CommentPosted=true#commentmessage

In the past I have written a post about Blob Caching and some of the limitations when using this method: MOSS 2007 Blob caching and it’s limitations In a recent service request my collegue Gyorgy Homolya worked on a performance problem which affected the site always at a specific time at a day. Analyzing some […]

Cross posting info about an important update for ASP.NET which will address an issue that affects all ASP.NET applications including SharePoint and MCMS. [cross post from Microsoft Security Response Center blog] Today we provided advance notification to customers that we will release an out-of-band security update to address the vulnerability discussed in Security Advisory 2416728. […]