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]
Niharika Gupta(9)
Sandhiya Priya(4)
Alkesh Bijarniya(4)
Vijayaragavan S(4)
Vijay Prativadi(4)
Rajesh Gami(3)
Logesh Palani(3)
Khawar Islam(3)
Vinoth Rajendran(3)
Riya Patel(2)
Aarav Patel(2)
Jignesh Trivedi(2)
Jayraj Chhaya(2)
Saurabh Prajapati(2)
Jignesh Kumar(2)
Nandan Hegde(2)
Alagunila Meganathan(2)
C# Curator(2)
Mohammad Irshad(2)
Munesh Sharma(2)
Saad Mahmood(2)
Raghunath Bhukan(1)
Prachi Sarkar(1)
Nidhi Sharma(1)
Carl Walker(1)
Mahesh Chand(1)
John Godel(1)
Abiola David(1)
Shiv Sharma(1)
Aradhana Tripathi(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)
Ziggy Rafiq(1)
Abhishek Chadha(1)
Abhishek Tiwari(1)
Željko Perić(1)
Mukesh Nailwal(1)
Vitalii Honcharuk(1)
Nikunj Satasiya(1)
Dhairya Krishnat(1)
Rohit Kainth(1)
Code Alone (1)
Venkata Swamy Balaraju(1)
Umair Hassan(1)
Vivek Kumar(1)
Prasanna Murali(1)
Kishore Chowdary(1)
Saineshwar Bageri(1)
Suresh M(1)
Anil S(1)
Ethan Millar(1)
Rahat Yasir(1)
Govinda Rajulu Yemineni(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 Cell-Level Encryption in PostgreSQL
Mar 30, 2026.
Protect sensitive data in PostgreSQL with cell-level encryption! Learn how to implement it step-by-step for GDPR compliance and enhanced security. Keep your data safe!
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.
Top Fixes for the “Too Many Different Cell Formats” Error in Excel
Jan 31, 2026.
Resolve the "Too Many Different Cell Formats" error in Excel! This guide offers practical solutions, from removing excessive formatting to using repair tools. Get your Excel files working smoothly again!
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
Bio-Robots: Living Machines Built From Human Cells
Dec 09, 2025.
The future of bio-robots is both exciting and uncertain. As research progresses, we can expect more advanced bio-robots that are more adaptable, capable, and efficient. There could also be significant developments in human-robot interactions, especially if bio-robots become more integrated into our everyday lives.
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.
AI Biocomputing: Where Wetware Meets Software
Oct 31, 2025.
AI biocomputing merges AI & biology, creating programmable cells & therapies. It designs living systems for computation, offering in-body solutions & more.
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.
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.
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
Highlight Cells Using Conditional Formatting in Excel in Java
Apr 26, 2023.
This article provides a comprehensive guide on using Conditional Formatting in Excel spreadsheets using Free Spire.XLS for Java library. It covers six examples of how to highlight cells using conditional formatting, including highlighting duplicate values, highlighting top/bottom 3 values, highlighting values above/below average, highlighting values between two numbers, highlighting every other row/column, and adding data bars to a cell range. The article also includes step-by-step instructions on how to install the Free Spire.XLS for Java library, prerequisite knowledge, and code examples for each of the six examples. By the end of the article, readers will have a solid understanding of how to apply conditional formatting to their Excel spreadsheets using Java.
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
Vibrate A Cell Phone In Javascript
Mar 02, 2023.
The VIbrate API allows vibrating the device if the API is supported by that device.
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
Reduce Spacing Between CollectionView Cell
May 13, 2022.
This article is about to reduce white spacing between CollectionView cells.
How To Wrap Words In DataGridView Cell
Apr 26, 2022.
This article explains how to wrap words inside data grid view cell, and change cell height while typing in text.
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.
Conditional Formatting With Background Color Of Cell In Power BI
Nov 12, 2020.
In this article, you will learn about conditional formatting with the background color of cellin power BI.
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.
Custom Table View In Xamarin iOS
Feb 17, 2020.
TableView and their default cell behaviors. Now, we going to learn about how to use a custom table view cell in TableView.
Table View In Xamarin iOS - Part Two🚀
Dec 16, 2019.
Part Two of Xamarin.iOS TableView series explores TableViewSource and its methods like GetCell and RowsInSection, essential for populating and managing table view data. Dive into Model-View-ViewModel (MVVM) architecture, data binding, and Xamarin.Forms compatibility.
Merging Different Row Cells Into One In SQL
Sep 12, 2018.
This article is about merging different row cells into one for the purpose of reporting. Sometimes we need to customize according to the client’s requirements.
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.
How To Set Corner Radius For View, Layout, Cell (Grid, Stack, Listview) In Xamarin.forms
Mar 21, 2018.
This article describes how we can set Corner Radius for Control or View or Layout.
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.
Custom Cells In TableView In Xamarin.iOS Application
Jan 23, 2018.
In this article, we will use TableView using custom cells in Xamarin. We have an application with the table view having a list of employees with the required details.
Swipe Table Cell To Perform RowAction In TableView In Xamarin.iOS
Jan 22, 2018.
In this article we will learn how to create an IOS application using Xamarin. We will learn how to add and work with table view and its row swipe action. We will have a table of content and we will swipe the row to left to perform an action.
Xamarin.Forms - Design Switch Cell With Table View Application Using Visual Studio 2017
May 03, 2017.
This article enlightens you on designing switch cell with Table View Application, using Visual Studio 2017.
Practical Guide For ListView Cells In Xamarin.Forms
Apr 26, 2017.
Practical Guide For ListView Cells In Xamarin.Forms
Text Cell In Xamarin.Forms Application For Android And UWP
Feb 17, 2017.
In this article, you will learn how to use Text Cells with Table View in Xamarin Forms application for Android and Universal Windows Platform.
Entry Cell In Xamarin.Forms Application For Android And UWP
Feb 16, 2017.
In this article, you will learn how to use Entry Cells with Table View in Xamarin Forms application for Android and Universal Windows Platform with XAML and Visual C# in cross platform application development.
Switch Cell In Xamarin.Forms Application For Android And UWP
Feb 14, 2017.
In this article, you can learn how to use Switch Cells with Table View in Xamarin.Forms application for Android and Universal Windows Platform with XAML and Visual C#, in cross platform application development.
Image Cell In Xamarin.Forms Application For Android And UWP
Feb 09, 2017.
In this article, you will learn how to use Image Cells with Table View in Xamarin.Forms application for Android and Universal Windows Platform with XAML and Visual C# in cross platform application development.
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.
Creating Custom TableView Cells In iOS App
Jul 03, 2016.
In this article, you will learn how to create custom tableview cells in iOS app.
iPhone App Development: Set Image In Table View Cell - Day Three
Jun 11, 2016.
In this article you will learn how to set image in Table View cell in iPhone app development.
iPhone App Development: Dynamic Cell In Table View - Day Two
Jun 10, 2016.
In this article, you will learn about dynamic cell in table view in iPhone App development.
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.
Display Colorized Rows Or Cells Of WebGrid In ASP.NET MVC
Jan 15, 2016.
In this article we are going to learn how to color a row and cell in WebGrid.
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.
Auto Calculate Cell Value In HTML Table With ASP.NET MVC
Oct 30, 2015.
I will explain how to calculate all table cell values of 1 row and set the total in last cell using jQuery and JavaScript.
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).
Display Selected GridView Row Cell Values Inside jQuery Modal Dialog in ASP.NET
Aug 15, 2015.
This article explains how to show select GridView row cell values inside a jQuery Modal Dialog in ASP.NET.
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 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 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.