Server relative URLs must start with spweb.serverrelativeurl in SharePoint

server relative urls must start with spweb.serverrelativeurl csom

In this SharePoint tutorial, I will explain how to resolve the error “Server relative urls must start with spweb.serverrelativeurl” that occurs while working with CSOM SharePoint. Server relative URLs must start with spweb.serverrelativeurl Recently, I was working with an ASP.NET web application using Visual Studio. There, I have added a Content Search Web Part using … read more…

SharePoint Server Object Model Tutorial

SharePoint Server Object Model Tutorial

If you want to become a SharePoint developer, especially working in the SharePoint on-premises versions, then read this complete tutorial on the SharePoint server object model, or SSOM in SharePoint. In this tutorial, I will explain how to work with SharePoint SSOM, the various classes to use, and a few server-side object model examples. SharePoint … read more…

JSOM SharePoint With Examples

JSOM SharePoint With Examples

As a SharePoint developer, you should know how to work with JSOM SharePoint. With this, I will also show you some SharePoint JSOM examples. You can use the JSOM code with both SharePoint Online and SharePoint On-Premises versions. SharePoint JSOM SharePoint provides various client-side libraries for working with SharePoint sites, lists, and libraries, as well … read more…

What is Microsoft Power Platform? [Ultimate Guide to Low-Code Business Solutions]

power platform tutorial

Microsoft Power Platform is a bundle of low-code tools that helps businesses build custom apps, automate workflows, and analyze data—all without advanced coding. The suite includes Power Apps for app creation, Power Automate for workflow automation, Power BI for data analysis, and Power Pages for website building. With Power Platform, organizations can tackle business problems … read more…

Add SharePoint Site Owners using REST API in Power Automate

Add SharePoint Site Owners using REST API in Power Automate

Sometimes, when working with SharePoint sites for a client, you may want complete control over everything on that site, including all subsites, libraries, lists, and settings. In this case, you require Site Owner permission on the SharePoint Online site. In this tutorial, I will show you not only how to add one user, but also … read more…

How to Convert TypeScript Enum to Number [5 Methods]

convert enum to number typescript

In my years of working with TypeScript, I’ve often needed to convert enum values to their numeric representations. This is a common requirement when interfacing with APIs, storing values in databases, or performing calculations. TypeScript enums provide a way to define a set of named constants, but sometimes you need to work with their underlying … read more…

What is Microsoft Power Pages [How to Create a Site]

What is Microsoft Power Pages

I recently worked with a manufacturing client who had one primary need: to easily communicate with their external users, such as vendors and partners. They already used Microsoft tools internally, so I suggested something secure and straightforward, such as Microsoft Power Pages. Power Pages is part of the Microsoft Power Platform. It enables you to create websites … read more…

How to Add Multiple WebParts To Single SPFx Solution?

SPFX - One solution many webparts vs many solutions 1 webpart each

As SPFx developers, we might be confused about whether we should have a separate solution per SPFx web part or add multiple SPFx web parts to a single solution. In this article, I will explain when we should add multiple web parts to a single solution and when we shouldn’t, and I will also discuss how … read more…

TypeScript Enum Duplicate Values

typescript enum duplicate values

Recently, I was working on a TypeScript project where I needed to create an enum with duplicate values. It looks simple, but a little tricky to handle duplicate values in TypeScript. The issue is… There are specific behaviors you need to understand when working with enum duplicates. In this tutorial, I will explain several approaches … read more…

How to Get Enum by Name in TypeScript – 5 Easy Methods

Get Enum by Name in TypeScript

In TypeScript, enums provide a powerful way to define named constants, but sometimes you need to access an enum value using its name as a string. Over my years of TypeScript development, I’ve learned several reliable methods to get enum values by their name. In this article, I’ll walk through 5 practical approaches to get … read more…

Rename SharePoint Folder Or File Using REST API Power Automate

Rename SharePoint Folder or File Using the REST API with Power Automate

We can organize our files in a SharePoint folder by using multiple files. For example, we can create different files for regions, months, years, or projects. Sometimes, we may need to rename many files or folders when we work with them. In this article, I will cover the following examples using the REST API validateUpdateListItem … read more…

Create SharePoint List View Using REST API in Power Automate

Power Automate Create Custom List Views with Multiple Conditions Using REST API

Recently, I worked on a project where I needed to create the same custom view in multiple SharePoint lists. Doing it manually each time was time-consuming and not ideal, so I decided to automate the process using Power Automate and the SharePoint REST API. In this tutorial, I will show you how to create custom … read more…

Live Webinar

Build an IT Help Desk App using Power Apps and Power Automate

Join this free live session and learn how to build a fully functional IT Help Desk application using Power Apps and Power Automate—step by step.

📅 29th Apr 2026 – 10:00 AM EST | 7:30 PM IST

Download User registration canvas app

DOWNLOAD USER REGISTRATION POWER APPS CANVAS APP

Download a fully functional Power Apps Canvas App (with Power Automate): User Registration App

Power Platform Tutorial

FREE Power Platform Tutorial PDF

Download 135+ Pages FREE PDF on Microsoft Power Platform Tutorial. Learn Now…