Visual Studio

Here is a quick summary of the major SharePoint and Project Server components that reach end of support today, July 15, 2026, along with the recommended upgrade or replacement path: Product, Feature or Component Upgrade Path/Alternative SharePoint Server 2016 SharePoint Server Subscription Edition SharePoint Server 2019 SharePoint Server Subscription Edition Project Server 2016 Project Server […]

Yesterday we released the Office Developer Tools for Visual Studio 2012. The Office Developer Tools for Visual Studio 2012 provide broad and deep support, ranging from new templates to new designers to a whole host of integrated lifecycle tools.  They enable developers to create, edit, test, debug, package, and deploy apps for Office and SharePoint, […]

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 […]