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]
Sandhiya Priya(13)
Rohatash Kumar(2)
Ravinder Verma(2)
subramanya m(1)
Subash S(1)
Rajesh Gami(1)
Mahesh Chand(1)
Saurav Kumar(1)
Tuhin Paul(1)
Jefferson S. Motta(1)
Sumit Deshmukh(1)
Anubhav Chaudhary(1)
Zoran Horvat(1)
Nidhi Sharma(1)
Karthikeyan Anbarasan(1)
Ananya Desai(1)
Avnii Thakur(1)
Prakash Tripathi(1)
Veena Sarda(1)
Prabhakar Maurya(1)
Brad Patterson(1)
Resources
No resource found
How to Find the Maximum Volume Inscribed Ellipsoid
May 12, 2026.
Maximize the volume of an ellipsoid inscribed within a shape using mathematical optimization. Learn the formulation, algorithms, and R packages for this problem.
🚀 How to Optimize .NET Applications for Maximum Performance
Feb 16, 2026.
Boost .NET app performance! Learn proven strategies: architecture, database optimization, async, caching, memory, compression, monitoring, and smart deployment.
Optimizing Angular Bundle Size with ESBuild and Differential Loading for Maximum Performance
Nov 12, 2025.
Boost Angular app performance! Learn how to optimize bundle size using ESBuild and Differential Loading for faster load times and improved user experience. Target modern browsers effectively.
How to Combine ChatGPT and Copilot for Maximum Developer Speed
Oct 10, 2025.
Discover how to use ChatGPT and GitHub Copilot together for faster, smarter development. Learn the perfect workflow for full-stack developers who want to code, debug, and deploy with maximum efficiency in 2025.
How to Solve Sliding Window Maximum in Linear Time
Oct 01, 2025.
This article dives into solving this common problem in linear time, moving beyond the inefficient naive approach. Learn how to leverage the deque (double-ended queue) data structure for optimal O(n) performance. Discover real-world applications in stock analysis, signal processing, and system monitoring, and master a technique crucial for efficient data handling and high-performance solutions.
How to Find the Maximum Number in an Array: The Smart Way Insurers Detect Risk Outliers
Sep 30, 2025.
Discover how insurance companies use Python and NumPy to efficiently find the maximum claim amount in real-time, going beyond simple max() functions. Learn to identify high-risk outliers, detect potential fraud, and improve claim processing. This article provides practical code examples, performance tips, and best practices for building robust insurance tech systems that protect millions in reserves by analyzing claim data effectively.
Learn to Fix Bundle Initial Exceeded Maximum Budget
May 16, 2024.
Learn how to fix and then bundle initials that exceed the maximum budget. In Angular projects, the "initial exceeded maximum budget" error occurs when the bundle size surpasses limits set in angular.json. Learn to resolve this by adjusting size thresholds or optimizing build settings.
Change Maximum Size of Upload Document File in SharePoint Server 2013
Aug 28, 2015.
In this article you will learn how to change the maximum size of a Upload Document File in SharePoint Server 2013.
Minimunm Length and Maximum Length Validation Using AngularJS
Dec 27, 2013.
In this article I will tell you about Minimunm Length and Maximum Length Validation using AngularJS.
Efficient Implementation of Minimum and Maximum Functions with Application in GUI Design
May 18, 2011.
This article provides ready-to-use solutions to the problem and explains several examples where a proposed solution proves to be useful in practice.
Maximum Subset XOR (Java)
Jul 30, 2026.
Master Maximum Subset XOR in Java! Learn the efficient XOR Basis/Gaussian Elimination approach to solve this problem in O(n) time.
Maximum Index Difference Using Alphabet Jumps
Jul 21, 2026.
Find the maximum index difference by jumping between alphabets in a string, starting from 'a'. Optimized O(N) solution.
Maximum Sum Path in Two Sorted Arrays (Java)
Jul 06, 2026.
Find the maximum sum path in two sorted arrays with distinct integers, allowing switches at common elements.
Maximum Subarray Sum by Removing At Most One Element (DP)
Jul 01, 2026.
Master the Maximum Subarray Sum problem with at most one deletion using dynamic programming. Optimize with O(N) time and O(1) space.
Maximum Number of People Defeated
Jun 23, 2026.
Find the max people defeated by strength p. Uses sum of squares formula & binary search for efficient O(log n) solution.
Maximum Area Between Bars
Jun 22, 2026.
Master the 'Maximum Area Between Bars' problem using the efficient two-pointer approach. Learn the optimal O(n) solution for finding the largest container.
Maximum Product Cutting of a Rope Using a Greedy Mathematical Approach
Jun 17, 2026.
Maximize rope cut product! Discover the optimal strategy of cutting into 3s and a Java solution with O(log n) complexity.
Maximum Visible People in a Line Using Monotonic Stack
Jun 09, 2026.
Find the maximum number of people visible in a line. This problem is solved efficiently using a monotonic stack to find previous and next greater elements.
How to Fix "Maximum Request Length Exceeded" in ASP.NET Applications
Jun 05, 2026.
Learn how to fix the "Maximum Request Length Exceeded" error in ASP.NET and IIS. Configure maxRequestLength and maxAllowedContentLength settings to support large file uploads up to 100 MB or more.
Maximum Subarray Sum Using Kadane’s Algorithm (DSA Explained with Example)
Jan 07, 2026.
Learn how to solve the Maximum Subarray Sum problem using Kadane’s Algorithm. This beginner-friendly DSA article explains the concept step by step with examples, code, and time complexity.
Maximum Limit Value For Integer Data Type in SQL Server 2012
Dec 05, 2012.
In this article, I described how to calculate the maximum range of various integer data types in SQL Server. TINYINT, SMALLINT, INT and BIGINT are all number data types. The difference between these data types are in the minimum and maximum values. So let's have a look at a practical example of how to calculate the maximum range of the integer data type in SQL Server. The example is developed in SQL Server 2012 using the SQL Server Management Studio.
SQL Server Integration Services (SSIS) - Aggregate (MAXIMUM) Transformations Control in SSIS
Apr 14, 2011.
This is part 36 of the series of article on SSIS. In this article we are going to see how to use an Aggregate (Maximum) data flow transformation control in SSIS packaging.
Testing Global .NET Test Timeouts with Microsoft.Testing.Platform
Aug 14, 2026.
Learn how global test timeouts and maximum-failure controls in Microsoft.Testing.Platform can improve CI reliability and prevent stalled or excessive test runs.
Max After m Range Increments | Difference Array + Prefix Sum
Aug 01, 2026.
Optimize range increment operations from O(nm) to O(n+m) using a difference array and prefix sum technique for finding the maximum element.
Max Absolute Difference of Two Subarrays (Kadane's Algorithm)
Jul 17, 2026.
Solve the max absolute difference of two non-overlapping subarrays in O(n) using Kadane's Algorithm and four helper arrays.
Find a Peak Element in a 2D Matrix
Jun 06, 2026.
This article explains how to find a peak element in a 2D matrix efficiently. A peak element is defined as an element that is greater than or equal to its four immediate neighbors (top, bottom, left, right). For edge and corner elements, missing neighbors are treated as negative infinity.
Flip to Maximize 1s in an Array
Apr 21, 2026.
Learn how to solve the Flip to Maximize 1s problem in Java. This article explains step-by-step how to find the maximum number of 1s in a binary array after flipping at most one subarray, including code explanation, execution, and examples.
🔍 How to Find the Largest Element in an Array?
Sep 30, 2025.
This beginner-friendly article breaks down the problem with clear code examples and explains the O(n) time complexity. Master array traversal, comparisons, and loops while building a strong foundation for data structures and algorithms. Discover real-world applications in leaderboard ranking, finance, and data analytics. Perfect for DSA beginners!
Searching a Binary Search Tree (BST) Using C#
Jan 19, 2014.
This articles descries the various ways to searc the elements of a Binary Search Tree (BST) such as searching for an element in a BST, finding the minimum and maximum elements and finding the successor and predecessor of an element.
SQL Server Memory Settings For SharePoint Performance
Dec 16, 2013.
In this article, let’s understand the Minimum and Maximum server memory settings of SQL Server.
Download Up to 10 Files at a Time Using Internet Explorer in Windows 8
Oct 04, 2012.
This article explains how to configure Internet Explorer on Windows 8 to allow downloads of more than 10 files simultaneously. By default, older versions of IE limit downloads to 6 files at a time. By modifying settings in the Local Group Policy Editor, users can increase this limit, enabling a more efficient downloading experience.
Determine the Second Highest and Nth Highest Salary From a Column in SQL Server 2012
Sep 10, 2012.
In this article, we will see how to determine the second highest and Nth highest salary from a column in SQL Server 2012.
RequiredSelection Validation Control
Nov 04, 2010.
Here I m showing a control which will validate minimum and maximum number of options from a CheckedListBox control.
MaxLengthValidation Control
Nov 03, 2010.
This article shows how to validate the maximum character length of the multi textbox control.
Revised C# Control of a Dial
May 02, 2005.
The C# Custom Dial Control is a custom dial control written using GDI+ and C#. This article and the attached source code is a revised version of my previous article with an extended version of the control.