avatar Bipul Raman Engineer | Speaker

File comparision with Visual Studio Code

VS Code aka Visual Studio Code is one of the FREE, Open Source, lightweight and excellent code editor with several exciting features developed by Microsoft. One of them is comparing two files. Suppose you want to compare two XML file or CSV file or anything similar then you can use VS Code.
Here are the steps to compare two files:
Keep two files (say File1 and File2) in a folderOpen that folder i…

July 04, 2018 View post
Customizing & Branding MasterPage in SharePoint Hosted App / Add-In

Option 1: Set your own master page (for heavy customization & branding)Create your custom master page, ex- bipul.masterCreate a Module 'MasterPage' in your project to add the master page that you just created aboveAdd your custom master page to this modulemodify the elements.xml in 'MasterPage' module as below and dont forget to replace your master page name in the code<…

April 02, 2017 View post
PowerShell Automation for SharePoint Online

PowerShell based Automations for bulk operations in SharePoint Online using Microsoft PnP Packages. Bulk data is stored in XML or CSV files as per required.


Read here for complete code and instructions:
https://github.com/bipulraman/PowerShell-Automation-for-SharePoint-Online

January 21, 2017 View post