-
Meet the Author Sandesh is a personal technology columnist, one of the most widely read technology blogs in the world.
-
Recent Posts
Categories
Disclaimers
Posts:
The opinions expressed herein are entirely my own and do not represent those of my employer in any way.
Source Code/Software:
Source code and/or software available from this website is provided “as is” without warranties of any kind, expressed or implied. By copying/downloading you accept and acknowledge that you shall not hold publisher or author liable for any damages. Use at your own risk.
Tag Archives: Sharepoint
How to Debug Sandbox Solution packages in Sharepoint 2010
How to Debug Sandbox Solution packages in Sharepoint 2010 Continue reading
Adding Ribbon button in Sharepoint 2010
Tutorial for opening model windows in sharepoint 2010 toolbar using just enabling the features. Continue reading
Learn Sharepoint 14Hive folder structures
Sharepoint 2010 folder structures details Continue reading
Automate Sharepoint 2010 installation using AutoSPInstaller
Automate Sharepoint 2010 installation using AutoSPInstaller Continue reading
SharePoint Diagnostic Studio toolkit for administrator
One of the most challenging aspects of maintaining a SharePoint deployment is maintanance. In large complex server farm environments make these tasks all the more difficult. Microsoft now comeup with SharePoint administration tool kit to resolve this. Continue reading
SharePoint 2010 MSDN article collection for developer
If you started learning SharePoint 2010 then this is the right article to read. MSDN contains very good collection of article on customizing the SharePoint portal etc. We have handpicked some of the interesting article you can use it for learning purpose. Continue reading
List enhancements in SharePoint 2010
In big organizations this is highly possible that the list items in the list grow in huge amount. In that case, when user tries to access the site or list the site will be very slow as it is having huge data. To solve this problem list view threshold feature is added in SharePoint Foundation 2010. What it means is, how many maximum items in the list we have to retrieve from the database. Point to remember here is, if any query result [number of list items] on the list crosses this threshold count then the query will be blocked or cancelled as it effects the complete site. Continue reading