-
When to use which Web Part template?
If you have used the Visual Studio 2010 SharePoint Developer Tools you have probably noticed that there are multiple SharePoint Project Item Templates to create Web Parts from. Find out which of them make the most sense in what scenarios.
-
Easier implementing custom user experiences in SharePoint 2010 with Sandboxed User Controls
Custom Controls are invaluable when working with Web Content Management solutions on the SharePoint 2010 platform. Unfortunately they are pretty inconvenient to use with large portions of HTML markup. Find out how to create better controls in SharePoint 2010.
-
Programmatically configuring menu items in SharePoint 2010
Menu items and structured and repeatable deployment in SharePoint
-
Using SPContext.Current is no guarantee for great performance
It is a common best practice, while working with the SharePoint server API, to always use context objects whenever possible. Because they have been already instantiated by SharePoint itself, reusing context data doesn’t cause additional calls to the database and allows you to create good performing solutions. However, just because you use SPContext.Current in your code, doesn’t mean your solution is built properly.
-
Mavention SharePoint 2010 Site Checker Windows Phone 7 app available now
Recently, here at Mavention, we published Mavention SharePoint 2010 Site Checker – a set of automated tests that allows you to scan your Internet facing website built on the Microsoft SharePoint 2010 platform for common issues. Just now Mavention SharePoint 2010 Site Checker has become available as a Windows Phone 7 app.