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]
88ebd880-ba9b-436b-80a9-0f08552bbd08|2|4.5
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]
5a56cce9-467c-4ef9-981d-40021bd16b96|3|5.0
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]
68f84e60-3a1f-4a9a-b930-a23fc9367ec2|2|4.5