Prashant Bansal, C# Corner

Prashant Bansal

C# Corner

Oregon, United States

Contact Prashant

Discover and connect with journalists and influencers around the world, save time on email research, monitor the news, and more.

Start free trial

Recent:
  • Unknown
Past:
  • C# Corner

Past articles by Prashant:

SharePoint Migration

In this article, we will look for PowerShell Scripts to export a “SharePoint Large Lists” report from the SharePoint Farm source. This information will be helpful to track all the lists which contain more than 2000 items and are provisioned in SharePoint Farm. → Read More

PowerShell - How To Develop Interactive Logs

In this article, we will look for developing a logging mechanism for PowerShell automation components that can provide logs not just in form of a flat file but also as interactive html format. → Read More

SharePoint Migration

In this article we will look for the PowerShell Scripts to export IIS Settings from source SharePoint Farm. → Read More

SharePoint Migration - Export Alternate Access Mapping

In this article, we will look for the PowerShell Scripts to export “Alternate Access Mapping (AAMs)” Settings from source SharePoint Farm. → Read More

How To Implement Alternate Access Mapping

In this article we will discuss implementing “Alternate Access Mapping” or commonly known as “AAM” in SharePoint 2016. → Read More

SharePoint 2016 - How To Get SPUser By User ID

In this article we will see how to query data for the SharePoint Users based on User ID. → Read More

Power BI Analytics Powered By R Integration

In this article, we will have a discussion and demo on how to integrate “R” scripts with “PowerBI” using PowerBI R Connector. → Read More

PowerShell Automation

In this article, I will take you through the steps to develop PowerShell functions that can send emails to the intended participants. → Read More

SharePoint Online/2016/2013 - How To Upload Large Files Using PowerShell Automation

Uploading large files to SharePoint On-Premise or Online is an obvious problem during data migration from any external system like Lotus Notes.In this article I will explain a data upload strategy where we can split a large file into multiple chunks of smaller size. → Read More

How To Optimize SharePoint Custom Pages Using HTML 5 IndexedDB API

In this article we will discuss another obvious performance issue with SharePoint Solutions involving large volumes of data transactions surfacing in SharePoint Custom Pages. → Read More

How To Find Duplicate Records In SharePoint List

In this article, we will see how to detect duplicate records in SharePoint Lists. This automation approach will be helpful in scenarios where we need to fix data duplication issues across multiple SharePoint Lists. → Read More

SharePoint 2016/2013 - Event Log Monitoring By PowerShell Automation

This article is based on the requirement I recently encountered where I was required to monitor a specific exception type and if it occurred the Admins needed to be notified at the same time. → Read More

Create Windows Scheduler Task By PowerShell Automation

In this article, we will see simple steps to configure Windows Scheduler tasks using PowerShell Automation. → Read More

SharePoint 2016/2013 - Exploring Client Side People Picker Control

In this demo, I would be discussing the implementation details of the Client Side People Picker Control in Production Scenarios. → Read More

SharePoint 2016/2013/Online - Sites Health Monitoring By PowerShell Automation

In this article, we will discuss a simple yet powerful automation technique using PowerShell that will try pinging the Site and if it fails, it will send the email notifications to the designated SharePoint Admins for the Site. → Read More

SharePoint 2016/2013/Online - How To Upload Files To SharePoint Document Libraries By PowerShell Automation

In this demo we will explore the PowerShell code to upload the file to SharePoint Online/On Premise Implementations which represents just a part of the complete automation process. → Read More

SharePoint 2016/2013/Online - How Download SharePoint List Item Attachments

In this article we will explore the PowerShell to download the List Item attachments. → Read More

SharePoint 2016/2013 - How To Install SharePoint Client Components SDK

In this article, we will look for another necessary component that is required when preparing client machines for CSOM based PowerShell Development. → Read More

SharePoint 2016/2013/Online - How To Download SharePoint Files By PowerShell Automation

In this article, we will explore the PowerShell way of downloading the files in SharePoint Document Libraries. → Read More

How To Use Content Delivery Network (CDN) With A Fallback Mechanism

In this article we will understand the benefits of using CDNs in Web Applications and how to implement it in code. → Read More