SPBoom
  • // Posts
  • // Solutions
  • Provisioning and updating databases using SharePoint API

    If you want to create custom SharePoint service application, then you need think…
  • SharePoint 2010. Create custom user profile property programmatically.

    Creating custom user profile property programmatically is not very obvious in SharePoint…
  • Creating custom SharePoint people picker control

    Customizing SharePoint people picker control is a common task, usually you need to…
  • Export SharePoint list data to MS Excel programmatically

    SharePoint has out-of-box functionality for exporting list data to Excel workbook. However…
  • SharePoint 2010 Upgrade Feature – NullReferenceException

    Recently I’ve faced strange problem with SharePoint 2010 feature upgrade. I wanted…
  • Redirect inside SharePoint 2010 modal dialog

    SharePoint 2010 has introduced significant improvements of user interface, one of new…
  • Serialize .Net objects to and from JSON

    Sometimes you need to pass complex structured data objects from ASP.Net server-side…
  • Filter SharePoint List View by user profile property value

    Basically you can filter ListViewWebpart using CAML expressions. But unfortunately CAML is…
  • Export SharePoint group members using SharePoint 2010 PowerShell

    The script for exporting groups membership is following: $site = Get-SPSite “http://mysites”$filename…
  • Using global.asax with SharePoint

    Global.asax is file in ASP.Net application that contains application level handlers like…
SPBoom © 2011