How to get team site lists and templates in SharePoint 2013 publishing site

Team site list and templates like, survey list, announcement list, task list, promoted links list won’t be available by default for a SharePoint 2013 publishing Site

 

How to Share Data Card Internet Connection with Guest Operating system in Oracle Virtual Box

Follow the below steps to share the internet connection from a data card connected in the host operation to a guest operating system in Oracle Virtual Box. This method can also be used to share internet from Wi-Fi or LAN connection available in host operation system

 

How to enable dual or multi monitor support in Oracle Virtual Box

Enabling dual or multi monitor support in Virtual Box is very easy. This requires a change in display settings of Virtual machine.

 
 

Where to download SharePoint 2013 project templates for visual studio 2012

Project Templates for SharePoint 2013 (Microsoft Office Developer Tools for Visual Studio 2012) does not comes pre-packaged as a part of Visual Studio 2012. These templates has to be

 

SharePoint 2013 Preview Known Issues and Bugs List

If something doesn’t work as expected in SharePoint 2013 Preview, check out the known issues and bug list for SharePoint 2013 Preview before spending time on trying to identify and fix the issue

 

Handling Request Timeout Error in SharePoint while executing a long running process

While performing very long operation in SharePoint 2013 / 2010 or earlier version, a request time out error will be thrown if it takes more time. Now we can see how to avoid this error by using SPLongOperation class available in SharePoint

 
 

Declaratively remove Title column from a Content Type in Share Point with RemoveFieldRef

To declaratively remove the Title column from a SharePoint Content Type, add a RemoveFieldRef element with name attribute set to Title in the FieldRef section of Content Type declaration

 

How to read credentials from Secure Store Service Application in SharePoint

o read credentials from Secure Store Service Application in SharePoint requires reference to Microsoft.BusinessData.dll, Microsoft.SharePoint.dll, and System.Web.dll.

 

How to download the deployed WSP solution from SharePoint Farm

This power shell script allows you to download the wsp that you have deployed in a SharePoint farm

 
 

How to combine URLs in SharePoint

Use the following code snippet to combine URLs in SharePoint