top of page
Search
The Tech Platform
Sep 21, 2020
New C# Source Generator Samples
Phillip introduced C# Source Generators here. This post describes two new generators that we added to the samples project in the Roslyn...
The Tech Platform
Aug 28, 2020
Setting up Code::Blocks on Windows
This tutorial gives you easy-to-follow instructions, with screenshots, for setting up a compiler (the MINGW compiler), a tool that will...
The Tech Platform
Aug 28, 2020
8 Common Programming Mistakes
Learning to program can be tough--just ask anyone who's done it! Fortunately, a lot of problems happen over and over again--I've put...
The Tech Platform
Aug 17, 2020
How to use printf to format output
Get to know printf, a mysterious, flexible, and feature-rich alternative to echo, print, and cout. When I started learning Unix, I was...
The Tech Platform
Jun 22, 2020
Why Does An Abstract Class Need A Constructor?
Abstract classes, a fundamental concept in object-oriented programming, serve as blueprints for other classes, providing a structure that...
Nakkeeran Natarajan
Feb 19, 2019
How to Start Full Synchronization using C# in SharePoint 2010
In this article we will be seeing how to Start Full Synchronization to import the user profile in SharePoint 2010. Once you have...
Nakkeeran Natarajan
Feb 19, 2019
How to add C# code in PowerShell script for adding a SharePoint list item
In this article we will be creating C# code to add an item in the SharePoint list. Then we will make the C# code as a powershell script....
Nakkeeran Natarajan
Feb 19, 2019
How to remove the user profile from SharePoint 2010 using C# and Powershell
In this article we will be seeing how to remove the user profile based on the specified Account Name from the user profile database in...
Nakkeeran Natarajan
Feb 19, 2019
How to get the User Profile Synchronization Connection names from SharePoint 2010 using C#
n this article we will be seeing how to get the User Profile Synchronization Connection names from SharePoint 2010. Through UI you can...
Vijai Anand Ramalingam
Feb 14, 2019
How To Create A Simple Azure Function App Using C#
Azure Functions are used for executing a small piece of code or “functions” in a cloud and you will pay only for the time your code...
bottom of page