Microsoft SharePoint
-
Configuring Environment Variables for SPFx Development
Configuring Environment Variables for SPFx Development When developing SharePoint Framework (SPFx) solutions, it’s often useful to configure environment variables to manage settings like the SharePoint site URL for testing. This guide will explain different ways to set environment variables in… Continue reading
-
Enhancing SharePoint List Fetching: Additional Fields, Filters, and Pagination
Enhancing SharePoint List Fetching: Additional Fields, Filters, and Pagination Retrieving SharePoint list items is essential in many SPFx solutions. However, in real-world scenarios, you may need to: Code Enhancement The updated function allows:✅ Specifying additional fields using $select✅ Applying filters… Continue reading
-
Retrieve SharePoint List Items with SPFx HttpClient
Here is an English text for your technical blog: Fetching SharePoint List Items Using SPFx HttpClient When working with SharePoint Framework (SPFx), retrieving data from a SharePoint list is a common requirement. The following TypeScript function demonstrates how to fetch… Continue reading
-
Dynamic SharePoint Navigation Menus Using SPFx and React
Creating a SharePoint Application Customizer with Dynamic Navigation Menus In this blog post, we will walk through the process of creating a SharePoint Application Customizer that dynamically fetches navigation data from SharePoint lists, and renders custom menus based on this… Continue reading
-
Como Obter Itens de uma Lista no SharePoint Usando SPFx e HttpClient
Como Obter Itens de uma Lista no SharePoint Usando SPFx e HttpClient Ao desenvolver soluções para o SharePoint Framework (SPFx), é comum precisar buscar itens de listas do SharePoint. Neste artigo, vamos explorar uma maneira eficiente de fazer isso utilizando… Continue reading
-
Implementing Dynamic Menus in SPFx Application Customizer
Implementing Dynamic Menus in SPFx Application Customizer In this article, we explore a practical solution for implementing dynamic menus in a SharePoint Framework (SPFx) Application Customizer. We attempted to use PnPjs but encountered issues due to the nature of the… Continue reading
-
Dynamic Menus in SPFx: Overcoming PnPjs Limitations
Implementing Dynamic Menus in SPFx Application Customizer In this article, we explore a practical solution for implementing dynamic menus in a SharePoint Framework (SPFx) Application Customizer. We attempted to use PnPjs but encountered issues due to the nature of the… Continue reading
-
Reliable Data Fetching in SPFx Application Customizer
Fetching SharePoint List Items in an SPFx Application Customizer: The Reliable Solution Introduction When developing a SharePoint Framework (SPFx) Application Customizer, developers often need to fetch data from SharePoint lists. Initially, we attempted to use PnPjs to retrieve list items,… Continue reading
-
Understanding the Navigation Menu Component in React
Technical Article: Understanding the Navigation Menu Component in React Introduction In this article, we will explore a React component that creates a dynamic navigation menu. This component uses TypeScript for type safety and SCSS for styling. We will break down… Continue reading
-
Creating a SharePoint Framework (SPFx) Extension with a Custom Top Navigation Menu
Creating a SharePoint Framework (SPFx) Extension with a Custom Top Navigation Menu Introduction In this guide, we will create a SharePoint Framework (SPFx) Application Customizer that adds a custom top navigation menu to SharePoint Online pages. This solution leverages the… Continue reading
-
How to Register and Use PnP PowerShell with Azure AD Applications
PnP PowerShell is a powerful tool that simplifies SharePoint and Microsoft 365 management tasks. One of its key features is the ability to interact with Azure AD applications to automate authentication securely. In this article, we will focus on using… Continue reading
-
Export All SharePoint Sites and Subsites to Excel Using PnP PowerShell
Export All SharePoint Sites and Subsites to Excel Using PnP PowerShell Introduction Managing SharePoint Online environments often requires exporting data, such as a list of sites and subsites, for auditing, reporting, or documentation purposes. This tutorial provides a step-by-step guide… Continue reading
-
Building a SPFx Web Part: Fetching Data with PnP JS and Microsoft Graph
In this tutorial, we’ll create a SharePoint Framework (SPFx) web part that integrates PnP JS and Microsoft Graph to display user data and items from a SharePoint list. We’ll use React and TypeScript, focusing on class-based components. Continue reading
-
Mastering CSS: From Basics to Responsive Design
Module 1: Introduction to CSS and Basic Syntax Module 2: CSS Layouts and Positioning Module 3: Styling Text and Images Module 4: Advanced Layouts with Grid and Media Queries Module 5: Animations, Transitions, and CSS Best Practices Module 6: CSS… Continue reading
-
Fluent UI: Why We Chose Version 8 for Our Clients
Microsoft’s Fluent UI library offers a robust suite of UI components for developers, enabling them to build web applications that align with Microsoft’s design principles. However, with multiple versions available, selecting the right one is essential to meet clients’ needs… Continue reading
-
Building Engaging User Experiences with PnP React Carousel
The PnP React library, developed by the SharePoint Patterns & Practices (PnP) team, provides a rich set of reusable controls and components specifically designed for building SharePoint Framework (SPFx) solutions. This library leverages the Fluent UI framework and integrates seamlessly… Continue reading
-
Enabling Custom Scripts in SharePoint Online: A Step-by-Step Guide
Custom scripts in SharePoint Online allow site owners and administrators to enhance their sites’ functionality and appearance. However, by default, custom scripts are often blocked to maintain security. In this article, we’ll walk you through the process of enabling custom… Continue reading
-
How to Deploy a SharePoint Framework (SPFx) Solution: Step-by-Step Guide
Deploying a SharePoint Framework (SPFx) solution allows you to add powerful customizations to your SharePoint sites. This guide will walk you through each step to create, build, package, and deploy your SPFx solution. Continue reading
-
Creating an SPFx Web Part for an App Icon Grid Using Fluent UI
Here’s a technical article that will guide readers through creating a custom SharePoint Framework (SPFx) Web Part that displays a grid of app icons using Fluent UI components. The article explains each step, from setting up the project to implementing… Continue reading
-
Building a Project List Component with Filtering and Modal Details in React
In this tutorial, we will build a simple project list component using React and Fluent UI. This component will allow users to: View a list of projects. Filter the projects by name. Click on a project to view its details… Continue reading
-
Building a Static DetailsList Component with Fluent UI in React
In this article, we will create a static DetailsList component using Fluent UI in a React application. This component will display a list of documents and allow users to filter the list by document name. We’ll learn how to pass… Continue reading
-
Creating a Static DetailsList with Fluent UI
In this article, we’ll explore how to create a static DetailsList using Microsoft’s Fluent UI in a React application. This component allows you to present tabular data with powerful features like sorting, filtering, and selection. Continue reading
-
Building a Project Indicator Web Part with Fluent UI Gauge Chart in SPFx
In the world of SharePoint Framework (SPFx) development, integrating modern UI components can significantly enhance user experience and provide valuable insights through data visualization. One such component is the Gauge Chart from Fluent UI, which allows you to visually represent… Continue reading
-
Building SPFx Web Parts with React: A Guide to Using useState and Fluent UI
In the world of SharePoint development, the SharePoint Framework (SPFx) has emerged as a powerful tool for building modern web parts. With the growing popularity of React as a front-end library, integrating React into SPFx projects has become a standard… Continue reading
-
Building Responsive SPFx Web Parts with Fluent UI’s Stack Component
SharePoint Framework (SPFx) development has evolved with support for modern libraries, including Fluent UI. Fluent UI, developed by Microsoft, provides a set of React components optimized for building SharePoint and Office applications, allowing for rapid UI creation while maintaining consistent… Continue reading
-
Keeping Your SharePoint Framework (SPFx) Environment Up to Date
Updating your SharePoint Framework (SPFx) project regularly is essential for ensuring optimal performance, compatibility with new features, and improved security. As Microsoft continues to enhance SPFx, staying up-to-date allows developers to access new capabilities and maintain a secure, robust development… Continue reading
-
Adapting a PowerShell SharePoint Script to .NET Framework C# Using SQL Databases
In this article, we will take a PowerShell script initially designed to create and manage SharePoint Online lists and adapt it for .NET Framework C# to interact with SQL Server databases instead of SharePoint lists. This scenario assumes you want… Continue reading
-
Automating SharePoint Lists for Global GDP Data: Power BI & Power Apps Integration
In this article, we’ll walk through a PowerShell script that automates the creation of SharePoint lists populated with GDP (Gross Domestic Product) data for various countries, sourced directly from the World Bank API. This solution is ideal for integrating real-time… Continue reading
-
Understanding Storage Calculation in Azure: Differences Between SharePoint, OneDrive, and Teams
Understanding Storage Calculation in Azure: Differences Between SharePoint, OneDrive, and Teams In the Microsoft 365 ecosystem, SharePoint Online, OneDrive for Business, and Microsoft Teams are tightly integrated to provide seamless collaboration, file storage, and sharing functionalities. Despite their synergy, understanding… Continue reading
-
Diferenças entre SharePoint, OneDrive e Teams: Como o Armazenamento é Calculado no Azure
O ecossistema de colaboração do Microsoft 365 combina ferramentas poderosas, como SharePoint, OneDrive e Teams, que atuam em conjunto para armazenar, compartilhar e gerenciar arquivos e informações dentro das organizações. Entretanto, a integração entre essas plataformas pode causar confusão, especialmente… Continue reading
-
SharePoint Governance for Microsoft Teams Sites
Governance in SharePoint is essential, particularly in collaborative environments like Microsoft Teams, where sites are often created automatically. A well-structured governance plan ensures that these sites remain organized, secure, and aligned with organizational objectives. This article outlines strategies for managing… Continue reading
-
Automating SharePoint Services with PowerShell
Managing SharePoint services in a server environment can be a complex and time-consuming task, particularly when restarting services or ensuring their availability during server boot. PowerShell provides a powerful way to automate these tasks, simplifying the management of SharePoint environments.… Continue reading
-
Embracing Flat Architecture in Modern SharePoint: A Better Way to Build
In the evolution of SharePoint, information architecture has always played a key role in how organizations structure their intranet. With the rise of modern SharePoint, there has been a significant shift in how these structures are designed. The traditional nested,… Continue reading
-
Creating a Coffee Machine Sales List in SharePoint with PowerShell
Creating lists in SharePoint to manage information is a common practice in many organizations. In this article, we will explore how to create a list called “Coffee Machine Sales” using PowerShell with the PnP PowerShell module. The goal is to… Continue reading
-
Creating SharePoint Lists with PowerShell PnP: A Guide to Sample Data Generation
In the realm of SharePoint development, the PowerShell PnP (Patterns and Practices) module stands out as a powerful tool for automating and managing SharePoint environments. It simplifies tasks such as creating lists, adding fields, and populating data, enabling developers to… Continue reading
-
Automating PowerPoint Creation from Excel Using C#
Automating the creation of PowerPoint presentations from Excel data can save a significant amount of time, especially when dealing with large datasets. Using C# in combination with the Microsoft Office Interop Libraries allows us to programmatically generate PowerPoint slides based… Continue reading
-
Automating Microsoft Office: Comparing VB.NET, C#, and VBA
In the realm of Microsoft Office automation, three primary programming languages are commonly used: VB.NET, C#, and VBA (Visual Basic for Applications). Each of these languages has its strengths and weaknesses, depending on the scenario. This introduction will provide a… Continue reading
-
Article: Creating a SharePoint Online List and Loading World Bank GDP Data
The World Bank API offers a wealth of global data, including key economic indicators like Gross Domestic Product (GDP), which tracks the economic performance of countries over time. Accessing this data programmatically can provide valuable insights for analysis or integration… Continue reading
-
Registering and Managing Azure AD Applications with PnP PowerShell
Integrating with Azure Active Directory (Azure AD) is essential for building modern enterprise solutions. By registering applications in Azure AD, you enable them to authenticate and gain access to secure APIs like Microsoft Graph. This blog post will guide you… Continue reading
-
Visualizing World Bank Data: SPFx with React and Python with Matplotlib
Here’s an article structure with two sections: one focusing on creating a SharePoint Framework (SPFx) chart with React and Recharts, and the other demonstrating how to visualize World Bank data using Python and Matplotlib. Continue reading

































