C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Manpreet Singh(11)
Priyaranjan K S(5)
Waqas Sarwar(5)
Nikhil Patil(3)
Vinodh Narayanan(3)
Nanddeep Nachan(3)
Nakkeeran Natarajan(3)
Shanuka Maheshwaran(2)
Md Tahmidul Abedin(2)
Sarvesh Shinde(2)
Praveen Sreeram(2)
Siddharth Gajbhiye(2)
Onkar Sharma(2)
Kaviya Balasubramanian(2)
Prashant Kumar(2)
Gowtham Rajamanickam(2)
Ananya Desai(1)
Kanchana Jayathilake(1)
Mark Pelf(1)
Dashrath Hapani(1)
Jalpa Dhola(1)
Arjit Soni(1)
Jaimin Shethiya(1)
Mrunali Sawant(1)
Vikas Singh(1)
Gajendra Jangid(1)
Yogeshkumar Hadiya(1)
Anjali Joshi(1)
Kaveendra Dhilhan(1)
Mariusz Postol(1)
Najath Risni(1)
Shaily Dubey(1)
Ravikant Sahu(1)
Sardar Mudassar Ali Khan (1)
George (1)
Arun Potti(1)
Viknaraj Manogararajah(1)
Shantha Kumar T(1)
Sanjay Makwana(1)
Khushbu Saini(1)
Kunj Sangani(1)
Suthahar Jegatheesan(1)
Parth Patel(1)
Siddharth Vaghasia(1)
Monica Rathbun(1)
Joseph Velliah(1)
David Mccarter(1)
Thiago Vivas(1)
Douglas Romao(1)
Mahender Pal(1)
Ravishankar N(1)
Arutselvan Muthukannu(1)
Anish Ansari(1)
Satyaprakash Samantaray(1)
Sandeep Kumar Parsam(1)
Thirumaleshwar Reddy(1)
Rakesh (1)
Prashant Sharma(1)
Ramesh Palaniappan(1)
Delpin Susai Raj(1)
Kartik Kumar(1)
Siva Krishna Kumar(1)
Khawar Islam(1)
Syed Shanu(1)
Prasham Sabadra(1)
Resources
No resource found
Manage Microsoft 365 Users via SPFx and Graph API
Sep 07, 2025.
Automate Microsoft 365 user profile management using SPFx and Graph API. This guide shows how to update user properties like job title, department, and phone number programmatically from SharePoint web parts. Learn to streamline HR workflows, simplify onboarding, and maintain consistent user data across Microsoft 365.
Advanced SharePoint User Profiles with PnPjs in SPFx
Aug 24, 2025.
Learn how to manage and customize SharePoint Online user profiles using PnPjs in SPFx. Explore advanced techniques to retrieve, update, and display user profile data for dynamic, modern web parts.
Working with SharePoint User Profiles in SPFx using PnPjs
Aug 20, 2025.
This code uses PnPjs in SharePoint Framework (SPFx) to fetch user profile details like DisplayName and UserUrl from SharePoint Online, enabling personalized and user-specific experiences in custom solutions.
How do you debug Performance Issues, Memory Leaks, and Blocked Event Loop in Node.js
Aug 19, 2025.
This article explains in simple words how to debug performance issues, memory leaks, and blocked event loops in Node.js applications. Each concept is broken down into easy-to-understand points, with examples to make it practical.
Understanding How Exchange Server Handles OWA, Outlook Profiles, and Mobile Access
Jul 29, 2025.
Understanding how Exchange handles different types of client connections helps tremendously with troubleshooting. Whether itās an Outlook profile not loading or a phone not syncing, breaking down where it fails (DNS, TLS, Autodiscover, auth, or routing) will guide you straight to the issue.
Creating a Read-Only USB Disk for Archiving Family Photos
May 08, 2025.
This article explains how to create a read-only USB external disk to securely archive and share family photos and videos.
Profile-Guided Optimization (PGO) in C#
Mar 31, 2025.
Profile-Guided Optimization (PGO) in C# enhances performance by optimizing code based on real-world execution data. This technique helps the .NET runtime make smarter JIT compilation decisions, improving speed and efficiency.
Overview of SharePoint Search API for SharePoint User Profiles
Nov 07, 2024.
The SharePoint Search API allows you to query user profile data, such as name, email, job title, and department. Using the POST /search/postquery method, you can easily retrieve user information with OAuth authentication.
User Profile Photos are Missing in the PnP People Webpart
Oct 27, 2024.
In this article, we will learn troubleshooting steps and best practices to ensure profile pictures display correctly, enhancing user experience in your SharePoint environment.
Why FSLogix is Essential for Azure Virtual Desktop Environments
Oct 07, 2024.
FSLogix is a crucial tool for optimizing Azure Virtual Desktop environments. It enhances user experience through efficient profile management, allowing seamless access to applications and data.
Response Caching with Cache Profiles in .NET Core 8
Sep 22, 2024.
The process by which a browser or other client caches a server's response is known as response caching. This will facilitate the prompt processing of subsequent requests for the same resources. Furthermore, the server won't have to process and produce the same response repeatedly thanks to this.
JavaScript Memory Management and Avoiding Memory Leaks
May 29, 2024.
JavaScript memory management ensures efficient allocation and deallocation of memory. Avoiding memory leaks is crucial for preventing excessive memory consumption. Techniques include proper garbage collection, managing references, and monitoring memory usage to optimize performance and prevent memory-related issues.
.NET Core Performance: Caching, Lazy Loading, indexing & profiling
May 01, 2024.
This article explores the world of performance optimization in .NET Core applications and SQL queries. Discover the science behind ensuring your software runs smoothly and efficiently through techniques such as caching, lazy loading, indexing, and profiling. Learn how to boost your application's performance and deliver an exceptional user experience.
What is Monitoring and Profiling?
Feb 09, 2024.
Monitoring and profiling involve tracking system behavior, resource usage, and performance metrics. These practices aid in identifying bottlenecks, optimizing code, and ensuring application health, crucial for maintaining reliability and scalability.
Deploying a .NET MVC App on Azure App Services
Feb 05, 2024.
Deploy an Asp.Net 8 MVC application on Azure App Services using Visual Studio. Learn to create app services, configure settings, and publish the project, making it .
iOS - Choosing Image From Photo Library In Swift
Feb 05, 2024.
This Swift tutorial demonstrates creating a photo library access request, implementing a UIImageView, and handling image selection.
How to Implement Azure Global DNS with Traffic Manager Profile?
Feb 05, 2024.
Implement Azure Traffic Manager for efficient global DNS load balancing across Azure web apps and VMs. Achieve optimal availability and responsiveness, especially for applications spanning multiple regions or data centers.
Device Endpoint Protection settings configuration in Microsoft Intune
Jan 17, 2024.
Steps to create configuration profile of Endpoint protection in Microsoft Intune.
External Data - Attributes - Profiling Data Access
Jan 06, 2024.
The external data is recognized as the data we must pull or push from outside of a boundary of the process hosting the computer program. A very important kind of external data is streaming data. Usually, this data kind is managed using file and stream concepts. To save/read working data using streams, we need serialization/deserialization operations between streaming and object-oriented data.
How Configure Userās Profile in Server 2019
Dec 07, 2023.
This article guides you through configuring user profiles on Windows Server 2019 for effective access control and privilege enforcement. Learn step-by-step procedures, including logon hours, log-on to restrictions, and more.
How To Select an Avatar Image from Popup to Set as My Profile Picture In Blazor?
Nov 22, 2023.
In this article, we have learned how to show avatar images as profile pictures.
Photo Picker In Jetpack Compose
Aug 05, 2023.
This article has described how we can use the photo picker in Compose project and its interoperability with older versions of Android.
AutoMapper in ASP.Net Core 7 Web API
Jun 15, 2023.
When developing apps, it's common to wish to map items to either comparable or different kinds. Why do you frequently require this? The database tables of the employed database are typically mapped with the models (also known as entities) in an application. As a result, there is frequently a discrepancy between the model class properties and the data transfer object class properties. You may run into issues because of having to write a lot of boilerplate code to convert instances of disparate types. A large application, like an ERP, could require a lot of models and data transfer object classes. Writing code to perform the mapping manually would be time-consuming. Here, programs like AutoMapper can be useful.
Google Workspace (1) --- Introduction
May 31, 2023.
This article introduces Google Workspace.
Get User Properties With āGet User Profileā Action In Power Automate
Apr 11, 2023.
This article explains how to retrieve a user's profile in Microsoft Power Automate using the "Get user profile (V2)" action from the "Office 365 Users" connector. This action provides user profile information in a JSON object that can be utilized in subsequent steps.
Get User Properties With Graph API In Power Automate
Apr 10, 2023.
In this article, you'll discover how to retrieve user profiles in Microsoft Power Automate using an HTTP request via the Graph API. Learn how to filter user profile information for a specific user based on their āuser principal nameā or other parameters.
How To Login Multiple CRM Accounts In Microsoft Edge And Google Chrome Browser
Jan 09, 2023.
Step by step details to create browser profiles in Microsoft Edge and in Google Chrome.
Get Current User Profile Properties In SPFx Webpart Using MS Graph API
Aug 25, 2022.
In this article I have explained how to get the current user profile properties in your SPFx webpart using Microsoft Graph API
Implementing Traffic Manager Profile In Azure
Jul 22, 2022.
In this article, you will learn how to implement a traffic manager profile in Azure.
Controlling Files Visibility on Delve Profile
Feb 22, 2022.
How To Populate Employee ID Of User From Azure AD In PowerApps
Jan 17, 2022.
In this article, we will see how to get employee ID of user from Azure AD into PowerApps. We will trigger the FLOW from PowerApps which will pull user profile details with employee ID.
Animate Your Profile Image Using Microsoft Graph Toolkit In SharePoint
Dec 07, 2021.
In this article, you will learn how to show the animated profile image in SharePoint using Microsoft Graph Toolkit.
Sync Azure Active Directory Properties With Office 365 User Profile Using PowerShell
Jun 01, 2021.
In this article, we will see how can we sync properties of Azure Actie Directory with Office 365 use profile.
Azure App Service - Profile A .Net Core Application Hosted In Azure App Service - Linux
Apr 29, 2021.
In this article, we are going to learn how to find performance issues in a .Net Core 3.1 application hosted in Azure App Service ā Linux environment
Create Photo Gallery In ASP.NET Core
Jan 06, 2021.
In this article, you will learn how to upload multiple photos and manage them , just like photo gallery.
Google Pexel Photo Search Using ReactJS
Aug 31, 2020.
The Pexels API provides a way to access all free videos and images from google.Anyone can download the images and the videos for free without any copyright issue.
Google Pexel Photo Search Using Angular 8
Aug 25, 2020.
The Pexels API provides a way for you to access all free videos and photos from Pexels
Update Profile Picture Using Graph API In SPFx
Aug 11, 2020.
This blog is a step-by-step guide to creating a SPFx web part which would help update a profile picture using Graph API
How To Calibrate Your Monitor Color In Windows 10
May 22, 2020.
Calibrating your monitor color in Windows 10 ensures accurate display representation. Navigate to display settings, access the color calibration tool, and adjust gamma, contrast, and brightness. Utilize the wizard to fine-tune hue, saturation, and white balance.
How To Print Photos And Documents In Windows 10
Jan 13, 2020.
In this article, I have described how to print any photo and document files directly in Windows 10.
How to Prevent Memory Leak and Profiling in Xamarin Applications
Jan 10, 2020.
In this article, you will learn how to prevent memory leak and profiling in Xamarin applications.
Photo Filters In Flutter
Sep 11, 2019.
In this article, you will learn how to implement image or photo filter in Flutter.
How To Open Web/Mobile Camera And Take a Photo From SPFx WebPart
Sep 09, 2019.
In this article, we will learn how to open web or mobile camera and take anphoto from SharePoint Framework webpart.
Update User Profile Property Using PnP JS In SharePoint Online
Jul 05, 2019.
In this article, I have explained how to update the user profile property using PnP JS library.
Auto Fill User Profile Details In PowerApps Forms
May 15, 2019.
In this article, we will see how to get and auto-fill the user information in PowerApps forms.
Enable Mail Profile Back To Basics
Mar 14, 2019.
Iāve seen many people go through the trouble of setting up database mail and configuring SQL Agent Alerts only to realize itās not working. The reason in the cases Iāve seen is because they have simply neglected to assign a mail profile to SQL Agent.
SharePoint Framework Extension - Profile Completeness Meter
Feb 23, 2019.
With the profile completeness extension, we can encourage or force users to fill in their profiles. This sample SPFx extension renders a profile completeness score. Let's learn more about it in this article.
Dealing With Recruiters - Why Don't They Actually Read My Profile Or Resume
Feb 12, 2019.
This morning while checking my LinkedIn messages, I replied to one of these messages from a recruiter and sure enough, it is in Bellevue, Washington for a position at Expedia.
SharePoint Framework - Retrieve User Profile Information
Nov 24, 2018.
User Profile service in SharePoint is useful to store information related to users. SharePoint out of box provides various user profile properties to denote user attributes (e.g. Id, First Name, Last Name, Manager, etc.). We can also create our own custom user profile properties. In this article, we will explore how to retrieve the user profile information. We will use ReactJS in this example.
Publishing Azure Worker Role Using The Publish Wizard
Sep 05, 2018.
This article provides a detailed guide on publishing an Azure Worker Role project to Azure using the Wizard mode in Visual Studio. It outlines the steps involved in setting up the project, selecting Azure subscription, configuring diagnostics preferences, reviewing settings, and completing the publishing process.
The New SharePoint Developer Profile
Aug 24, 2018.
If you are like me, who used to be a SharePoint developer, working with C# and .NET who didnāt like to do things using Javascript that much and who had headaches when Microsoft changed the development mode for Apps, the new modern SharePoint experience is even a bigger change and Iām here to talk a little bit about it.
Modifying Profile Page In Dynamics 365 Portal
Aug 16, 2018.
This article is about customizing Dynamics 365 portal profile page. In this article, we are going to discuss how we can customize Dynamics 365 portal profile page.
How To Update SharePoint User Profile Properties Using PnP PowerShell
Aug 07, 2018.
Updating SharePoint user profile properties for multiple users using PnP PowerShell. This can be done by using CSV file as the input.
How To Update SharePoint Online User Profile Properties Using SPFx And Rest API
Jul 08, 2018.
This is about modifying and customizing SharePoint user profile properties using SPFx and SharePoint Rest API
Light Sensing Using Photo-Resistor Sensor (LDR) And BBC Micro:Bit
Jun 01, 2018.
By the end of this tutorial, you will be able to read analog signal using micro:bit and display the value on the screen. You wil know how to read light level using LDR sensor.
Mapping Output Cache Profile In SharePoint Page Layout
Apr 05, 2018.
Optimize SharePoint page performance by mapping output cache profiles to page layouts. Utilize caching options in site settings for efficient content delivery, enhancing user experience and performance across the platform.
Upload And Set Office 365 Profile Image Using Microsoft Graph API
Mar 30, 2018.
In this article, I have explained how to change your profile image in Office 365 and set it into Office 365 from SharePoint online using Microsoft Graph API.
How To Configure User Profile Service Application Step By Step
Jan 10, 2018.
In the last article I described about how to delete and create User profile service, today I'm demonstrating about how to configure UPA service application step by step with a screen shot. This articles applies to SharePoint 2010, 2013 and 2016.
How To Remove And Create User Profile Service Application In SharePoint
Jan 09, 2018.
The purpose of this article to is to delete an existing UPA service from the SP server and create the same from scratch. As we know, there are two ways to configure or delete UPA server, Using UI and SharePoint PowerShell. We are going to delete and create UPA using UI.
Retrieve User Profile Properties Using SPFx And PnP JS In SharePoint Online
Nov 05, 2017.
SharePoint Framework is the new development model in which a lot of work has been going on since it went to General Availability on Feb 23, 2017. It is a page and web part model that provides full support for client-side SharePoint development, easy integration with SharePoint data and support for open source tooling. With the SharePoint Framework, you can use modern web technologies and tools in your preferred development environment to build productive experiences and apps in SharePoint.
Store Photo In Backend Using Entity Framework In MVC Razor And Bootstrap
Sep 21, 2017.
Here i will show you image details will be shown along with user name. This one a sample exmaple of student management system In mvc and bootstrap.
Fetch User Details And Profile Picture From Person Or Group Field Using REST API
Sep 18, 2017.
In one of my projects (on Office 365) I have a requirement to scroll key contacts of a project with the use's Full Name, Department, Job Title, Phone (Work/ Mobile) and Picture URL. Since all contacts are internal employees I donāt have to input user details, I just need a person and group field in a list to capture the user.
Setup And Start The SharePoint 2013 User Profile Service
Aug 17, 2017.
In this article, you will learn how to setup and start the SharePoint 2013 User Profile Service.
Get User Profile Properties Data in SharePoint Designer 2013 Workflow
Jul 18, 2017.
Workflows helps SharePoint users to collaborate on documents, list items and to manage tasks by implementing business processes on documents and list items. Creating and assigning tasks to Manager is a very common scenario in workflows. All the user related information is stored in User profile service application (UPA). Although this sounds very straightforward, getting the user profile properties of the logged in user is very tricky in SPD 2013 workflow.
Change Your Profile's Local Language In SharePoint Online
Jun 15, 2017.
Discover step-by-step instructions for accessing language settings, customizing your profile, and enhancing your user experience. Whether you're looking to improve communication or simply prefer a different language, this guide covers everything you need.
Maintain Your Microsoft MVP Profile Using PowerShell
May 08, 2017.
In this article, I will show you how to maintain and update your MVP profile using MVP PowerShell module.
Creating A New User Property Programmatically In SharePoint /O365 using CSOM
Mar 04, 2017.
In this article, learn creating a new User property programmatically In SharePoint/O365 using CSOM.
Create Synchronization Connection To Synchronize SharePoint User Profiles With Active Directory
Feb 23, 2017.
In this article you will learn how to create Synchronization Connection to synchronize SharePoint User Profiles with Active Directory.
O365 User Profile Property Creation And Manage User Properties In SharePoint Online
Feb 17, 2017.
This article demonstrates how to create and use a user property in SharePoint Online (O365).
Azure Storage Account - Create A CDN Profile
Dec 29, 2016.
In this article, we will learn how to create CDN profile Azure Storage Account.
Monitor User Profile Synchronization Service Using ForeFront Identity Manager Client In SharePoint Synchronization Server
Dec 27, 2016.
In this article, you will learn how to monitor User Profile Synchronization Service using ForeFront Identity Manager Client in SharePoint Synchronization Server.
How To Enhance, Edit, And See All Your Photos With Microsoft Photos App In Windows 10
Dec 26, 2016.
In this article, youāll learn how to enhance or edit, and see all your photos and imported pictures with the Microsoft Photos App in Windows 10.
MIM With Sharepoint Server 2016 User Profile - Add More Active Directory Domain For Synchronization
Nov 30, 2016.
In this article, you will learn how to add more Active Directory Domains for Synchronization.
SharePoint 2016 User Profile Service And MIM - Apply The Connection Filter
Nov 29, 2016.
In this article, you will learn how to apply the Connection Filter.
MIM 2016 With SharePoint 2016 User Profile Service - Import Custom Property From Active Directory
Nov 29, 2016.
In this article, you will learn how to import Custom property from Active Directory.
Configuration Of Microsoft Identity Manager For SharePoint 2016 User Profile Service
Nov 28, 2016.
In this article, you will learn configuration of Microsoft Identity Manager for SharePoint 2016 User Profile Service.
Installation Of Microsoft Identity Manager For SharePoint 2016 User Profile Service
Nov 28, 2016.
In this article, you will learn about installation of Microsoft Identity Manager for SharePoint 2016 User Profile Service.
Steps To Create And Configure My Site In SharePoint
Nov 13, 2016.
Discover the essential features, including personal site setup, user profile management, document libraries, and social tools. Enhance user experience by customizing settings, permissions, and navigation for a more personalized SharePoint environment.
How To Update Contact Profile In Xamarin Android Using Visual Studio 2015
Nov 08, 2016.
In this article, you will learn how to update the contact profile in Xamarin Android app, using Visual Studio 2015.
Configure User Profile Service In SharePoint Server 2016
Oct 19, 2016.
In this article, you will learn how to configure user profile Service in SharePoint Server 2016.
Update User Profile Properties In SharePoint 2016 Using Nintex Workflow
Oct 15, 2016.
In this article you will learn how to Update User Profile Properties in SharePoint 2016 using Nintex Workflow.
How To Work Photos App In Windows 10
Aug 26, 2016.
In this article, you will learn more about how to work the photos app in Windows 10.
User Profile Manipulation Using PnP-Core JS
Aug 11, 2016.
In this article, we will see the list of functions which are available in PnP-Core JS to handle the user profile.
Create Camera View & Taking Photos
Jul 25, 2016.
In this article, you will learn about Camera App in iOS.
Query User Profile Action On SharePoint Online And Office 365 Using Nintex Workflows
Jul 01, 2016.
In this article, you will learn about the query user profile action on SharePoint online and Office 365, using Nintex Workflows.
Edit User Profile At The SharePoint Admin Center On Office 365
Jun 04, 2016.
In this article we will see how to edit user details at the SharePoint Admin Center in Office 365.
MVC ASP.NET Identity Customizing For Adding Profile Image
May 31, 2016.
In this article, we will see in detail about using ASP.NET Identity in MVC Application.
Retrieve Followers or Following Users From SharePoint User Profile Using CSOM PowerShell
May 27, 2016.
In this article, you will learn how to retrieve following users from SharePoint user profile programmatically using CSOM PowerShell through various methods.
Update User Profile Properties On SharePoint Online Using CSOM PowerShell
May 26, 2016.
In this article, you will learn how to set or update SharePoint User Profile properties programmatically using CSOM PowerShell by various methods on Office 365 sites.
Retrieve User Profile Properties From SharePoint Using CSOM PowerShell
May 24, 2016.
In this article, you will learn how to retrieve SharePoint User Profile properties programmatically using CSOM PowerShell by various methods.
External Users In SharePoint Online/ Office 365 - Part Two
May 15, 2016.
In this article you will learn about External Users in SharePoint Online/ Office 365.
User Profile Dashboard On Office 365 SharePoint
Apr 19, 2016.
In this article you will learn about User Profile Dashboard on Office 365 SharePoint.
Manage Social Tags And Notes Under User Profiles At The SharePoint Admin Center On Office 365
Apr 19, 2016.
In this article you will learn how to Manage Social Tags and Notes under User Profiles at the SharePoint Admin Center on Office 365.
Publish Links To Office Client Applications Under User Profiles At The SharePoint Admin Center On Office 365
Apr 18, 2016.
In this article you will learn how to Publish Links to Office Client Applications under user Profiles at the SharePoint Admin Center on Office 365.
Manage Promoted Sites Under User Profiles At The SharePoint Admin Center on Office 365
Apr 15, 2016.
In this article you will learn how to Manage Promoted Sites under User Profiles at the SharePoint Admin Center on Office 365.
Configure Trusted Host Locations Under User Profiles At The SharePoint Admin Center On Office 365
Apr 14, 2016.
In this article you will learn how to configure Trusted Host Locations under user profiles at the SharePoint Admin Center on Office 365.
Manage User Profiles At The SharePoint Admin Center on Office 365
Apr 13, 2016.
In this article you will learn how to Manage User Profiles at the SharePoint Admin Center on Office 365.
Setup My Sites Under User Profiles At The SharePoint Admin Center on Office 365
Apr 13, 2016.
In this article you will learn about setting My Sites under User Profiles at the SharePoint Admin Center on Office 365.
Manage Organization Profiles At The SharePoint Admin Center For Office 365
Apr 11, 2016.
In this article you will learn how to Manage Organization Profiles at the SharePoint Admin Center for Office 365.
Manage Organization Properties Under User Profiles At The SharePoint Admin Center on Office 365
Apr 10, 2016.
In this article you will learn how to manage Organization Properties under User Profiles at the SharePoint Admin Center on Office 365.