A singleton is a pattern that guarantees there is a single instance of an object in the system. A singleton can maintain a state which is shared across the entire system. Singletons abstract their internal workings from the rest of the system. singleton Singleton pattern: Singletons are common in business applications. They help model real-life
In this article you can find a checklist covering the main tasks I generally do when starting a new SharePoint Framework project: Check outdated NPM global modules Add TSLint configuration Update project version Define deployment location Add custom gulp tasks Install additional node modules Setup CI/CD Starting a new project generally requires some initial setup
SharePoint Framework (SPFx) promoted as “the future of SharePoint development” has been released in developer preview. The framework might be new, but that is a framework that we all have been longing for quite some time.
In this session you will understand what the SharePoint Framework is, and how to develop Modern solutions in SharePoint Online and Office 365.
Combine four key technologies to build great solutions for your company or clients. Build client-side web parts using the SharePoint Framework (SPFx) along with the open-source toolchain. The PnP-JS-Core library allows you to do a lot of work against the SharePoint REST API with just a few lines of code – sometimes even a single
In this session I will share our unique insight into building solutions with the new SharePoint Framework (SPFx). I will explain our publish and version management procedures, discuss sharing modules between packages and share other good to know tips and tricks. I will also show and share code examples, so previous knowledge of SPFx would
As Microsoft has recently rolled out the new modern communication sites to First Release tenants as well as the SharePoint Framework (SPFx), we are starting to see the future of what custom intranet portals could become. These features are a great start for modern intranets, but we are still very early in their maturity. In
While the SharePoint Framework (SPFx) matures, we can continue to build Single Page Applications (SPAs) using lists and libraries for our data model, building with AngularJS, and deploying using Webpack and gulp-spsave. While this approach doesn’t utilize SPFx yet, you can build in such a way that you are ready when SPFx gives us the
In this post, we will see how to add a client side web part programmatically to a page. Here in the example, I have used the javascript (from msdn) and modified to use the client side web part manifest details. ClientSideWebPart Manifest: <webParts> <webPart xmlns=”http://schemas.microsoft.com/WebPart/v3″> <metaData> <type name=”Microsoft.SharePoint.WebPartPages.ClientSideWebPart, Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c” /> <importErrorMessage>Cannot import
At the Future of SharePoint event Microsoft introduced the next generation of SharePoint which ushers a new way of developing customizations for SharePoint using the SPFx Framework. Many concepts in this framework will be new to power users as well as traditional developers as they were taken directly from the cutting edge of client-side modern
Page [tcb_pagination_current_page] of [tcb_pagination_total_pages]