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]
Vijay Prativadi(13)
Niharika Gupta(9)
Satya Prakash(4)
Jignesh Trivedi(4)
Alkesh Bijarniya(4)
Mahesh Chand(3)
Vinoth Rajendran(3)
Sandhiya Priya(2)
Jayraj Chhaya(2)
Jignesh Kumar(2)
Alagunila Meganathan(2)
Saad Mahmood(2)
Rajesh Gami(2)
Saurabh Prajapati(2)
Nandan Hegde(2)
Munesh Sharma(2)
Aarav Patel(2)
Riya Patel(1)
Abiola David(1)
Shiv Sharma(1)
Aradhana Tripathi(1)
Mithilesh Tata(1)
Sanwar Ranwa(1)
Khoday Akilesh(1)
Ziggy Rafiq(1)
Mukesh Nailwal(1)
Vitalii Honcharuk(1)
C# Curator(1)
Code Alone (1)
Prasanna Murali(1)
Rahat Yasir(1)
Sreekanth Mohan(1)
Shubham Srivastava(1)
Karthikeyan Anbarasan(1)
Prachi Sarkar(1)
Abhishek Saini(1)
Jithu Thomas(1)
Nikunj Satasiya(1)
Vivek Kumar(1)
Kishore Chowdary(1)
Suresh M(1)
Anil S(1)
vignesh arulmani(1)
Joginder Banger(1)
Mahesh Alle(1)
Sachin Bhardwaj(1)
Shekhar Chauhan(1)
Gaurav Chauhan(1)
Vamshi Krishna(1)
sayginteh (1)
Raghunath Bhukan(1)
Nidhi Sharma(1)
Vinay Ayinapurapu(1)
Shilpa Tanwar(1)
Gajendra Jangid(1)
Tural Suleymani(1)
Chigicherla Mallikarjuna(1)
Resources
No resource found
How to Split One Large Image into Many Icons Using CSS
Feb 17, 2026.
Learn how CSS sprites boost website performance! Combine multiple images into one, then use CSS to display specific icons. Faster loading & consistent design!
When to Split Power BI Datasets and When Not To
Feb 03, 2026.
Learn when to split Power BI datasets for optimal performance and scalability. Avoid common pitfalls and ensure data consistency across your organization.
Should You Split a Recovery Phrase and Store It in Multiple Places?
Dec 30, 2025.
Splitting your crypto recovery phrase seems smart, but it often backfires! Learn why simple splits weaken security and increase the risk of permanent loss. Explore safer alternatives.
How to Split Columns Easily in Fabric Dataflow Gen2
Oct 01, 2025.
Learn how to easily split columns in Microsoft Fabric Dataflow Gen2 to transform unstructured data into a structured format for better analysis. This guide covers splitting columns by delimiters like commas and semicolons, enabling you to parse skills, locations, or product codes. Streamline your data preparation workflows and unlock valuable insights in Power BI and Fabric Lakehouse with this powerful transformation technique. Master Dataflow Gen2 for efficient data reshaping!
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.
How to Split a List into Batches Using the Chunk Method in C#
Mar 24, 2025.
Learn how to efficiently split a list into smaller batches using the Chunk method in C# This method, introduced in .NET 6, simplifies list processing by breaking large collections into manageable chunks.
Efficiently Splitting SharePoint Column Values Using Power Apps Split Function
Mar 20, 2025.
This article explores how to use the Split function in Power Apps to dynamically extract and display the first and last names from a full name stored in a SharePoint list's people picker column.
Conditional Split in SQL Services Integration Services (SSIS)
Dec 23, 2024.
Conditional Split in SQL Server Integration Services (SSIS) allows you to route data based on specific conditions within a data flow. It is used to direct data into different paths, enabling dynamic data transformation and filtering.
How to Split VCF File to Multiple Contacts
Mar 19, 2024.
Explore methods to split VCF (vCard) files into multiple contacts. Get the best solutions to easily split vCard files into multiple contacts on Windows and Mac.
How to Create a Logic App to Split PDF by Text
Feb 29, 2024.
In this article, we are going to learn about how to create a Logic App to split PDF by text. Create a Logic App to effortlessly split PDFs by text and store them in Dropbox using Azure Logic Apps. Follow the steps, connect PDF4me and Dropbox, and configure triggers and actions seamlessly.
Split Camel Case to Space using Angular Pipe
Dec 27, 2023.
Master the creation of an Angular pipe to effortlessly split camelcase text with spaces. Follow the prerequisites, and steps, and enhance your Angular app for improved readability.
How to use Power Automate to split a string into an array
Nov 06, 2023.
This article explains how to turn a string into an array using the Power Automate split function.
How To Split A String Using Backslash As Delimiter In C# With Code Examples
Apr 10, 2023.
Learn how to easily split a string in C# using a backslash delimiter with code examples, courtesy of Ziggy Rafiq's informative article. Master this essential skill today!
How To Split PST File In Outlook Manually
Nov 01, 2021.
Split PST file to enhance the performance of Outlook application so that you can easily access large Outlook PST file by splitting or breaking it.
Advanced Entity Framework Core Tips In Practice: Context pooling, Lazy vs Eager loading, Single vs. Split Queries, Tracking vs. No-Tracking Queries
Sep 22, 2021.
Advanced Entity Framework Core Tips In Practice: Context pooling, Lazy vs Eager loading, Single vs. Split Queries, Tracking vs. No-Tracking Queries
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.
Tabular Function To Split A Delimiter-Separated String To Rows With Their Position
Sep 06, 2018.
Split and convert a delimited string to a table with their position in SQL Server. The string contains words separated (delimited) by comma will be split into Table values.
Working With Split View Control In Universal Windows Application
Nov 25, 2016.
In this article, we will learn working with split view control in Universal Windows Application.
Windows 10 - Split View And Unleashing Hamburger Menu
Oct 22, 2015.
In this article you will learn about Split View and unleashing Hamburger Menu in Windows 10.
Universal Windows Platform Split View Control
Oct 01, 2015.
In this article you will learn about Universal Windows Platform Split View Control.
Windows 10 - Split View, Unleashing Hamburger Menu
Jul 06, 2015.
In this article you will learn Split view and unleashing a Hamburger Menu in Windows 10.
Conditional Split in SSIS
Jul 31, 2014.
This article gives an overview of Conditional split transformation in SSIS. This is used to route data rows to various outputs based on conditions. This is similar to a case statement in programming languages.
How to Split Number Into Digit in Windows Store App
Feb 08, 2013.
In this article I explain how to split numbers into digits in a Windows Store App.
How to Split a Cell of a Table in Word 2013
Oct 22, 2012.
This article describes ho to split a cell of a table in Word 2013.
Customized Split Application in Windows Store App
Jun 20, 2012.
To day we will create a customized split application in windows store App.
SQL Server Integration Services (SSIS) - Conditional Split Task in SSIS
Mar 24, 2011.
This is part of the series of article on SSIS where we shall see conditional Split Task in SSIS Package.
Split Array into Two Equal Sum Subarrays
Apr 23, 2026.
Learn how to efficiently determine if an array can be split into two contiguous subarrays with equal sums using the prefix sum technique. Optimal O(n) solution!
How to Improve React Application Performance Using Code Splitting
Mar 16, 2026.
Boost React app speed with code splitting! Learn how to divide large bundles into smaller chunks for faster loading, lazy loading, and improved user experience. Optimize your React app today!
How to Improve Web Application Performance Using Code Splitting?
Mar 06, 2026.
Boost web app performance with code splitting! Reduce initial load time by dividing code into smaller, on-demand bundles. Improve user experience and speed.
Best Practice for Splitting Fields in Power BI: A Practical Guide
Feb 23, 2026.
Master Power BI data shaping! This guide shows you how to split combined Month and Year columns using Power Query for better analysis and reporting. Optimize your data model!
Split Queries in EF Core : When and How to Use Them
Dec 16, 2025.
Split Queries in EF Core : When and How to Use Them
How to Improve React App Performance Using Code Splitting and Lazy Loading?
Dec 05, 2025.
Boost React app performance with code splitting and lazy loading! Learn how to use React.lazy, Suspense, and dynamic imports to optimize load times and UX.
SQL Server Data Federation (Split Big Tables Across Databases but Query as One)
Nov 21, 2025.
Scale SQL Server databases by splitting large tables across multiple physical databases while querying them as one. Improve performance, isolation, and flexibility.
Splitting Of Datasets in Machine Learning
Apr 23, 2025.
Splitting datasets is vital in machine learning to test model accuracy on unseen data. Common methods include train-test split, k-fold cross-validation, stratified k-fold, and time series split.
Split a String into an Array of Characters with No Delimiter in Azure Data Factory
Jul 09, 2024.
Explore splitting strings into character arrays without delimiters using Azure Data Factory or Synapse Pipeline with sequential For Each iterations and the Substring function for precise character extraction. Ideal for structured data processing in cloud environments.
How Can We Achieve Code Spliting in React Js?
Jun 21, 2024.
In this article, I explain how to make React applications faster by loading only the code that's needed at the moment. I talk about using methods like dynamic import(), React.lazy, and Suspense to load components when they're needed.
What Is Route-Based Code Splitting in React.js?
Mar 05, 2024.
Route-based code splitting in React.js enhances performance by loading only the necessary code for specific routes or pages. This technique is crucial for large applications with multiple routes, ensuring optimized loading times. To implement, use dynamic imports with React Router and wrap components in Suspense for a seamless user experience.
What Is Code-Splitting in React.js?
Mar 05, 2024.
Code-splitting in React is a technique to optimize application loading by splitting code into smaller chunks, loaded only when needed. Explore dynamic imports and React.lazy() with examples.
Difference between split(), match(), splice(), substring(), and substr() in JavaScript
Jan 24, 2024.
The article gives a brief idea about various string operations like split(), match(), splice(), substring(), and substr() in JavaScript.
Split And Store The Different Language Tweets In Blob Storage Using Azure Logic App
Dec 26, 2022.
In this article, we are going to learn about how to Split and Store the different language tweets in blob storage Using Azure Logic App
Split Alphabets From Alphanumeric String In SQL Server
Feb 03, 2021.
This article gives an explanation about how to split alphabets from the alphanumeric string in an SQL server. Here I'll also explain how to create a function in an SQL server.
Table Splitting In Entity Framework Core 2.0
Mar 06, 2018.
One of the major benefits of the Entity Framework is that our entity model does not need to match our database model. With Table Splitting, it is possible to map multiple entities to the single database table.
Splitting PDF File In C# Using iTextSharp
Jan 30, 2017.
In this article, we are going to learn how to split PDF files into multiple PDF files in C#.
Split Application Development Using JavaScript in Microsoft Visual Studio
Sep 21, 2016.
In this article, I have explained the steps to create an application for windows PC using Visual Studio without writing any code on your own or by surfing sites.
Table Splitting in Entity Framework
May 17, 2016.
Entity Splitting in Entity Framework involves mapping an entity across multiple database tables, aiding in organizing data and optimizing performance. Table Splitting divides a single table into two, enhancing data management. This process allows for efficient handling of related but distinct entity properties.
SplitView Control In Adaptive Triggers In Universal Windows Program - Part 3
Dec 20, 2015.
In this article you will learn about Split View Control in Adaptive Triggers in Universal Windows Program. This is Part 3 of the series.
SplitView Control With Submenu In Universal Windows Program - Part 2
Dec 20, 2015.
This article going to cover how to add menu & sub menu in the Hamburger Menu using SplitView control.
Windows 10 SplitView Hamburger Menu
Nov 27, 2015.
In this articles we are going to see how to create SplitView Hamburger menu in Windows 10 UWP app.
Splitting a PDF in .NET
Nov 11, 2015.
Explore efficient ways to split PDF files using .NET framework in C#. Discover step-by-step methods, libraries, and tools available in Visual Studio for seamless document processing. Master PDF manipulation techniques for better control and organization of your files.
SplitView Control in Universal App Platform - Part 1
Aug 26, 2015.
This article describes SplitView Controls in the Universal App Platform (UAP).
Table Splitting in ASP.Net
Jun 14, 2015.
In this article we will learn table splitting in entity Framework. Table Splitting is opposite of Entity Splitting.
Table Splitting Select Data Using Code First Approach
May 24, 2015.
This article shows how to do table splitting and select data operations using Code First Approach.
Table Splitting Delete Data Using Code First Apporach
May 24, 2015.
This article shows how to do table splitting and delete data operations using Code First Approach.
Table Splitting Update Data Using Code First Approach
May 24, 2015.
This article shows how to do table splitting and update data operations using Code First Approach.
Table Splitting Insert Data Using Code First Approach
May 24, 2015.
This article shows how to do table splitting and insert data operations using Code First Approach
Table Splitting Insert Data
May 22, 2015.
This article shows how to do table splitting and insert data operations.
Table Splitting Delete Data
May 22, 2015.
This article shows how to do table splitting and how to do a delete data operation.
Table Splitting Update Data
May 22, 2015.
This article shows how to do table splitting and update data operations.
Table Splitting Select Data
May 21, 2015.
This article shows how to do table splitting and select data operations.
Entity Splitting Insert Data Using Code First Approach
May 20, 2015.
This article shows how to perform Entity Splitting and later we will also look at how to perform an insert data operation using the Code First Approach.
Entity Splitting Select Data Using Code First Approach
May 20, 2015.
This article shows how to perform Entity Splitting and later we will also look at how to perform a select data operation using the Code First Approach.
Entity Splitting Update Data Using Code First Approach
May 20, 2015.
This article shows how to perform Entity Splitting and later we will also look at how to perform a update data operation using the Code First Approach.
Entity Splitting Delete Data Using Code First Approach
May 20, 2015.
This article shows how to perform Entity Splitting and later we will also look at how to perform a delete data operation using the Code First Approach.
Entity Splitting CRUD Operations
May 19, 2015.
This article shows how to do entity splitting and how to do various data operations.
Split String Lists Using Multiple Delimiters
Mar 16, 2015.
This is a small SQL Code snippet for splitting string lists into a table based on one or more delimiters.
Table Splitting in Entity Framework 6 (Code First Approach)
Feb 24, 2015.
Table Splitting in Entity Framework 6 (Code First Approach) allows multiple entity types to map to a single database table. This technique is useful for organizing related data within the same table, optimizing data access, and maintaining a clear domain model.
Entity Splitting in Entity Framework 6 (Code First Approach)
Feb 20, 2015.
This article explains Entity Splitting in Entity Framework 6 (Code First Approach) using C#.
Split String Value Behalf on Special Character in SQL Server
Nov 15, 2014.
In this article you will learn how to split a string value at a special character in SQL Server.
Complex SQL Queries With Split() Function in SQL
May 23, 2013.
In this article, you will learn about Complex SQL queries with the split() function in SQL.
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#.
Split View Controller in iPad
Dec 28, 2012.
In this article I will explain how to implement Split View Controller in iPad.
Split a Table Into Two or More Tables in Word 2013
Nov 14, 2012.
This article describes how to split a single table in two or more tables in Word 2013.
Creating a Sub-task by Splitting Parent's Issue in JIRA in Testing
Nov 09, 2012.
In this article we discuss how to create a sub-task by splitting the parent's issue in JIRA in Testing.
Splitting Actions and Setting Action Properties in Testing
Oct 05, 2012.
In this article we discuss how to split actions and set action properties.
Split and Merge files in C#
Apr 01, 2011.
This example shows how to split and merge files in C# .Net.
Split String In C#
Aug 22, 2010.
Learn how to split a string in C#. A string can be splitted in C# separated by a character delimiter, string delimiter, and an array of characters.
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.
How to Improve Website Loading Speed in React Applications
Mar 31, 2026.
Boost React website speed! Learn code splitting, lazy loading, image optimization, and more. Improve user experience and SEO with these simple steps and real examples.
How to Implement Lazy Loading in React for Performance Optimization?
Mar 23, 2026.
Boost React app performance with lazy loading! Learn how to implement it using React.lazy, Suspense, and Intersection Observer for faster load times and a better user experience.
How to Implement Lazy Loading in React Applications for Faster Load Time?
Mar 17, 2026.
Boost React app speed with lazy loading! Learn how to implement it using React.lazy, Suspense, and route-based code splitting for faster load times and better UX.
How to Optimize JavaScript Bundle Size Using Tree Shaking Techniques
Mar 17, 2026.
Reduce JavaScript bundle size and boost web performance with tree shaking! Learn how to eliminate unused code, optimize your builds, and improve user experience.
What Techniques Help Reduce Bundle Size in Modern JavaScript Applications?
Mar 11, 2026.
Optimize JavaScript bundle size for faster web apps! Learn code splitting, tree shaking, lazy loading, & more to boost performance & SEO. Global best practices included.
How to Optimize Frontend Performance in Large-Scale Web Applications
Mar 09, 2026.
Boost web app speed! Optimize frontend performance in large-scale applications. Learn techniques for faster loading, efficient rendering, and happy users.
Multi-Database Architecture in ASP.NET Core: Patterns, Strategies, and Best Practices
Feb 27, 2026.
Learn how to implement multi-database architecture in ASP.NET Core using read/write splitting, polyglot persistence, bounded contexts, and multi-tenant strategies. Discover real-world patterns, scalability techniques, and best practices for building high-performance enterprise applications.
How to Optimize React Apps for Top Performance in Production
Feb 20, 2026.
Boost React app performance! This guide covers optimization techniques: code splitting, memoization, bundle reduction, SSR, caching, and monitoring for production.
Why Does a React App Perform Slower in Production Than Development?
Jan 23, 2026.
React app slow in production? Discover why your React app lags after deployment! Learn optimization tips: code splitting, caching, and more for a faster UX.
Intelligent Query Router: Routing Reads to Replicas and Writes to Primary for High-Performance Systems
Nov 19, 2025.
Intelligent Query Routers boost system performance by routing reads to replicas and writes to the primary database. Achieve scalability and high availability.
What is Lazy Loading in React and How to Implement it.
Aug 20, 2025.
Lazy loading in React helps improve app performance by loading components only when they are needed. This article explains what lazy loading is, why it is important, and how you can implement it in a React project with code examples.
Personality Classification - By Supervised (Classification Learning)
Jun 05, 2025.
This project analyzes personality traits using social and behavioral data. It builds and compares models like SVM, XGBoost, and Neural Networks to predict introversion or extroversion with accuracy and efficiency.
Getting Started with React 18's createRoot API
Sep 10, 2024.
The createRoot API in React 18 revolutionizes application rendering by replacing ReactDOM.render. It integrates with React's Concurrent Mode, enhancing performance through better state batching and improved Suspense support.
Flow files from OneDrive to SharePoint
Aug 13, 2024.
Learn how to automate file movement from OneDrive for Business to SharePoint Online using Power Automate. Follow step-by-step instructions to set up workflows, configure actions, and streamline file management efficiently.
Optimizing Performance in Next.js
Aug 08, 2024.
Performance is crucial in web development, and Next.js offers several tools and strategies to ensure your application runs efficiently. This article covers essential techniques for optimizing performance in Next.js applications.
Name a few techniques to optimize Reactjs app performance
Jul 07, 2024.
Optimizing React app performance involves leveraging techniques like React. memo, useMemo, and use callback to minimize unnecessary re-renders. Employing code splitting via dynamic imports with React.lazy reduces initial load times, while virtualization libraries such as react-window optimize the rendering of large lists.
Merging Arrays within Synapse / Azure Data Factory Pipeline
Feb 07, 2024.
merging arrays in Azure Data Factory / Synapse pipelines. By utilizing functions like "join" to convert arrays to strings, "concat" to combine strings, and "split" to transform strings back to arrays, this solution ensures comprehensive data integration.
Optimizing Angular and C# Performance
Jan 31, 2024.
Discusses performance optimization techniques for Angular and C# applications, covering lazy loading, code splitting, server-side rendering, and backend performance improvements in ASP.NET Core.
KAFKA for Mere Mortals : Topics and Partitions
Sep 19, 2023.
This article describes what is topic and partition and how partitions are split across the brokers
Count Number Of Character Occurrences In A String Using JavaScript
Apr 04, 2023.
In this article, I am going to demonstrate various way to count number of character occurrences in a string javascript
Various Types of Transformations In SSIS-2012
Aug 04, 2014.
In this article you will see lists of various types of transformations in SSIS 2012 .
Understanding Windows Store App Types
Jul 29, 2014.
From this article you will understand Windows Store App Types.