SharePoint
-
Technical Article: Implementing Hybrid Authentication with ADFS, SharePoint On-Premises, and Microsoft 365
Technical Article: Implementing Hybrid Authentication with ADFS, SharePoint On-Premises, and Microsoft 365 Objective This technical article documents the full journey and configuration steps required to implement a hybrid authentication solution using: The goal is to enable Single Sign-On (SSO) between… Continue reading
-
Provisioning SharePoint Lists and Libraries with SPFx: A Complete Technical Guide
Provisioning SharePoint Lists and Libraries with SPFx: A Complete Technical Guide Provisioning SharePoint components like lists and document libraries directly within your SPFx (SharePoint Framework) solution can significantly streamline your deployment process. Instead of manually creating resources post-deployment or relying… Continue reading
-
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
-
Using SSH with Azure DevOps: A Step-by-Step Guide
Azure DevOps supports SSH for securely connecting to Git repositories, ensuring both security and ease of use for developers. In this guide, we will cover everything from generating SSH keys to configuring and testing connections with Azure DevOps. Continue reading
-
Uno Platform vs. .NET MAUI: A Detailed Comparison for Cross-Platform Development
Cross-platform development has been a hot topic for years, with frameworks like Uno Platform and .NET Multi-platform App UI (MAUI) offering compelling solutions. While both frameworks aim to simplify app development across multiple platforms, their approaches, architectures, and use cases… Continue reading
-
Accessing Power BI Tables Using SPFx or Node.js
Accessing Power BI Tables Using SPFx or Node.js The Power BI REST API is a powerful tool for developers looking to integrate Power BI data into their applications. Whether you are building a SharePoint Framework (SPFx) web part or a… 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
-
API PTAX do Banco Central do Brasil
A API PTAX, disponibilizada pelo Banco Central do Brasil, é uma ferramenta poderosa para acessar dados de câmbio do país. Ela permite a consulta de taxas oficiais de câmbio de forma programática, incluindo cotações de compra e venda para diferentes… 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
-
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
-
A Deep Dive into Microsoft AI Builder: Advanced Integration with REST APIs, Power Platform, SharePoint, and Developer Tools
Microsoft AI Builder provides accessible, no-code and low-code AI capabilities within the Power Platform, enabling developers to infuse AI into applications without specialized machine learning knowledge. For developers with more advanced needs, AI Builder also supports REST API integration, allowing… 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
-
Uno Platform: An Overview of History, Microsoft Support, and Step-by-Step App Development
The Uno Platform is a versatile framework enabling developers to create cross-platform applications with a single codebase in C# and XAML. It’s built around compatibility with Universal Windows Platform (UWP) and WinUI, which allows developers to use Windows-native UI components… Continue reading
-
Comparison between UWP, WPF, and Other Microsoft Development Technologies
The Microsoft development ecosystem offers a variety of technologies for creating applications that meet different needs and platforms. In this article, we will explore the main Microsoft development technologies, such as Universal Windows Platform (UWP), Windows Presentation Foundation (WPF), Windows… Continue reading
-
Automating Git Repository Creation on GitHub and Azure DevOps with Git
Managing code across multiple repositories on different platforms can be time-consuming, especially when pushing to both GitHub and Azure DevOps. This guide provides a streamlined workflow to create and configure Git repositories locally, set up GitHub and Azure DevOps remotes,… Continue reading
-
Building a C# Console App to Load GDP Data from the World Bank API Based on User Input
In this article, we will build a C# console application that connects to a SQL Server database and retrieves GDP data for a specific country from the World Bank API. Users can specify the country they want to load data… Continue reading
-
Building a Real-World Data Analysis Template Using the World Bank API: A Comprehensive Guide for Power BI and Analysis Services
I’ve always wanted to access an API to create a more complex tutorial, something that went beyond the basics and dealt with real-world data. Microsoft’s API examples are extensive, but I was looking for something with more tangible applications. This… Continue reading
-
Introduction: Why Access to World Bank Indicators Matters
In an increasingly interconnected and data-driven world, access to reliable global indicators has become a critical resource for businesses, governments, researchers, and policy-makers. The World Bank, a vital source of open global data, provides insight into hundreds of variables affecting… Continue reading
-
Introduction to SQL Joins
Structured Query Language (SQL) is a powerful tool used for managing and manipulating relational databases. One of the key features of SQL is its ability to combine data from multiple tables through the use of joins. Joins allow users to… Continue reading
-
Understanding OLAP (Online Analytical Processing)
Online Analytical Processing (OLAP) is a category of database technology that allows users to perform complex analyses on large volumes of data efficiently. OLAP systems are structured to support multidimensional queries and are optimized for fast data retrieval, enabling businesses… Continue reading

































