Categories: SharePoint 2010 Posted by TK on 3/30/2010 8:51 AM | Comments (0)
  In MOSS 2007, there was no possible way to browse unattached content database (excluding third party tools). SharePoint 2010 lets you browse a content database without attaching it to the farm. The following walkthrough will show you the steps to browse an unattached content database. I w... [More]
Categories: SharePoint 2010 Posted by TK on 3/26/2010 5:53 AM | Comments (0)
Time for Phillydotnet usergroup Code camp. We have a whole track dedicated to SharePoint. My session will cover sandboxed solutions development with SharePoint 2010 and SharePoint 2010 Application Lifecycle management (ALM) using Visual Studio 2010 and TFS 2010. As of this date, the registrations f... [More]
Posted by TK on 3/17/2010 5:33 AM | Comments (1)
Here is the code snippet that would invoke SharePoint 2010 Powershell cmdlets from VS 2010 1: private void invokeSPCmdlet() 2: { 3: // create runspace configuration 4: RunspaceConfiguration config = RunspaceConfiguration.Create(); 5:&... [More]