Blog Stats
- 2,117,922 hits
Twitter Updates
- RT @asifrehmani: My two favorite features of #MicrosoftTeams announced at #MSIgnite: 1) shared channels for collaborating with external use… 1 day ago
- RT @cmswire: Microsoft’s Viva Learning Meets an Unmet Need by @asifrehmani smg.io/3uPLFdk 1 day ago
- 👇 - my answer.. twitter.com/fmigacz/status… 1 day ago
- Powerful feature - Use composite models in Power BI Desktop - Power BI | Microsoft Docs docs.microsoft.com/en-us/power-bi… 1 day ago
- RT @markrussinovich: My Inside Azure Datacenter Architecture session from Microsoft Ignite is available for on-demand viewing. 90 minutes p… 1 day ago
Categories
- Conferences (7)
- Speaking (16)
- Uncategorized (238)
Monthly Archives: March 2011
Good, Better, and Best – SharePoint 2010 Team-based Development Environments
SharePoint 2010 Development Basics Minimum Hardware Requirements for the SharePoint 2010 development is 64-bit OS, 8 GB RAM, 60-80 GB hard disk space for local development. Local SharePoint 2010 installation is required to develop against Server Side Object Model and … Continue reading
Posted in Uncategorized
Leave a comment
Configure Order By and Group By Properties of the SharePoint Lists and Document Libraries Views using PowerShell
I have already blogged the code snippet about how to configure SharePoint lists and document library view’s group by settings programmatically. https://nikspatel.wordpress.com/2010/11/09/programmatically-configure-the-order-by-and-group-by-properties-of-the-sharepoint-lists-and-document-libraries-views/ Recently I came across the question where they wanted similar functionality using PowerShell. Here is the code snippet … Continue reading
Posted in Uncategorized
Leave a comment
SharePoint 2010 Wiki Capabilities
When Microsoft unveiled SharePoint 2010 during SharePoint Conference 2009, there was a great buzz around the new site template called Enterprise Wiki, which was replacement for ever popular MOSS 2007 Collaboration Portal Template. Both Collaboration Template and Enterprise Wiki templates … Continue reading
Posted in Uncategorized
Leave a comment
Increase SharePoint 2010 Custom Solutions Visual Studio Debugging Timeout
By default, if you are debugging SharePoint Custom Solutions using Visual Studio 2010, Visual Studio does time out after 90 seconds throwing following message. Many times as a developer, you will need more time to step through the code during … Continue reading
Posted in Uncategorized
Leave a comment
SharePoint_Config Database Suspect Mode – Cannot Connect to the Configuration Database Error
If your SQL Server ever crashes or hard rebooted then you may come across corrupted SharePoint_Config database. Recently while doing a SharePoint 2010 development on my VM, I had to hard reboot my personal VM, and I had received dreaded … Continue reading
Posted in Uncategorized
1 Comment