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]
Gopi Chand(3)
Shaily Dubey(2)
Dea Saddler(2)
Baibhav Kumar(1)
Amit Choudhary(1)
Vivek Kumar(1)
Mahesh Chand(1)
Vishal Joshi(1)
Lokendra Singh(1)
Jaimin Shethiya(1)
Omar Maher(1)
Mukesh Kumar(1)
Resources
No resource found
Difference Between a Mutable and Immutable Data Type in Python?
Aug 26, 2025.
Unlock Python's core: mutable vs. immutable data types! Learn how lists, dictionaries, strings, and tuples behave differently, impacting memory and performance.
Arrays in F# - A Mutable Collection
Apr 12, 2016.
In this article you will learn about Arrays in F#. Arrays in F# are mutable data type.
Mutable And Immutable Class In C#
Mar 29, 2017.
In this article, we are going to learn about mutable and immutable class in C#.
What Is the Difference Between a List and a Tuple in Python?
Oct 19, 2025.
Understand the key differences between Python lists and tuples — including syntax, mutability, speed, and memory efficiency. Learn when to use each with real code examples and insights for interviews.
A Comparative Guide to Imperative and Declarative Programming
Jun 23, 2025.
Explore the differences between imperative and declarative programming in C# with real examples. Learn how styles like LINQ improve code clarity, efficiency, and help manage logic, flow, and state effectively.
Understanding String, StringBuffer and StringBuilder in Java
Jun 06, 2024.
This article delves into the fundamental concepts of String, StringBuffer, and StringBuilder in Java. It explains the differences between these three classes, their specific use cases, and performance implications.
Difference between String & StringBuilder in .NET C#
Jun 05, 2024.
In .NET C#, String is immutable, meaning any modification creates a new instance, which can be inefficient for frequent changes. StringBuilder is mutable, designed for dynamic string manipulation without creating new instances.
Methods in Rust
Apr 26, 2023.
Rust methods, including their syntax, usage, and benefits.
How To Use Structure In Rust?
Apr 25, 2023.
Structure in Rust and its Feature, Method, Mutable Structure
Tuples In C# 7 - What Are They And How Can I Use Them?
Apr 28, 2017.
Tuples In C# 7 - What Are They And How Can I Use Them?
Ref And Out keyword In C#
Oct 08, 2015.
IN this article, we will learn Ref" and "Out" keywords in C# are used to modify method parameter behavior. "Ref" passes parameters by reference, allowing method changes to reflect outside the method. "Out" is similar but used for returning multiple values from a method.
Learn StringBuffer Class in Java: Lecture 7
May 22, 2015.
This article explains the StringBuffer() class in Java and Java strings in general.
Learn StringBuffer() Class in Java: Lecture 6
May 20, 2015.
This article explains the StringBuffer() class in Java and Java strings in general.
Learn StringBuffer() Class in Java: Lecture 1
May 12, 2015.
This article explains the StringBuffer() class in Java and Java strings in general.
The Concept of Functions And Variables in F#
Jul 05, 2011.
In this article you will learn about Functions and Variables of F#. This is for the people who want to have a Quick Review.
Data Types in F#
Jul 04, 2011.
In this article you will learn about the mutable and immutable data types of F#. If you want to understand that then take a Quick review.