Posts

SharePoint PnP JavaScript Core Library v2.0

Image
The SharePoint Patterns and Practices JavaScript Core Library was created to help developers by simplifying common operations within SharePoint and the SharePoint Framework. This is open source, community driven library with contributions cross different organizations and teams. Currently it contains a fluent API for working with the full SharePoint REST API as well as utility and helper functions. This takes the guess work out of creating REST requests, letting developers focus on the what and less on the how. PnP JS Core library can be used in SharePoint Online or in on-premises. It's a great library to be used with SharePoint Framework customizations, but it can be also used using classic development models, like with Script Editor Web Part or when you embed JavaScript to SharePoint using User Custom Actions. https://dev.office.com/blogs/sharepoint-pnp-javascript-core-library-v20

Difference beween wiki page, application page, web part page and publishing page

http://sharepoint.stackexchange.com/questions/50232/difference-beween-wiki-page-application-page-web-part-page-and-publishing-page

No longer able to debug typescript after VSCode update

" outFiles " : [ " ${workspaceRoot}/js/**/*.js " ] https://github.com/Microsoft/vscode/issues/13499

A version mismatch between the globally installed tsc compiler (1.0.3.0) and VS Code's language service (1.8.10) has been detected. This might result in inconsistent compile errors.

npm install -g typescript@1.8.10

inheritance in Sharepoint team site to subsite

http://sharepoint.stackexchange.com/questions/74408/inheritance-in-sharepoint-team-site-to-subsite

PnP JavaScript library with Angular JS in SharePoint

http://www.ktskumar.com/2016/06/pnp-javascript-library-angular-js-sharepoint/ http://www.c-sharpcorner.com/article/pnp-javascript-library-with-angularjs-in-sharepoint/ http://www.c-sharpcorner.com/article/pnp-javascript-library-with-angularjs-in-sharepoint/

SharePoint 2013 REST API - Retrieving Subsites and Getting Forbidden Error, Fixed with CSOM

http://brandonatkinson.blogspot.com/2013/08/sharepoint-2013-rest-api-retrieving.html