C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
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]
Destin Joy(8)
Kaviya Balasubramanian(6)
Vijai Anand Ramalingam(5)
Ankur Mistry(3)
Tuhin Paul(3)
Priyaranjan K S(3)
Lakshmanan Sethu Sankaranarayan(3)
Sandhiya Priya(2)
Ananya Desai(2)
Selva Ganapathy(2)
Akkiraju Ivaturi(2)
Shekhar Chauhan(2)
Arun Choudhary(2)
Manas Moharana(2)
Imtiyaz Mulla(2)
Vithal Wadje(2)
Deepak Dwij(2)
Abdul Basith(1)
Ojash Shrestha(1)
Varun Setia(1)
Mahender Pal(1)
Prabu Elavarasan(1)
John Morehouse(1)
Deepak Kaushik(1)
Daniel Jones(1)
Ponvannan Ponnuramu(1)
Allen Oneill(1)
Prashant Bansal(1)
Anubhav Chaudhary(1)
Rizwan Ali(1)
Abhishek Arora(1)
Om Agarwal(1)
Gaurav Gupta(1)
Sanjoli Gupta(1)
Manish Singh(1)
Max Petrov(1)
Shivprasad (1)
Bechir Bejaoui(1)
Santosh Kumar(1)
Gautam Singh(1)
Shiv Sharma(1)
George (1)
Mervyn Manilall(1)
Ismail Sayyad(1)
Satish Kumar Vadlavalli(1)
Rithik Banerjee(1)
Prasham Sabadra(1)
Niloshima Srivastava(1)
Mahesh Alle(1)
Krunal Trivedi(1)
Praveen Sreeram(1)
Ahmed Khateeb(1)
Kunal Patel(1)
Pooja Baraskar(1)
Swapnal Chonkar(1)
Sachin Kalia(1)
Sagar Pardeshi(1)
Sanjeeb Lenka(1)
Georgie Webber(1)
Aman Singhal(1)
Shubham Saxena(1)
Richa Garg(1)
Destin Joy(1)
Sonakshi Singh(1)
Prashant Chaudhary(1)
Krishna Garad(1)
Resources
No resource found
Equal Point in Brackets
Jun 11, 2026.
Find the optimal split point in bracket strings where opening brackets left equal closing brackets right. Efficient O(n) solution.
Articulation Point (Cut Vertex)
Apr 27, 2026.
Master Tarjan's Algorithm to find articulation points (cut vertices) in undirected graphs! Learn to identify critical nodes that disconnect a graph. Includes Java code!
Why Indexes Stop Helping After a Certain Point in PostgreSQL
Jan 23, 2026.
PostgreSQL indexes offer initial speed boosts, but their value diminishes with data growth and write traffic. Learn why more indexes aren't always better and how to avoid performance pitfalls.
Securing Web App Using Private Endpoint And Connecting Through Point To Site VPN with Gateway Transit
Jan 30, 2022.
We will learn how to deploy an Azure Webapp, set up a point-to-site VPN, set up VNet Peering with Gateway Transit, and configure a private endpoint in this tutorial.
Azure Synapse Analytics - Restore Point
Jan 22, 2022.
In this article, we’ll learn about Restore Point. We’ll learn what it is, how to create a user defined restore point for a Dedicated SQL Pool Data Warehouse and then continue to learn how to restore from the user-defined restore point.
Implementing RabbitMQ🐰, For Point to Point Communication 🚀
Aug 18, 2020.
Implement RabbitMQ for efficient point-to-point communication, utilizing asynchronous messaging with . NET. Utilize RabbitMQ.Client library to create a ConnectionFactory, manage channels, declare queues, and implement consumers for processing messages asynchronously.
Copy Share Point Document From One Entity to Another
Jul 27, 2020.
This article is about copy Share Point files from one entity location to another
Getting Return 0 Value From C# Entry Point Method Using Parent And Child Programs
Apr 04, 2019.
In this article, we will learn how to return 0 value from C# Entry Point Methods using Parent and Child programs.
Azure VPN Point To Site IP Addresses
Mar 14, 2018.
Recently, I got to work with a client on something interesting. We implemented transactional replication to send data to an Azure virtual machine. This was being done to perform some testing for a project.
Agile Story Point Estimation Techniques - T-Shirt Sizing
Nov 24, 2017.
In this article, we will learn Story Point Estimation using T-Shirt Sizing Technique. In my previous articles, we have discussed Agile Story Point Estimation and Agile Story Point Estimation Techniques - Planning Poker In this article, we will learn Story Point Estimation using T-Shirt Size Technique.
Agile Story Point Estimation Techniques - Planning Poker
Nov 13, 2017.
In this article, we will learn how to estimate an Agile story point using Planning Poker.
Agile Story Point Estimation
Oct 29, 2017.
In this article, we will learn what Story Point is and how to do Story Point Estimation
Use Azure IaaS As A Starting Point On Your Cloud Journey
May 07, 2017.
In this article, you will learn how to use Azure IaaS as a starting point on your Cloud journey.
Introduction To Mount Point In SQL Server
Feb 17, 2017.
This article will give you brief information on SQL Server Mount Point and its benefits and you will learn how to set up a new partition.
Configuring Kerberos Authentication On Share Point 2013 - 2016 Web Application
Nov 24, 2016.
In this article, you will learn configuring Kerberos Authentication in Share Point 2013 - 2016 web application.
WebScraping With C# - Point And Scrape!
Nov 15, 2016.
Automate WebScraping - point and click web scrape with Javascript and C#
SharePoint 2013: Call OData Web Service End Point Using SharePoint Designer 2013 Workflows
Apr 07, 2016.
In this article you will learn about how to call OData Web Service End Point using SharePoint Designer 2013 Workflows.
Directive to Allow Decimal Numbers With a Single Decimal Point (.) Using AngularJS
Jul 12, 2015.
This article explains how to create a Directive to allow decimal numbers with only a single decimal point (.) using AngularJS.
System Restore Point in Windows 10
Mar 11, 2015.
This article explains the process of creating and utilizing System Restore Points in Windows 10 to revert to a previous system state.
Creating Bar Charts and Point Charts Using HTML5 and SVG
Jan 27, 2015.
This article demonstrates how to create a Bar chart and Point chart in HTML5 using Scalable Vector Graphics (SVG) step-by-step.
Importance of Testing From Developer's Point of View: Part II - The Process Flow
Dec 10, 2014.
In this article you will learn the importance of testing from the developer's point of view.
Importance of Testing From Developer's Point of View
Nov 26, 2014.
From this article you will learn the importance of testing from the developer's point of view.
Restoring a Database to a Point Within a Backup
Sep 29, 2013.
This article describes the most important Interview question for every DBA.
C# 4.0 New Features - Straight to the Point (Part 2)
Dec 25, 2012.
This article discusses straight to the point the three other new features of C#, New Compiler options, Dynamic and Covariance and Contravariance with examples.
C# 4.0 New Features - Straight to the Point (Part 1)
Dec 24, 2012.
These are some of the new features that were missing in the previous version. This article discusses straight to the point on what they are with examples with comparison to the older versions.
Create a Restore Point in Windows 8
Nov 07, 2012.
Here I will show you how to create a restore point that can be used to do a system restore within Windows 8.
Part 2: Creating Synchronization Point in Testing
Jul 17, 2012.
In this article we discuss how to create a Synchronization point.
How to Restore System to a Previous State Using Restore Point in Windows 8
Mar 29, 2012.
In this article I explain how to restore a system to a previous state using a restore point in Windows 8
System Restore to a Previous State Using Restore Point in Windows 8
Mar 28, 2012.
In this article I will explain how to do a System Restore to a previous state using Restore Point in Windows 8.
Bouncing Ball a Particular Point Using HTML5
Feb 11, 2012.
This is a simple application for beginners that shows how to create a bouncing ball at a particular point using HTML 5 and CSS tools.
Publishing InfoPath form in share point 2007
Sep 03, 2010.
In this article I am showing how to publish a simple InfoPath from in share point. In my coming articles I will show more integration with share point and InfoPath.
Cascading Dropdown in Share point using JQuery
Sep 02, 2010.
Here I am showing how to make a cascading drop down in share point using JQuery have created two lists Stationary and Items. In Items list Stationary be a look up column from Stationary.
Share Point Designer Work Flow: Part IV
Aug 26, 2010.
In this article I am explaining, how to update a list item using share point designer.
Using Data View to Display data from multiple Share point List
Aug 17, 2010.
In this article I am showing you how to display data from two lists in one data view using share point designer 2007.
Move one share point site using Import/Export feature in STSADM
Aug 16, 2010.
In this article you will learn how to move one share point site as sub site in another site collection using Import/Export feature in STSADM.
Using Share point designer 2007 for import/Export Share point site
Aug 16, 2010.
There is an alternative way to do Import/Export of share point site using SharePoint designer 2007.I am showing you how to use designer for share point site backup/Restore.
Customize share point List Form using XSLT
Aug 13, 2010.
In this article I am showing how to customize share point default form look and feel using XSLT.
Issue with creating child Content Type inherits from a base content type in Share point 2010
Jun 23, 2010.
Issue with creating child Content Type inherits from a base content type in Share point 2010.
Amazon S3 from C# developer point of view
May 31, 2010.
Article shows how you can interact with Amazon S3 storage directly from C#.
Deny anonymous access to library, lists and settings in Share Point 2007
Apr 15, 2010.
In this article we will see how to deny anonymous access to library, lists and settings in SharePoint 2007.
Using function point to quote a software
Apr 06, 2009.
If you give more quote you lose the project, if you give less quote you will end up doing social service to clients and probably also loss. In this tutorial, we will discuss mainly Function Point from practical point of view.
Your first Animation using XAML and Silverlight - Point Animation class: Part III
Aug 04, 2008.
This article is third part of the series of articles about animation using XAML and Silverlight.
Share Point Portal
Nov 08, 2007.
This article explains brief description on share point portal server.
Fundamentals of Function Point Analysis Part II
Feb 18, 2004.
Function points are a unit measure for software much like an hour is to measuring time, miles are to measuring distance or Celsius is to measuring temperature.
Fundamentals of Function Point Analysis Part I
Feb 17, 2004.
Function points are a unit measure for software much like an hour is to measuring time, miles are to measuring distance or Celsius is to measuring temperature.
Why Point-in-Time Recovery (PITR) Fails When You Need It Most
Jan 27, 2026.
Uncover why Point-in-Time Recovery (PITR) often fails in production when you need it most. Learn to avoid common pitfalls and ensure reliable database recovery. Don't let untested assumptions lead to data loss!
Azure Functions Under the Hood: Runtime Identification, Isolated Process Entry Points
Oct 14, 2025.
Unlock the power of Azure Functions! This article dives deep into the runtime, addressing critical questions about function discovery, local development, versioning, and organization. Learn how to build robust, scalable serverless solutions using .NET Isolated Process, dependency injection, and best practices for real-world scenarios like logistics anomaly detection. Master the execution model and avoid costly anti-patterns in production.
Point, Line, Safety: How Triangle Modeling Keeps Warehouse Robots from Crashing Using Python
Oct 13, 2025.
Learn how to model triangles using Python for real-world applications like collision avoidance in warehouse robots. This article covers point-based triangle representation, validation, and spatial queries. Build a robust and intuitive system for dynamic transformations and integration with sensor data. Includes complete code, unit tests, and an interactive demo, showcasing best practices for geometric modeling in robotics and beyond.
Calculating 3D Distance Between Two Points: Enabling Real-Time Collision Avoidance in Autonomous Mining
Oct 12, 2025.
Explore the 3D Euclidean distance formula and its vital role in autonomous mining. Learn how precise distance calculations prevent collisions in GPS-denied underground environments, ensuring safety and operational efficiency. This article provides a Python implementation, validation tests, and best practices for safety-critical systems, highlighting the importance of accuracy in real-world applications.
From Points to Tokens: The Next Generation of Reward Systems
Aug 26, 2025.
Discover how blockchain tokens are revolutionizing loyalty programs! Learn how Sharp Token empowers communities, creates liquidity, and drives sustainable growth beyond traditional points.
How to Format List Views in SharePoint
Dec 31, 2024.
SharePoint list formatting enhances data presentation by customizing appearance, adding alternating row styles, and applying conditional formatting. It improves readability, highlights key data, and boosts user experience for efficient collaboration.
Update Angular from 12 to 17 (1) --- Initial Point
Oct 05, 2024.
This article is to discuss a upgrading process for an Angular app in an initial point.
Github Copilot: The Good Points and the Key Points
Jun 19, 2024.
It is undeniable. Github Copilot has single-handedly revolutionized software development for all developers worldwide. The way development is done is bound to evolve but the key part is not AI, but the developers.
Removing Retention from a SharePoint Site
Dec 08, 2023.
This step-by-step guide elucidates removing a SharePoint site from a retention policy in Microsoft 365's Compliance Center. Learn how to manage and control document lifecycle effectively for improved organization.
25 Powerful Points To Understand System Design
Jan 17, 2023.
25 Powerful points to understand System Design that can help in system design interviews.
Find The Max Points On A Line
Aug 04, 2020.
In this article, we find the maximum number of points lying on the same straight line.
SPFx - Resolved Error Of 'Gulp Package - Solution' - "the WebParts Manifests List Is Empty. Please Ensure You Have Done A Build And That Your Config File Is Pointed At The Correct Folder"
Sep 26, 2019.
In this article we will discuss one of the errors we are facing while deploying (packaging the solution) the SPFX component to my O365 tenant.
Points One Should Know About Azure DevOps
Jul 30, 2019.
In this article, you will learn the essentials of Azure DevOps with this comprehensive guide. Discover key concepts, tools, and workflows for efficient project management, collaboration, and automation.
Interview Key Points About Entity Framework In A Nutshell
Jul 10, 2019.
If you are facing an interview in Entity framework, then this is the article you must read before the interview process.
Step-By-Step Demo Of Creating A Point-To-Site VPN Connection
Mar 22, 2018.
In this article, I am going to show you the demo of how to establish a point to site VPN connection.
Azure Storage Account Configure CDN Endpoint
Dec 30, 2016.
In this article, we will learn how to create a CDN Endpoint for a storage account.
Integrate Twitter Feeds With SharePoint List Using Microsoft Flow
Dec 14, 2016.
In this article, you will learn to integrate Twitter feeds with SharePoint list using Microsoft Flow.
Point Domain To Sub-Directory In Apache Bitnami Virtual Hosts
Nov 08, 2016.
In this article, you will learn how to point domain to Sub-Directory in Apache Bitnami Virtual Hosts.
Upgrade SharePoint Hosted Add-Ins(Apps) in SharePoint 2013
May 22, 2016.
In this article you will learn how to Upgrade SharePoint Hosted Add-Ins(Apps) in SharePoint 2013.
SharePoint 2016 Installation In Azure With Active Directory - Part One
May 07, 2016.
In this article you will learn about Share Point 2016 installation in Azure with Active Directory.
Google Map Route Direction, Custom Pin Point, Calculate Distance And Time Using JavaScript
Nov 05, 2015.
In this article you will learn the following: Google Map Route Direction, Custom Pin Point, Calculate Distance and Time using JavaScript.
Pointing The Spotlight On LinkIt ONE
Oct 31, 2015.
Here in this article I am showcasing details on MediaTek's latest IoT microcontroller- LinkIt ONE.
Key Points of ASP.Net VNext
Feb 02, 2015.
In this article you will learn about Microsoft ASP.NET vNext
PointAndFigure Chart Type In ASP.Net
Jan 02, 2015.
In this article we will learn about the PointAndFigure Chart Type of ASP.Net.
Point and FastPoint Charts in ASP.Net
Dec 30, 2014.
In this article, we will learn about the Point and FastPoint charts of ASP.Net.
Get Image From SharePoint App Host Web Picture Library Using JavaScript
Sep 17, 2014.
This article explains how to get an image from a SharePoint app host web picture library using the JavaScript object model in a SharePoint Hosted App.
Edit a Document in SharePoint Document Library
Sep 10, 2014.
This article describes how to edit a document in a SharePoint Document Library.
Check the Page History in SharePoint
Sep 03, 2014.
This article describes how to check the page history in SharePoint.
Change the Welcome Page For SharePoint Site
Sep 02, 2014.
In this article I would like to share the procedure to change the SharePoint site Welcome Page.
Add Tags and Notes in SharePoint Site Page
Sep 02, 2014.
This article describe how to add Tags and Notes in a SharePoint Site Page.
Check-Out a Site Page in SharePoint
Sep 02, 2014.
This article describes how to Check-Out a site page in SharePoint.
Get Manager Properties in a SharePoint Site 2013 Using REST API
Aug 20, 2014.
This article explains how to get manager properties via the REST API.
Apply Site Template in a SharePoint Site 2013 Using REST API
Aug 08, 2014.
This article explains how to apply a site template to a SharePoint site using the REST API.
Important Points of WCF Service
Jul 17, 2014.
This article explains some points about WCF services.
How to Get the Naviagtion in a SharePoint Site 2013 Using REST API
Jul 10, 2014.
This article explains how to get the navigation available in a SharePoint 2013 site.
How to Create a Folder in SharePoint 2010 Document Library Using NINTEX Workflow
Apr 27, 2014.
In this article you will see how to create a new folder in a SharePoint 2010 Document Library using a NINTEX workflow.
How to Get All the Top Level Folders From the List in SharePoint 2013 Online Using REST API
Apr 26, 2014.
In this article you will see how to get all the top-level folders from the list using the REST API in SharePoint 2013 Online.
Internal Error Codes (SharePoint 2013 Microfeed Exceptions) Deciphered!
Apr 26, 2014.
In this article I will tell you about Internal Error Codes (SharePoint 2013 Microfeed Exceptions) deciphered!
Get All Site Columns in SharePoint 2013 Online Using REST API
Apr 20, 2014.
In this article you will see how to get all the site columns using the REST API in SharePoint 2013 Online.
Translate Documents to Another Language Using NINTEX Workflow in SharePoint 2013
Apr 06, 2014.
In this article you will see how to translate documents to another language using NINTEX workflow in SharePoint 2013 Online.
Get the Pointing Device (Mouse) Details of Your System in Windows Form
Aug 26, 2013.
This article describes how to get the Pointing Device (Mouse) details of your System. Here I will get the information from the Win32_PointingDevice class.
Programmatically Get the Retention Stage Id of the Specified Item in SharePoint 2010
Jan 11, 2013.
In this article I am going to explain Programmatically get the retention stage Id of the specified item in Share Point 2010.
Panning With Snap-Points in Windows Store Application
Dec 31, 2012.
This article will explain snap-points with panning option in Windows Store Apps.
Turn Our Windows 8 Laptop Into a Wireless Access Point
Dec 27, 2012.
In this article we are going to explain how to turn our Windows 8 laptop into a wireless access point.
Points To Remember While Developing App For Windows 8
Oct 29, 2012.
This article is to keep in mind some points of what to do and what not to do while developing apps for Windows 8.
Fixed-Point ("F") Format Specifier In C#
Oct 19, 2012.
In this article I will explain how to use the fixed point format specifier using C#
Create Theme in PowerPoint 2013
Jul 20, 2012.
This article describes how to create or select a theme in Microsoft Office PowerPoint 2013.
Creating Synchronization Point
Jul 16, 2012.
In this article we discuss how to create a Synchronization point.
How to Optimize SharePoint 2010 Search With Managed Property
Apr 30, 2012.
In this article I explain how to optimize SharePoint 2010 Search with a Managed Property.
How to Deploy a Site Taxonomy in SharePoint 2010
Apr 29, 2012.
In this article you will see how to deploy a Site Taxonomy in SharePoint 2010
Canvas Anchor Points Using HTML 5
Mar 03, 2012.
In this article we are going to understand the concept of Canvas Anchor Points Using HTML 5. In this section you will see the anchor points of the quadratic curve and the Bezier curve in your browser.
Working With Spinning Points in HTML 5
Feb 19, 2012.
In this article we are going to have a very interesting section related to designing. In this the pointer has a radius of 60 and appears to spin while you run the application in the browser.
A Few More Points About Testing: Installation and Database Testing
Feb 08, 2012.
In this article we are discussing installation and database testing.
Points to Remember while Binding in ASP.NET MVC framework
Nov 25, 2011.
This article will help you to take more beneficial and efficient steps while using Binding in ASP.NET MVC Application
Create Flash From Power-Point In C#
Apr 22, 2011.
Creating Flash animations from PowerPoint presentations in C# involves utilizing libraries like Aspose.Slides, which provides a comprehensive set of features for working with PowerPoint files programmatically. By using Aspose.Slides, you can automate the process of converting PowerPoint presentations into Flash (SWF) format. This enables developers to enhance their applications with dynamic and interactive content derived from PowerPoint slideshows, offering a seamless user experience.