Create Site is missing in SharePoint Online Modern UI
Create Site is missing in the SharePoint Online Modern UI. let us see how to get it back…
Step by Step Procedure to implement VSTS Continuous Integration on SharePoint Webparts Solution
Step by Step Procedure to implement VSTS Continuous Integration on SharePoint Webparts Solution
Step by Step Procedure to Add a JS file to all pages in a SPFx Modern Pages using SharePoint Framework Extension
There are a lot of purpose for the SharePoint Framework Extension. One among them is to add a JS file on the Modern Pages. Since the modern team site and the communication does not allow us to edit the master pages (at least by the time I write this article) it is very tough to add a custom JS to the Pages.
Powershell script & Node module to Minify the JS files within directories & its sub-directories
Recently faced a requirement to search all the JS files from a visual studio solution minify each & overwrite at the same location.
Webpack and Typescript configuration in React – Part 3
Hello everyone this is the continuation of my previous articles – Introduction to Webpack and Typescript configuration in React – Part 1 Webpack and Typescript configuration in React – Part 2. In this article we will see about Typescript configuration (tsconfig.js) and tslint configuration (tslint.js).
Restore list template using SharePoint user interface which contains lookup column
In SharePoint we cannot restore list template directly if list contains lookup column because in the list template (.stp file) the reference lookup column will have guid as reference the same guid will not present in the target where we are going the restore the list template to fix this issue please follow the below steps
Webpack and Typescript configuration in React – Part 2
In this we will see how to configure your webpack. To gain more knowledge on what webpack is and what is the use of it please refer my article – Introduction to Webpack and Typescript configuration in React – Part 1.
Bundle (Scaffolding) the SharePoint Framework (SPFx) WebParts into a single JS file
By this time all of us would have created a lot of SPFx webparts. One interesting thing is even if we have more than one webpart in a solution while scaffolding there are individual JS files got created which can be scaffolded into a single JS file.
How to Create Azure Function APP in Azure Portal and Trigger an EXE
An intro about Azure Function APP with a Console EXE on a Timer Trigger with SharePoint Office 365 repeated task