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)
Sandhiya Priya(4)
Jignesh Trivedi(4)
Alkesh Bijarniya(4)
Mahesh Chand(3)
Vinoth Rajendran(3)
Aarav Patel(2)
Rajesh Gami(2)
Jayraj Chhaya(2)
Saurabh Prajapati(2)
Jignesh Kumar(2)
Nandan Hegde(2)
Alagunila Meganathan(2)
Praveen Sreeram(2)
Munesh Sharma(2)
Saad Mahmood(2)
Raghunath Bhukan(1)
Prachi Sarkar(1)
Nidhi Sharma(1)
Riya Patel(1)
Abiola David(1)
Saurav Kumar(1)
Shiv Sharma(1)
Aradhana Tripathi(1)
Babita (1)
Vinay Ayinapurapu(1)
Shilpa Tanwar(1)
Abhishek Saini(1)
Mithilesh Tata(1)
Gajendra Jangid(1)
Jithu Thomas(1)
Sanwar Ranwa(1)
Khoday Akilesh(1)
Tural Suleymani(1)
Hussin Mahmoud(1)
Ziggy Rafiq(1)
Mukesh Nailwal(1)
Vitalii Honcharuk(1)
Nikunj Satasiya(1)
C# Curator(1)
Manoj Kalla(1)
Code Alone (1)
Sundaram Subramanian(1)
Amaresh Shirsat(1)
Vivek Kumar(1)
Prasanna Murali(1)
Kishore Chowdary(1)
Suresh M(1)
Anil S(1)
Rahat Yasir(1)
vignesh arulmani(1)
Joginder Banger(1)
Chigicherla Mallikarjuna(1)
Sreekanth Mohan(1)
Mahesh Alle(1)
Sharad Gupta(1)
Resources
No resource found
Split Array into Minimum Subsets
Jul 29, 2026.
Split an array into minimum subsets of consecutive numbers. Count starting points efficiently using a HashSet for O(n) time complexity.
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.
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 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.
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!
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.
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.
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.
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!
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.
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.
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.
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.
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.
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.
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.
What Is the Role of a Professional Tester in Agile?
Sep 22, 2025.
Discover the multifaceted role of a professional tester in Agile development. Beyond bug detection, they are quality advocates actively involved in sprint planning, user story refinement, and continuous integration. Learn how testers ensure quality through early testing, automation, and representing the user's voice, contributing to faster releases and improved software.
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.
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.
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.
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.
Top AI Tools for Testers
Oct 30, 2024.
Artificial Intelligence (AI) revolutionizes software testing by automating repetitive tasks, enhancing accuracy, and expediting the testing process. It enables testers to generate test cases, detect defects swiftly, and analyze data effectively.
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.
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.
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.
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.
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.
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.
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.
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.
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 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.
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
A Template and Guidelines for Software Testing
Jun 23, 2023.
This articles gives interesting information about software testing and elaborates on important guidelines for software testers.
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!
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
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
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
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.
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 Add Beta Testers To Test An Alexa Skill
Aug 17, 2020.
Learn how to add a list of beta testers to your Alexa skill to test the skill.
Create Custom / User Defined Web API GET Method And Test In Talend API
Jan 20, 2020.
In this article you will learn about user Defined GET method and test in Talend API Tester.
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.
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.
Key Skills For Software Testers
Dec 14, 2017.
In this article, I have shared some important skills required for software testers.
This Will Help Manual Testers Not Get Fired
Jul 25, 2017.
Development methodologies like Agile, DevOps, Test Driven Development, Continuous Testing and Continuous Deployment etc. have replaced software development approaches that put testing at the end of development. The one common thread across these development methodologies is that testing is now placed in the heart of software development. That, and test automation has been an instrumental enabler of these methodologies.
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#.
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.
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.
Azure DevTest Lab: Administration - Add Developer Or Tester To The Lab
Jun 05, 2016.
In this article, we will learn how to add a developer or a tester with a valid Microsoft Account to the DevTest Lab.
Azure DevTest Lab: Review Policies As DevTest Lab Users - Developers Or Testers
Jun 05, 2016.
In this article, we will learn how a developer or a tester can Opt-out or Opt-in from DevTest Lab global policies, Auto Shut Down and Restart respectively.
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.
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.
SplitView Control in Universal App Platform - Part 1
Aug 26, 2015.
This article describes SplitView Controls in the Universal App Platform (UAP).
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.
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 Update Data
May 22, 2015.
This article shows how to do table splitting and update 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 Select Data
May 21, 2015.
This article shows how to do table splitting and select data operations.
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 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 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 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.
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 .
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.
Understanding Windows Store App Types
Jul 29, 2014.
From this article you will understand Windows Store App Types.
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.
Reverse Words of a String in C#
Apr 24, 2013.
In this article, I explain how to reverse full string content with the help of c#.