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)
Nakkeeran Natarajan(5)
Sandhiya Priya(4)
Alkesh Bijarniya(4)
Dhruvin Shah(3)
Nanddeep Nachan(3)
Vinoth Rajendran(3)
Vijay Prativadi(3)
Aarav Patel(2)
Jignesh Trivedi(2)
Rajesh Gami(2)
Jayraj Chhaya(2)
Saurabh Prajapati(2)
Jignesh Kumar(2)
Nandan Hegde(2)
Alagunila Meganathan(2)
Allam Purushotham(2)
Chandani Prajapati(2)
Munesh Sharma(2)
Saad Mahmood(2)
Raghunath Bhukan(1)
Prachi Sarkar(1)
Nidhi Sharma(1)
Riya Patel(1)
Mahesh Chand(1)
Abiola David(1)
Shiv Sharma(1)
Ravinder Singh(1)
Aradhana Tripathi(1)
Vinay Ayinapurapu(1)
Shilpa Tanwar(1)
Anuradha Rani (1)
Sudhir Vaghela(1)
Abhishek Saini(1)
Ayushi Jain(1)
Mithilesh Tata(1)
Gajendra Jangid(1)
Jithu Thomas(1)
Sanwar Ranwa(1)
Khoday Akilesh(1)
Tural Suleymani(1)
Ashish Bhatnagar(1)
Ziggy Rafiq(1)
Mukesh Nailwal(1)
Vitalii Honcharuk(1)
Madhan Thurai(1)
Ankan Ghorai(1)
Nikunj Satasiya(1)
C# Curator(1)
Kunj Sangani(1)
Jayakumar Balasubramaniam(1)
Shrikant Upreti(1)
Monica Rathbun(1)
Sumit Gupta(1)
Code Alone (1)
Vivek Kumar(1)
Mahender Pal(1)
Prasanna Murali(1)
Kishore Chowdary(1)
Suresh M(1)
Anil S(1)
Rahat Yasir(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.
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.
How to use SharePoint List Input Tool in Alteryx
Jan 16, 2025.
Use Alteryx Designer to connect to SharePoint lists across versions (2007 to SPO). Configure the SharePoint Site URL, and credentials, and select the desired list and view. Filter data, limit records, and export to Excel using the output tool.
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.
How to Create Scrollable Screen?
Jul 25, 2024.
Learn how to create and manage scrollable screens in your project, enhancing user experience with full-screen scrolling. This guide covers adding and configuring scrollable screens, managing control alignment, and handling dynamic content like galleries.
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.
Sharepoint Framework Property Pane
Jun 28, 2024.
SharePoint Framework (SPFx) offers a client-side model for developing web parts and pages in SharePoint, leveraging modern web technologies and supporting seamless integration with SharePoint data.
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.
Layering Objects using Selection Pane
May 25, 2024.
The "Layering Objects using Selection Pane" tutorial guides users on how to efficiently organize and manage objects in PowerPoint presentations. Learn to control the visibility, order, and arrangement of elements, enhancing your design workflow.
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.
Show Dynamics 365 Account Contacts in Side Panel HTML Table
Feb 05, 2024.
In the Account Entity Form, we are showing the Account Related Contact in the Side Pane using an HTML Page. Learn how to create a JavaScript web resource to load promotions in Microsoft Dynamics 365 using the Xrm API. Additionally, build an HTML web resource for displaying related contact information in a table.
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.
Side Pane with Entity Form in Dynamics 365
Jan 04, 2024.
In Dynamics 365, the "Side Pane" typically refers to a section or area within an entity form where related or additional information is displayed. This section might contain related records, quick views, I frames, or web resources.
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
Message Panes and Confirm Panes in Advance JFC
Jul 11, 2023.
Of all the options panes, the easiest option pane to create is a message pane. And Confirm pane is slightly different from the message option pane. This type of pane is used to request a decision from the user.
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
Implementation Of ListPicker And Associated FieldPicker In Property Pane Of SPFx⚓
Jun 15, 2021.
In this article, you will learn how to implement ListPicker and Associated FieldPicker in Property Pane of SPFx?.
Working With SPFX Property Pane
Apr 03, 2021.
In this article, you will learn how to Work with Spfx Property Pane.
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.
Show/Hide Property Pane Component Based On Another Component's Value In SPFX
Nov 28, 2020.
In SharePoint Framework (SPFX), customize property panes by dynamically showing or hiding components based on the values of other components. Utilize React's conditional rendering for efficient UI control and enhanced user experience in web part development.
SPFx Cascading Dropdown In Property Pane
Oct 24, 2020.
In this article, we will see how to implement a cascading dropdown in the property pane using PnP React controls and PnP JS.
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 Use PropertyFieldCollectionData In SPFx Property Pane
Jun 22, 2020.
This article will help us understand how to use PropertyFieldCollectionData in SPFx Property Pane.
How to Detect Text Change Event in SPFx Property Pane Text Field
May 27, 2020.
In this article, let’s discuss how to detect the text change event in the SharePoint Framework Property pane text field and update the adjacent fields based on the new text value.
SharePoint Framework Webpart Property Pane Configuration With Custom Properties
Mar 16, 2020.
In this article, you will learn about Modern SharePoint Framework web-part provide configurable property pane to allow end user to enter their own values.
Customize Power BI Theme Without JSON: Part Two
Dec 26, 2019.
Explore advanced Power BI JSON customization options including text, visual, page, and filter pane properties. Learn to format text, backgrounds, borders, headers, tooltips, and more for enhanced report customization.
Comparing Execution Plans In SQL Server
Jun 20, 2019.
SQL Server Management Studio (SSMS) allows easy comparison of execution plans, aiding in identifying performance discrepancies. Users can compare .sqlplan files, highlighting differences in query operators, costing, and CPU consumption.
SharePoint Framework - Build Custom Controls For Web Part Property Pane
May 23, 2019.
In this article, we will build custom controls for property pane and will develop a list dropdown selection property pane.
PnP Property Pane Controls For SharePoint Framework
May 14, 2019.
In this article, we will explore various property pane controls offered by PnP that we can just install and start using in our solution.
Dynamics CRM Power Pane
May 12, 2019.
In this article, you will learn about Dynamics CRM Power Pane Extension of Google Chrome.
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.
SharePoint Framework - Introduction To Web Part Property Pane
Jul 26, 2018.
In classic SharePoint, web parts can be configured using the properties, generally referred as WebPart properties. In the SPFx world they are referred as property panes. The property panes allows to control behavior and appearance of web part.
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.
Power BI New Feature - Bookmarks Pane In Power BI (Preview Feature)
Oct 27, 2017.
Microsoft recently added one interesting feature in Power BI - the Bookmarks Pane. This is an amazing preview feature rolled out by Microsoft during this October update. In this article, we will learn about Bookmarks Pane in Power BI.
New Power BI Feature - Selection Pane In Power BI (Preview Feature)
Oct 26, 2017.
Microsoft recently added one interesting feature in Power BI, i.e., Selection Pane. In this article, we will elaborate its features in a deep manner.
SPFx Property Pane Configuration Options
Jun 19, 2017.
Let us see the options available for SharePoint framework web part property pane configurations.
Render SPFx Properties Pane Based On List Data
Jun 18, 2017.
Let us see how to render the SharePoint Framework web part properties pane dynamically using SharePoint list data.
Adding Custom Properties To SPFx Web Part Properties Pane - Part Two
Feb 05, 2017.
In this article, you will learn how to define and add custom properties to SPFx Web part properties pane.
Adding Custom Properties To SPFx Web Part Properties Pane - Part One
Feb 02, 2017.
In this article, you will learn the basics of creating a custom pane property definition file. This helps with adding custom properties to SPFx web part properties pane.
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#.
Adding Slider Property To SPFX Web Part Properties Pane
Jan 27, 2017.
In this article, you will learn how to add slider property to SharePoint Framework Web part properties pane.
Social Pane Enhancements In Dynamics 365
Nov 30, 2016.
This article is about social pane enhancement in Dynamics 365.
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.
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 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.
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.
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 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