avatar Bipul Raman Engineer | Speaker

Creating Windows Universal App using a Responsive Website

In Windows10 Universal App, you can create your app using JavaScript & HTML. But, assume a case when you have already a web application/ website which is responsive and you want to load it as an Universal App. Here is what i am explaining, how to create such app. Its very simple and straight forward. Follow these steps --

Step - 1: Create a Windows Universal App in JavaScript using Visual S…

October 17, 2015 View post
Working with JSOM (JavaScript Object Model) on SharePoint Apps

In this article i have written code samples which a developer can use to start working on JSOM ( JavaScript Object Model) in SharePoint Add-In (formerly) SharePoint Apps development.

The first part of the code in JSOM will be creating context. The approach of creating context depends if the data lying in the same site or other site.

If we are doing CURD operations on data from the same site then…

July 19, 2015 View post
Developing SharePoint App on Office365 : Part 3 - Provider hosted Apps

This SharePoint App is actually an ASP.Net application hosted on the different server (outside SharePoint environment) which is accessible through Site Contents of the Site collection.
Creating Provider Hosted AppCreate a new project by selecting this option as described in screenshot:  Enter your SharePoint Site URL and select hosting as Provider-hosted as described in below screenshot:   Selec…

July 12, 2015 View post