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]
George (7)
Karthikeyan Anbarasan(4)
Ananya Desai(3)
Agnieszka Stec(3)
Satya Prakash(3)
sayginteh (3)
Riya Patel(2)
Jayraj Chhaya(2)
Lokendra Singh(2)
Ishika Tiwari(2)
C# Curator(2)
Dhairya Krishnat(2)
Rion Williams(2)
Sibeesh Venu(2)
Prabhakar Parihar(2)
Sandhiya Priya(2)
Vishal Gilbile(2)
Rohatash Kumar(2)
Saurav Kumar(1)
Rajesh Gami(1)
Aakash Chhillar(1)
Jaimin Shethiya(1)
Praveen Sreeram(1)
Mithilesh Tata(1)
Vipin Mittal(1)
Harshal Limaye(1)
Mark Pelf(1)
Benjamin Baker(1)
Cinchoo Framework(1)
Kirtesh Shah(1)
Satya Karki(1)
Vaibhav Chauhan(1)
Arkadeep De(1)
Iqra Ali(1)
Manoj Kulkarni(1)
Steven Woolston(1)
Shaili Dashora(1)
Sara Silva(1)
Pramod Thakur(1)
Nitesh Kejriwal(1)
Ring Zhong(1)
Varesh Tuli(1)
Anbazhagan Devaraj(1)
Vamshi Krishna(1)
Saurabh Vartak(1)
Nidhi Sharma(1)
Maya Chopra(1)
Baibhav Kumar(1)
Raj Bhatt(1)
Jitendra Mesavaniya(1)
Nandan Hegde(1)
Abhishek Yadav(1)
Priyanka K S(1)
Salman Beg(1)
Nikunj Satasiya(1)
Sankara Krishnan Venugopal(1)
Mahesh Chand(1)
Kishor Bikram Oli(1)
Rahul Suryawanshi(1)
Rakesh Kalluri(1)
Josue Yeray Julian Ferreiro(1)
Sandeep Sharma(1)
Satyapriya Nayak(1)
Santhosh Kumar Jayaraman(1)
Abhimanyu K Vatsa(1)
Sonu R(1)
subramanya m(1)
Ayushi Jain(1)
John Godel(1)
Rikam Palkar(1)
Vijay Kumari(1)
Resources
No resource found
How to Fix Git Merge Conflict When Pulling Latest Changes
Jan 29, 2026.
Conquer Git merge conflicts! This guide provides a step-by-step approach to resolving conflicts when pulling latest changes, ensuring smooth team collaboration.
How to Optimize Pandas Merge and Join for Large Datasets
Dec 05, 2025.
Optimize Pandas merge/join for large datasets! Indexing, data types, filtering, categoricals, chunking, Dask & Polars boost performance. Scale your data workflows!
Building a Custom Merge Replication for Selected Tables Only (SQL Server + .NET)
Nov 17, 2025.
Build a custom merge replication system in SQL Server with .NET for selective table syncing, conflict resolution, and incremental updates. Control, version, and monitor your data!
How to Merge Two Dictionaries in Python
Oct 06, 2025.
Learn multiple ways to merge dictionaries in Python, from the traditional update() method to modern approaches using the ** unpacking operator and the | operator (Python 3.9+). Discover how to handle key conflicts and customize merge logic with dictionary comprehension. Choose the best method for your needs, whether you need in-place modification or a new dictionary, and write cleaner, more efficient Python code. This guide covers Python versions 3.5 and above.
What is the Most Efficient Way to Merge k Sorted Linked Lists?
Sep 30, 2025.
Learn efficient methods to merge k sorted linked lists. Explore brute force, one-by-one comparison, min-heap, and divide-and-conquer approaches with examples, pros, cons, complexities, and practical use cases for interviews and systems.
n8n Advanced Data Handling: How to Use Set, Split In Batches & Merge Like a Pro
Sep 23, 2025.
Learn how to restructure data, manage API rate limits, and combine data streams like a pro. This guide provides real-world examples and best practices for building robust, scalable, and efficient n8n workflows. Unlock advanced automation capabilities and elevate your data manipulation skills. Optimize your workflows for data quality, scalability, and seamless enrichment.
Aggregate vs Merge vs Split in n8n - A Complete Guide with Examples
Sep 18, 2025.
Master data manipulation in n8n with Aggregate, Merge, and Split in Batches nodes! This guide provides a clear breakdown of each node's functionality, use cases, and practical examples. Learn when to use each node for efficient workflow design, API integration, and data processing. Optimize your n8n automations for scalability and performance by understanding these core concepts.
Implementing Bubble Sort, Merge Sort, and Quick Sort in Java
Dec 31, 2024.
This article explains how to implement three popular sorting algorithms—Bubble Sort, Merge Sort, and Quick Sort—in Java. It provides simple, step-by-step explanations for each algorithm, including how they work, their code implementations, and their advantages and disadvantages.
Understanding Merge Sort by Using the Divide & Conquer Algorithm
Aug 01, 2024.
This content delves into the Merge Sort algorithm, a classic example of the divide and conquer strategy. It explains how Merge Sort works by recursively dividing the array into smaller subarrays, sorting them, and then merging the sorted subarrays to produce a sorted array.
SQL Merge Statement: Syntax, Usage, and Example
Jun 25, 2024.
The SQL MERGE statement combines INSERT, DELETE, and UPDATE operations into a single query, synchronizing data between source and target tables based on key fields. This powerful command efficiently handles data modifications, ideal for maintaining Slowly Changing Dimensions (SCD) in data warehouses.
Ignoring Merge Conflicts for Files in Git, Visual Studio
Jun 03, 2024.
This article is to discuss Git Merge with ignoring some conflict files. This article addresses resolving merge conflicts in Git when multiple users modify the same file. It covers project setup, conflict demonstration, and using a .gitattributes file to manage conflicts in Visual Studio.
Azure DevOps: Resolve Merge Conflicts with Pull Request Extension
Mar 27, 2024.
In this article, we are going to learn how to resolve git merge conflicts within Azure DevOps by using an Azure DevOps Marketplace extension called Pull Request Merge Conflicts.
Mail Merge in Outlook - Simplest Guides for You
Feb 29, 2024.
Explore methods to mail merge in Outlook. Get the best manual and programmatically approach to performing mail merge in Outlook.
Conditional INSERT, UPDATE, DELETE with MERGE Query
Sep 04, 2023.
The MERGE statement is a versatile SQL command used for conditional INSERT, UPDATE, or DELETE operations, streamlining database management tasks efficiently in a single query.
Source Control (4-9-3), Git - Merge in Concept
Aug 14, 2023.
This article discusses the Merge for Git.
Source Control (4-9-2), Git - Merge in Client Side
Aug 01, 2023.
Explore a comprehensive series of articles on Source Control, ranging from standalone apps like MS SourceSafe to web services like GitHub, Azure DevOps, and Git. Understand merging methods, integration, and comparisons for effective version control.
Source Control (4-9-1), Git - Merge in Server Side
Jul 31, 2023.
This article discusses the Merge for Git.
Pull Sooner And Merge Faster In VS Code
Mar 15, 2023.
The key to faster merging is to pull sooner! Here is how you can make sure you’re always up to date with your remote and reduce the chances of conflicts.
3 Ways To Merge Arrays In JavaScript
Mar 06, 2023.
An array is a data structure representing an ordered collection of indexed items. In this article, we'll go over 3 different ways to merge arrays in JavaScript.
Instant Merge Conflict Detection In VS Code
Mar 06, 2023.
Would you like to know if your branch has conflicts before you go to merge it in? ??
How To Use SQL MERGE Statement
Jan 10, 2023.
In this article, you will learn how to use the SQL MERGE Statement.
Git - Error - Refusing To Merge Unrelated Histories
Aug 13, 2022.
In this article, we show how to overcome Git errors and merge unrelated histories.
Early Merge Conflict Detection Across All Branches In VS Code
Aug 03, 2022.
We are happy to announce that GitLive's flagship feature, early merge conflict detection, now works across all branches in VS Code!
Can You Resolve Merge Conflicts Before They Happen?💥
Jun 16, 2022.
Solving merge conflicts is fun! - said no one ever. Nobody likes them, but it doesn’t change the fact that they are, well, part of the job. In this short post, I would like to briefly explain where they come from, show how to solve them and as an added bonus, suggest a solution to potentially avoid them in the first place!
Cinchoo ETL - Merge Different CSV Files Into One Large CSV File
Nov 04, 2021.
In this article, you will learn how to merge different CSV files into one CSV file using Cinchoo ETL.
SQL Server Merge Statement
Jul 16, 2021.
In this article, you will learn about the SQL SERVER MERGE statement.
Tips And Tricks To Merge Two Power BI Reports
May 24, 2021.
This article describes steps to merge Power BI report files into a single reports.
Convert HTML, Merge PDFs And Adobe Sign Approval Using Power Automate
May 07, 2021.
In this article you will learn how we can implement functionalities like Converting Html, Merge Pdfs and Adobe Sign Approval using the Inventory Approval Scenario
How To Split Or Merge Word Documents In Java
Sep 30, 2020.
In this article, you will learn how to Split or Merge Word Documents in Java.
How To Generate Reports From Merge Table In Power BI
Jul 03, 2020.
In this article you will learn How to Generate Report from Merge Table in Power BI.
How to Perform a Mail Merge in a Word Document in Java
Apr 09, 2020.
In this article, you will learn how to perform a mail merge in a word document in Java.
Mail Merge In Aspose C#.NET
May 17, 2019.
In this article, you will learn about mail merge in Aspose C#.NET.
Re-Execute Test-Cases And Merge The Robot Framework Reports Via Jenkins
Aug 17, 2018.
Randomness is important but sometimes it is clumpy, especially when it comes to code debugging or report analysis. It's sucks when overall results get affected just because of a few random failures which you can't control (or might just don’t want to kill or fix due to some vigorous reasons and priorities factors on your machine), in these case 'a second chance' can fix a huge part of your reports and overall testing result.
How To Merge Upstream Repository Changes With Your Fork Repository Using Git
Aug 08, 2017.
In this article, we will talk about how to merge original/upstream repository changes with your fork repository using Git.
Semantic Merge Emerges (from Beta)
Nov 12, 2015.
In this article you will learn the following, Semantic Merge Emerges (from Beta).
Mail Merge in Word 2013
Apr 20, 2015.
Hi all, in this article you will learn about Mail Merging in Word 2013.
Object Mappers - Merge Objects Together
Apr 07, 2015.
The idea of an object mapper is quite simple. It's like a merge 2 objects into one single object.
Uses of Merge Statement in SQL Server
Feb 16, 2015.
This article explains the Merge Statement in SQL Server.
How To Merge Source Code Generated by AppStudio
Jan 07, 2015.
This article shows how to merge source code from a generated application created by Windows App Studio.
How To Merge Two DataTables Into One Using C#
Dec 27, 2014.
In this article we learn how to merge two DataTables in C#.
How To Merge Records From One DataTable Into Another Datatable
Sep 13, 2014.
In this article, we will see how to merge records from one DataTable into another.
Solutions to Merge Multiple Excel Worksheets Into One
Jan 21, 2014.
In this article you will learn about 4 ways to merge multiple Excel Worksheets into one.
Split and Merge Strings in C# Windows Form Application
Mar 09, 2013.
In this article I will describe how to split and merge string value in windows form application in c#.
Understanding the Object Repository Merge Tool in QTP in Testing
Jul 14, 2012.
In this article we discuss how to use the Object Repository Merge Tool
Oracle MERGE Statement - Quick Catch Up
Mar 14, 2012.
In this article we have to describe the Oracle merge statement.
SQL Server Integration Services (SSIS) - Merge Join Transformation in SSIS
Apr 25, 2011.
In this article we are going to see how to use the Merge Join Transformation in SSIS packaging. This is part 52 of the series of articles on SSIS.
SQL Server Integration Services (SSIS) - Merge Transformation (Setting Sorting) in SSIS
Apr 25, 2011.
In this article we are going to see how to set the sorting properties of the merge transformation. This is part 51 of the series of articles on SSIS.
SQL Server Integration Services (SSIS) - Merge Transformation in SSIS
Apr 24, 2011.
In this article we are going to see how to use Merge transformation in SSIS Packaging. This is part 50 of the series of articles on SSIS.
Read All Text Files in a Folder and Merge Into an aspx Page
Apr 04, 2011.
In this article I am gathering all text files from a folder and merging them into a single aspx page. In this article I am using 45 text files; they are first read then combined into an aspx page; it's a fast way to assemble all files into a webpage.
Split and Merge files in C#
Apr 01, 2011.
This example shows how to split and merge files in C# .Net.
Sending Multiple emails using Mail Merge and SMTP using ASP.NET and C#
Jun 26, 2007.
This utility is used to send emails to multiple users by using the Mail Merge functionality and SMTP. The prerequisite for the same is that the DataGrid should be populated with the list of the desired recipient's email addresses.
Mail Merge Program - Part 2
Mar 21, 2001.
This is a simple mail merge program (Part 2). This program reads from the access database (by default) from a specified table.
Mail Merge Program
Mar 16, 2001.
This is a simple mail merge program. This program reads from 3 different text files (by default) and merge all the info to produce mail documents.
Merge Two Sorted Linked Lists – DSA Problem Explained
Jan 19, 2026.
Master the 'Merge Two Sorted Linked Lists' problem! Learn the two-pointer and recursive solutions with clear explanations, code examples, and edge case handling.
Why Microsoft Merged Startup.cs and Program.cs in .NET 6: A Complete Explanation
Dec 02, 2025.
Discover why .NET 6 merged Startup.cs into Program.cs! Streamlined bootstrapping, reduced boilerplate, and improved performance for modern ASP.NET Core apps.
Merge two arrays
Oct 29, 2025.
Learn how to merge two arrays in C# using ASP.NET with this real-time example. Includes code, explanation, and input/output examples. Perfect for beginners!
Understanding Sorting Algorithms: Bubble, Merge, and Quick Sort
Oct 13, 2025.
Explore fundamental sorting algorithms: Bubble Sort, Merge Sort, and Quick Sort. Learn how these algorithms arrange data for efficient searching and processing. Understand their time and space complexities, advantages, and disadvantages. Discover real-world applications in databases, search, and machine learning. Choose the right algorithm for optimized performance and efficient data management.
Merge Two Sorted Linked Lists – Step-by-Step Guide
Aug 12, 2025.
Learn how to merge two sorted linked lists into one sorted list using an easy step-by-step approach. This beginner-friendly guide covers the definition, problem statement, iterative and recursive solutions, detailed explanations, and Java code examples.
The Ultimate Guide to Managing Git History: Merge, Rebase, Squash
Jul 26, 2025.
Master Git history like a pro with this ultimate guide. Learn the differences between merge, rebase, and squash, when to use each, and how to keep your commit history clean and efficient.
Source Control (5-3), GitHub Merge: in GitHub, GitHub Desktop, Visual Studio
Mar 08, 2025.
This article is to discuss merge in GitHub
MERGE Stored Procedures in SQL Server
Apr 15, 2024.
In this article, I present how to use the MERGE statement in a stored procedure to merge a single record and how to use it to merge a list of records by using Table-Valued parameters in SQL Server.
Merge Multiple JSON files via Synapse / Data Factory Pipelines
Sep 20, 2023.
Merge Multiple JSON files via Synapse/Data Factory Pipelines
Source Control (4-9), Git --- Merge: Fetch, Pull, Push and Sync
Jun 01, 2023.
This article discusses DevOps Merge: Fetch, Pull, Push and Sync
Merge Multiple Word Files Into Single PDF
Oct 21, 2022.
In this article, you will see how to merge multiple word files into a single pdf using Itextsharp in c#.
Source Control (2-2), TFS - Merge
Feb 10, 2022.
This article discusses the Merge for TFS.
Merge Statement In SQL
Feb 26, 2021.
Merge Statement is a very popular clause in SQL. It handles Insert, Update and Delete in a single query no need to write different logics for each.
Merge Multiple Pdfs Into A Single Pdf Using ItextSharp
Jan 27, 2021.
Merge multiple PDFs into one using iTextSharp in C#. Utilize PdfReader to read input PDFs, PdfWriter to write merged PDF, and MemoryStream for efficient processing. Ensure proper error handling for robust PDF manipulation.
Merge Multiple PDF Files Into Single PDF Using Itextsharp In C#
Jan 07, 2021.
Learn how to merge multiple PDF files into a single document using iTextSharp in C#. This article provides a step-by-step guide, including downloading the iTextSharp library, implementing the merging function, and handling file management tasks like deleting existing files. Discover how to streamline your reporting processes by combining multiple PDF exports into one convenient document, improving efficiency and user experience. Explore alternative PDF libraries like IronPDF for HTML to PDF conversion.
Merge Two Tables In Power BI
Jul 02, 2020.
In this article, you will learn about joins of Two Tables in Power BI.
Merge Rows Using iTextSharp
May 10, 2018.
Let’s discuss iTextSharp and how to use it in C# programming.
What Is Merged Reality
Nov 24, 2016.
Merged reality was announced by Intel.
Merge Two SQLite Databases In Windows Runtime Apps
May 13, 2016.
In this article, we will learn how to merge two SQLite databases in Windows Runtime Apps.
Merge Smarter With Semantic Merge
Oct 31, 2015.
In this article you will learn how to merge smarter with semantic merge.
Merge Multiple CSV Files With Same Header Using Windows PowerShell
Sep 29, 2015.
Merging multiple CSV files with the same header using Windows PowerShell involves importing each CSV file, combining their contents while preserving the header, and exporting the consolidated data into a single CSV file.
Merge Multiple Arrays Into One in jQuery
Aug 18, 2015.
This article explains how to merge multiple arrays into one array using JQuery.
Merge Statement Using XML Data in SQL Server
Apr 03, 2015.
This article explains the Merge statement in SQL Server. With the Merge statement we can merge the data from a source table into a target table.
SemanticMerge and C#
Dec 27, 2014.
This article provides a sneak peek at the power behind SemanticMerge that is designed to help you focus on development and avoid the time-consuming tasks associated with merging your code.
Reading Merged Cell From Excel Using Microsoft.Office.Interop.Excel in C#
Nov 14, 2014.
This article describes how to read an Excel file that has merged columns within it.
Reading Merged Cell From Excel Using Bytescout.SpreadSheet in C#
Jun 11, 2014.
This article describes how to read an Excel file that has merged columns within it.
Merge Statement With DML Operations in SQL Server
Jul 10, 2013.
This article defines how to insert, update and delete records in a database table using the merge statement in SQL Server.
Merge Sort in JAVA
Apr 01, 2013.
In today's article we discuss the Merge Sort using Java.
Merged Array in Windows Store App
Feb 27, 2013.
In this article I explain how to merge two arrays in a Windows Store app.
Merged Table Cells in Word 2013
Nov 14, 2012.
This article describes how to merge table cells in Word 2013.
Merge Cells Columns in Row of GridView in VB.NET
Nov 09, 2012.
In this article we will be able to merge GridView cells ,columns in GridView rows.
Merge Statement in SQL Server 2012
Sep 12, 2012.
Here, you will see how to perform insert, update, or delete operations on a target table based on the results of a join with a source table using a merge statement.
Merge Two Datatable Columns and Bind to ComboBox Control
Jul 28, 2012.
In this article, let us see how to bind a combobox with various columns from various datatables.
Merge the Content of DataSets in ASP.NET
Jun 17, 2012.
This article shows the use of the Merge() method in C# to merge two or more DataSet objects that have largely similar schemas to exist in the same Data Container.
Merge Same Data Column in Gridview
Apr 06, 2011.
In this article is code to merge columns & cells in a Gridview
Merge 2 XML files into single XML using C#
Mar 17, 2011.
This article gives a basic idea on how to merge 2 XML files into a single XML using C#.
Merge Two Files with C#
Apr 11, 2008.
This article tells you how to merge any two files, whether it is text or video irrespective of the content type and size of the file.
File Merger and Splitter in C#
Apr 10, 2001.
This program can break up a large file into several files AND merge those files back into one single large file.
Apache Hudi Explained: Incremental Data Processing for Modern Data Lakes
Jul 16, 2026.
Learn how Apache Hudi enables incremental processing, updates, deletes, and change data capture to build scalable and efficient modern data lakes.
Difference Between Object.is and Object.assign in JavaScript
May 12, 2026.
Unlock the nuances of JavaScript objects! This guide clarifies Object.is() for precise value comparisons and Object.assign() for efficient object merging and cloning.
Flattening a Linked List
Apr 27, 2026.
Master linked list flattening! Learn to merge sorted sub-lists using recursion and the merge sort pattern. Conquer vertical + horizontal pointer problems effectively. Dive into the Java solution!
Merging and Appending Queries in Power BI
Feb 23, 2026.
Learn the difference between merging and appending queries in Power BI! Combine tables effectively by adding columns (merge) or rows (append). Master Power Query!
Combining and Merging Datasets with PT-SLMs for Business
May 16, 2025.
Private Tailored Small Language Models (PT-SLMs) help businesses unify complex datasets by understanding context and semantics, reducing manual work, improving data accuracy, and enabling smarter analytics and decision-making.
The Spread Operator in JavaScript
May 04, 2025.
The spread operator (...) in JavaScript lets you quickly expand arrays or objects into individual elements. This article covers how to use it for copying, merging, and passing values, with real examples and common pitfalls explained.
Merging Two Arrays in Java with Code
Jan 22, 2025.
This article explores merging arrays in Java, covering efficient techniques like `System.arraycopy()`, manual iteration, Java Streams, and ArrayList, with code examples to suit various programming needs.
How to Keep SQL Server Table Columns in Sync
Sep 19, 2024.
how to keep columns in sync across SQL Server tables using efficient methods like triggers, SQL scripts, and the MERGE statement.
Understanding Git and GitHub: What's the Difference
Jun 02, 2024.
Explore the fundamental distinction between Git and GitHub in this comprehensive guide. Git, a distributed version control system, empowers developers to manage code locally. In contrast, GitHub serves as a centralized platform for hosting Git repositories, facilitating collaboration, code review, and project management.