SAP UI 5 aka Open UI 5 application development with Visual Studio

Although SAP suggests Eclipse to develop SAP UI 5 aka Open UI 5 applications, you can develop your SAP UI 5 applications in Visual Studio or any other environment that supports JavaScript

 

Difference between provisioning a custom pagelayout and custom page in SharePoint with Visual Studio

This article explains the similarities and differences associated with creating and provisioning of a custom pagelayout and a custom page in SharePoint with visual studio

 

Understand the basics of how to create and provision a custom page in SharePoint 2013 with Visual Studio 2012

The steps involved in creating and provisioning a custom page in SharePoint is almost same as that of creating and provisioning a custom page layout

 
 

Understanding the basics of how to create and provision a page layout in SharePoint 2013 with Visual Studio 2012

This article shows you how to create and provision a page layout in SharePoint 2013 and also explains the basics behind creating a page layout in SharePoint

 

Error Failed to extract the cab file in the solution while deploying a WSP in SharePoint

This error, Failed to extract the cab file in the solution , will be thrown while deploying a WSP in SharePoint , if that WSP contains any files with special characters that are not accepted by SharePoint in its file name

 

How to programmatically add Role Permission to a Role Definition in SharePoint

The below code enables you to add specific SharePoint role permission to a role definition. A set of predefined SharePoint groups will be automatically created in a SharePoint site while its created

 
 

How to programmatically set a content type as default content type in a SharePoint 2013 List

Use the bellow code to set a content type as a default content type for a SharePoint List. This code simply re-orders the sequence of content type by removing it the from the current index and inserting it again as the first element

 

How to Show and Hide a Modal Pop up Dialog in a SharePoint 2013 Page or a Visual WebPart

In this article we can see how to Show and Hide a Modal Pop up Dialog from a SharePoint 2013 Page or Visual WebPart.Source code for the complete Popup related articles can be downloaded from the bottom of this article

 

How to redirect, reload or refresh a page after closing the SharePoint 2013 Modal Popup Dialog

In the previous article we saw how to create a basic popup in SharePoint 2013. In this article we can see how to send back notification to the base page which invoked the Modal Dialog and perform a redirect, refresh or reload

 
 

How to pass or return value from a SharePoint 2013 Modal Popup Dialog to the Base Page

This article shows you how to return, pass back data from a popup modal dialog in SharePoint 2013 to the calling page. This is a three-step process