﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Article By </title><link>https://www.c-sharpcorner.com/articles/</link><description>Articles from C# Corner</description><copyright>© 1999 - 2026  CSharp Inc. All contents are copyright of their authors.</copyright><atom:link href="https://www.c-sharpcorner.com/rss/authorarticles.aspx?MemberUniqueName=diptiranjan-sutar2" rel="self" type="application/rss+xml" /><item><title>Understanding the document.ready Method in jQuery</title><description>The document.ready method in jQuery ensures your code runs only after the DOM is fully loaded. This method simplifies event binding, DOM manipulation, and enhances cross-browser compatibility. Learn h</description><link>https://www.c-sharpcorner.com/article/understanding-the-document-ready-method-in-jquery/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/understanding-the-document-ready-method-in-jquery/</guid><pubDate>Mon, 03 Jun 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Diptiranjan Sutar)</author></item><item><title>Understanding JavaScript: Map vs Reduce</title><description>In this article, we delve into the JavaScript functions map and reduce, essential tools for array manipulation and functional programming. We&amp;#39;ll explore their differences, use cases, and performan</description><link>https://www.c-sharpcorner.com/article/understanding-javascript-map-vs-reduce/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/understanding-javascript-map-vs-reduce/</guid><pubDate>Sat, 01 Jun 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Diptiranjan Sutar)</author></item><item><title>How does filter differ from map and reduce in JavaScript?</title><description>In JavaScript, filter, map, and reduce are powerful array methods. Filter selectively removes elements based on a condition. Map transforms each element. Reduce boils down the array into a single valu</description><link>https://www.c-sharpcorner.com/article/how-does-filter-differ-from-map-and-reduce-in-javascript/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-does-filter-differ-from-map-and-reduce-in-javascript/</guid><pubDate>Sat, 01 Jun 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Diptiranjan Sutar)</author></item><item><title>Understanding DOM Manipulation in jQuery</title><description>Learn the fundamentals of DOM manipulation in web development using jQuery. This article covers selecting elements, modifying content, changing attributes, handling events, creating and appending elem</description><link>https://www.c-sharpcorner.com/article/understanding-dom-manipulation-in-jquery/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/understanding-dom-manipulation-in-jquery/</guid><pubDate>Tue, 28 May 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Diptiranjan Sutar)</author></item><item><title>Null-Conditional Operators in C# - Simplifying Null Checks &amp;amp; More</title><description>Explore the null-conditional operators in C# 6.0, which simplify null checks and prevent NullReferenceExceptions. Learn about the ?. operator, null-conditional indexing, and combining these with null-</description><link>https://www.c-sharpcorner.com/article/null-conditional-operators-in-c-sharp-simplifying-null-checks-more/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/null-conditional-operators-in-c-sharp-simplifying-null-checks-more/</guid><pubDate>Mon, 27 May 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Diptiranjan Sutar)</author></item><item><title>Finding Duplicates in JavaScript Arrays</title><description>Discover methods to identify duplicates in JavaScript arrays. Learn to use the Set object for unique values, indexOf() for locating repeated items, and some() for condition checks. Examples illustrate</description><link>https://www.c-sharpcorner.com/article/finding-duplicates-in-javascript-arrays/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/finding-duplicates-in-javascript-arrays/</guid><pubDate>Mon, 27 May 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Diptiranjan Sutar)</author></item><item><title>Resizing Arrays in C# with Examples</title><description>In C#, the `Array.Resize&amp;lt;T&amp;gt;` method changes the size of a one-dimensional array, either expanding or shrinking it. This method allocates a new array, copies elements, and replaces the old array.</description><link>https://www.c-sharpcorner.com/article/resizing-arrays-in-c-sharp-with-examples/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/resizing-arrays-in-c-sharp-with-examples/</guid><pubDate>Mon, 13 Feb 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Diptiranjan Sutar)</author></item><item><title>How To Sort A Dictionary With C#?</title><description>In this article, you will learn how to sort a Dictionary with C#?</description><link>https://www.c-sharpcorner.com/article/how-to-sort-a-dictionary-with-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-sort-a-dictionary-with-c-sharp/</guid><pubDate>Fri, 10 Feb 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Diptiranjan Sutar)</author></item><item><title>Optimizing Queries For Faster Performance In SQL Server - A Step-By-Step Guide With Examples</title><description>In this article, you will learn about Query Optimization in SQL Server.</description><link>https://www.c-sharpcorner.com/article/optimizing-queries-for-faster-performance-in-sql-server-a-step-by-step-guide-w/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/optimizing-queries-for-faster-performance-in-sql-server-a-step-by-step-guide-w/</guid><pubDate>Fri, 10 Feb 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Diptiranjan Sutar)</author></item><item><title>Show And Hide DIVs On Button Click With JavaScript</title><description>In this article, you will learn how to show and hide DIVs on Button Click with JavaScript.</description><link>https://www.c-sharpcorner.com/article/show-and-hide-divs-on-button-click-with-javascript/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/show-and-hide-divs-on-button-click-with-javascript/</guid><pubDate>Thu, 09 Feb 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Diptiranjan Sutar)</author></item><item><title>Show And Hide DIVs On Button Click With jQuery</title><description>In this article, you will learn how to show and Hide DIVs on Button Click with Jquery.</description><link>https://www.c-sharpcorner.com/article/show-and-hide-divs-on-button-click-with-jquery/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/show-and-hide-divs-on-button-click-with-jquery/</guid><pubDate>Thu, 09 Feb 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Diptiranjan Sutar)</author></item><item><title>Remove Duplicates From An Array Of Objects Using JavaScript</title><description>In this article, you will learn how to remove Duplicates from an array of objects Using Javascript.</description><link>https://www.c-sharpcorner.com/article/remove-duplicates-from-an-array-of-objects-using-javascript/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/remove-duplicates-from-an-array-of-objects-using-javascript/</guid><pubDate>Wed, 08 Feb 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Diptiranjan Sutar)</author></item><item><title>3 Ways To Sort A C# List</title><description>In this article, you will learn how to sort a C# List?</description><link>https://www.c-sharpcorner.com/article/3-ways-to-sort-a-c-sharp-list/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/3-ways-to-sort-a-c-sharp-list/</guid><pubDate>Wed, 08 Feb 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Diptiranjan Sutar)</author></item></channel></rss>