Monthly Archives: November 2010
Getting the most out of SharePoint 2010 logs and fast!
As a SharePoint developer/admin you are probably intimately familiar with SharePoint logs (C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS) and how you can extract useful information from them, if you have time to parse those files. Here are couple of tricks … Continue reading
Tracing custom SharePoint 2010 application performance
Performance has been on my mind lately and there are some great tools I used to troubleshoot some of the issues. Starting with out of the box tools, Developer Dashboard in SharePoint 2010. Developer Dashboard can be enabled with a … Continue reading
Configuring SharePoint 2010 to store large files outside of content DB
There are some pros and cons to storing large binary data saved into your SharePoint lists and libraries outside of content DB. In SharePoint 2010, running Microsoft SQL Server 2008 and Microsoft SQL Server 2008 Express in a back end, you … Continue reading
New and scalable ways to upgrade your custom SharePoint 2010 features
Typical SharePoint solution has many features provisioning all sorts of functionality to the site. If you have several client environments where your solution is deployed to, you might get into the situation where some environments are running older versions and … Continue reading
Speed up your SharePoint 2010 site by using built in Output Caching
When building sites in SharePoint – especially when building public sites with SharePoint 2010 – good performance is not just a discussion topic but a requirement. There has been some great improvement in how SharePoint 2010 handles caching and the … Continue reading
Resolving common issues when getting started with SharePoint 2010 Access Services
Access Services in SharePoint 2010 is a great new promising feature allowing you to publish Access Databases to SharePoint and share them in your portal. However, when setting it up for the first time – you are likely to run … Continue reading