Blog Stats
- 468,570 hits
Twitter Updates
- That was close but I passed 70-331.. It means I am #SharePoint 2013 MCSE.. Tough test!!!! 14 hours ago
- RT @sharepoint_pro: You know you'll have to, sooner or later: 'Moving Content Databases in #SharePoint' @danholme: bit.ly/11WpwqG 1 day ago
- RT @EricOverfield: Build a Search Driven Solution with #SharePoint 2013 - Part II ow.ly/lkDAR 1 day ago
- RT @sharepoint_pro: No, really? 10? Yes--here are the top 10 technical mistakes people make in #SharePoint: bit.ly/124AqhS 1 day ago
- RT @WindowsAzure: New blog post: Automating #SharePoint Deployments in #WindowsAzure using PowerShell. msft.it/6016k3di 1 day ago
Categories
- Hyper-V (1)
- Office 365 (12)
- SP2010 Online (5)
- SP2013 Online (7)
- Planning (6)
- SharePoint 2007 (30)
- SP2007 & SSRS (3)
- SP2007 Admin (17)
- SP2007 DEV (9)
- SP2007 General (1)
- SharePoint 2010 (98)
- SP2010 & InfoPath (7)
- SP2010 & SSRS (6)
- SP2010 Admin (26)
- SP2010 Architecture (10)
- SP2010 DEV (39)
- SP2010 Code Snippets (9)
- SP2010 DEV General (23)
- SP2010 Dev PowerShell (7)
- SP2010 General (16)
- SPD 2010 (4)
- SharePoint 2013 (17)
- SP2013 Admin (4)
- SP2013 DEV (3)
- SP2013 General (10)
- Speaking (7)
- SQL Server (10)
- SSRS 2005 (2)
- SSRS 2008 (7)
- SSRS 2008 R2 (4)
- Uncategorized (11)
- VM Scripts (5)
Monthly Archives: February 2011
Code Snippet – Programmatically Modify the Properties of the SharePoint Web Parts
Here is the quick code snippet to update the web part properties on the SharePoint 2007/2010 Web Part Pages and SharePoint 2010 Wiki Pages. Please note that adding web parts on the web part pages and wiki pages has different … Continue reading
Posted in SP2010 Code Snippets
Step by Step – How to Use LINQ-to-SharePoint to query SharePoint List data efficiently
LINQ-to-SharePoint is most efficient way to query the SharePoint data into code using object oriented technologies. References http://channel9.msdn.com/learn/courses/SharePoint2010Developer/LINQtoSharePointUnit/AccessingSharePointListData/ Step by Step Usage - 4 easy Steps Step 1: Add Microsoft.SharePoint.LINQ Reference Step 2: Use the SPMETAL to generate the LINQ-to-SharePoint Data … Continue reading
Posted in SP2010 DEV General
Developer Productivity Tools for SharePoint Development
Here are the tools I use everyday to increase the SharePoint 2010 development productivity. I am planning to maintain this list over the time so, please bookmark it. CodePlex List of all the Open Source Tools at the CodePlex http://www.codeplex.com/Tagging/FullTagCloud.aspx Power … Continue reading
Posted in SP2010 DEV General
