Category: SharePoint Framework

Microsoft Graph with SharePoint Framework
Microsoft Graph with SharePoint Framework
Blog Posts

In our previous blog, we have covered the basic knowledge about Microsoft Graph and Azure Active Directory Graph API. From this blog, let’s have some more knowledge about consuming Microsoft Graph APIs secured with Azure AD for SharePoint development. SharePoint Framework (starting from v.1.4.1) can be used to consume Microsoft Graph APIs secured with Azure AD. This… READ MORE

SharePoint Framework (SPFx) - A Developer's Guide
SharePoint Framework (SPFx) – A Developer’s Guide
Ebooks

SharePoint Framework – A Developer’s Guide by Nanddeep Nachan is targeted for beginner to intermediate SharePoint developers who want to build SharePoint Framework (SPFx) solutions from scratch and get their hands dirty with practical examples. This book is easy to follow and helps develop SharePoint Framework knowledge. You will learn: Overview of SharePoint Framework (SPFx) Using… READ MORE

SharePoint Framework - Develop First Client Side Web Part
SharePoint Framework – Develop First Client Side Web Part
Blog Posts

Overview Client Side WebParts developed using SharePoint Framework (SPFx) are the future of the modern SharePoint. Client-side WebParts are developed using modern UI standards, modern JavaScript tools, and libraries. They run inside the context of SharePoint page and are responsive in nature. Features of SPFx Client Side Web Parts Lightweight – Developed using JavaScript libraries and HTML… READ MORE

SOLID Web Parts with SharePoint Framework
SOLID Web Parts with SharePoint Framework
Blog Posts

The principles of SOLID are guidelines that can be applied to software development to improve legibility and maintainability of software applications. This article by Stefano Tempesta, MCC & MVP, explores best practices and design patterns for developing SharePoint SOLID Web Parts in TypeScript, using the new client-side SharePoint Framework, and improving compliance to the five SOLID… READ MORE