After my recent switch over to Mac as my main laptop for O365 / SharePoint development, Finally I got an IOS native app running using the O365 IOS SDK and Swift. Nearly after 15 years of development using Microsoft Technologies and Tools, the mobile app development using XCode and Swift rekindles my memory of learning

Read More
Walkthrough: How to display a list of users from an Office 365 tenant in iOS using Swift

After working with Microsoft for over a month to try to resolve an issue where Open with Explorer does not work when access externally through WAP (Web Application Proxy), we finally have a workaround/resolution. The issue comes down to a hand off of authentication between protocols/services. This works properly for almost everything once you have

Read More
Web Application Proxy with SharePoint 2013 and Open with Explorer

As SharePoint Online matures into a viable alternative to its on-premises counterpart, many people are asking the question Which version is right for my organization? As is usually the case, the answer is “It depends”. Too often we see this decision being made solely on one criteria (i.e. cost) and not taking into account all of

Read More
SharePoint 2013 On-Premises Vs. SharePoint Online – Which One is Right For My Organization?

I was working on SharePoint 2013 pilot project and I need to integrate customized HTML into Master page for this (publishing site). SharePoint 2013 comes up with new feature called “Design Manager” (This feature available only for publishing site). In SharePoint 2010 we have an option to create a customized master page using SharePoint Designer 2010 (in

Read More
A guide explaining how to create a new customized Master Page in SharePoint 2013

Visual Studio allows developers to deploy/publish Apps to a site (site collection) which has been created using the ‘Developer Site Template’. Recently, I was working with a SharePoint 2013 App for one of my customers. The App was developed using Visual Studio 2013 and published on Developer Site Collection (On O365) to test the functionality.

Read More
How to publish a SharePoint App to a ‘non-developer’ Site Collection