Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About Value Type
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ehsan Sajjad (3)
Matthew Cochran (3)
Rahul Sahay (2)
Amit Choudhary (2)
Tural Suleymani (1)
Amit Bhatt (1)
Ashish Shukla (1)
Prashant Patil (1)
Puneet Walecha (1)
Vishal Verma (1)
Sonali Desai (1)
Prakash Tripathi (1)
Shivprasad (1)
Sergey Vasiliev (1)
Kirtesh Shah (1)
Sharad Gupta (1)
Hari Shankar (1)
Yaseen Kalo (1)
Rojan George (1)
Usama Shahid (1)
Pradeep Yadav (1)
Jasminder Singh (1)
Kailash Chandra Behera (1)
Jean Paul (1)
Mahesh Chand (1)
Anand Lakshminarasimh (1)
Gomathi Palaniswamy (1)
Kirtan Patel (1)
Jaish Mathews (1)
Ricardo Federico (1)
G Gnana Arun Ganesh (1)
Srimani Venkataraman (1)
Related resources for Value Type
No resource found
Reference Types Are Not Passed By Reference!
2/20/2023 5:15:13 AM.
This article will help you to understand what are the real differences between reference and value types and how reference types behave under the hood
Ref Vs Out And Value Type Vs Reference Type
9/6/2022 6:35:20 AM.
In this article, you will learn about ref vs out and value type vs reference type.
Constraints in Generics
9/2/2022 10:18:23 AM.
Constraints are used in Generics to restrict the types that can be substituted for type parameters. Here we will see some of the commonly used types of constraints.
Nullable Types in C#: Basic Introduction
8/31/2022 9:05:11 AM.
This article gives a quick view in to the problems faced with the value type objects and the solution to the problems. This beautiful facility is introduced by Microsoft as an concept called “Nullable
Reference Type And Value Type in C#
4/11/2022 6:20:17 AM.
This article will give you a clear insight on what happens when a reference type is passed by value and what would happen when it is passed by reference.
C# Concepts - Value Type And Reference Type
3/31/2022 9:52:01 AM.
This article explains C# concepts of Value and Reference types.
Introduction To Boxing And Unboxing In C#
4/6/2021 9:15:19 PM.
There are two functions used for typecasting the data types in C#, i.e: boxing and unboxing. Read to understand how to perform these conversions.
Preparing .NET Interview - Part 2 (Basic Types)
2/9/2021 7:33:38 AM.
This article presents the common questions asked in .NET interview related to types and explains the answers in easy way.
Story Of Equality In .NET - Part One
12/15/2020 8:30:20 AM.
In this article, you will learn about equality in .NET.
6 Important .NET Concepts
11/26/2020 12:06:43 AM.
This article will explain 6 important concepts: Stack , heap , by val , by ref , boxing and unboxing.
Check How You Remember Nullable Value Types - Let's Peek Under The Hood
11/9/2020 6:52:04 PM.
In this article, you will learn to check how you remember nullable value types. Let's peek under the hood.
C# - Understand Equality For Value Type And Reference Type
10/21/2020 8:44:30 AM.
In this article, you will learn about C# Equality for Value Type and Reference Type.
C# Heap(ing) Vs Stack(ing) In .NET - Part One
6/3/2020 12:28:34 AM.
Even though with the .NET framework we don't have to actively worry about memory management and garbage collection (GC), we still have to keep memory management and GC in mind in order to optimize
Boxing and Unboxing in TypeScript
10/14/2019 3:07:43 AM.
In this article I am going to explain boxing and unboxing in TypeScript.
Boxing and Unboxing
4/1/2019 12:30:53 PM.
Boxing and Unboxing in C# are conversion from value types to reference types and vice versa.
Value Type And Reference Type Variables
2/19/2019 8:40:28 AM.
In this article we will learn about Value Type and Reference Type variables.
C# Heap(ing) Vs Stack(ing) In .NET - Part Two
1/5/2019 6:36:57 AM.
Having a basic understanding of how memory management works will help explain the behavior of the variables we work with in every program we write. In this article I'll cover some of the behavior
Boxing and Unboxing
10/24/2018 1:33:44 AM.
Details about the value type, reference type and details about the boxing and unboxing in C#.
Difference Between Value Type Variables And Reference Type Variables
4/3/2018 11:55:44 PM.
Before we get started between the difference of value type variables and reference type variables, we need to understand the concept of stack and heap. So let’s get started with stack and heap.
Stack, Heap, Value Type, And Reference Type In C#
2/13/2018 11:08:06 AM.
Now, let’s see what happens when we declare any variable like int a=10 in C#. When C# compiler will run, it will allocate a block of memory which will have name of variable i.e. a, its type i.e. int a
Implementing Equality In Value Type
8/2/2017 12:29:35 AM.
This post is to focus on implementing Equality in Value Types; i.e., overriding Equality behavior for our own implemented Value Types which is basically defining how to decide two object of a type are
Generic Constraints In A Nutshell
2/13/2017 11:45:59 PM.
This video describes about Generic Constraints.
Equality Operator And Value Types In C#
1/16/2017 11:50:01 PM.
In this article, you will learn about Equality Operator (==) behavior for non-primitive value types.
String To Value Type Converter Implementation
9/12/2015 7:23:28 AM.
In this article we will learn how to use string to value type converter and its implementation.
Effectively Using Value Types in .Net
5/28/2015 9:44:22 PM.
In this article you will learn how to effectively use .NET types to increase the application's performance.
Equality Implementation in C#
3/31/2015 6:37:36 AM.
In this article you will learn Equality Implementation in C# programming.
Reference and Value Types as Function Parameters Using Ref/Out Keywords
5/14/2014 11:03:34 AM.
In this article, we will try to study the behavior of the ref and out keywords when we use them as function parameters.
Entity Framework 4 and TableValue Type in Stored Procedure (Fix)
10/4/2013 5:02:32 AM.
Entity Framework 5 has been released with .Net framework 4.5 and it now supports user-defined table valued types as a parameter in a Stored Procedure.
Data Types and Value Types in .NET
3/1/2013 8:14:06 PM.
This article explains what Data Types and Value Types in .NET are.
Generic Method for Parsing Value Type in C#
10/13/2012 5:12:56 AM.
In this article I am going to explain how to create a generic method named GetValue() that can parse int, float, long, double data types.
Working With Data Types
10/13/2012 4:17:23 AM.
Explains data types in C# and how to work with them.
Object Relational Mapping (ORM) Using NHibernate - Part 1 of 8
10/13/2012 1:54:22 AM.
To establish the ideas of Object Relational Mapping Internals, Nhibernate fundamentals, Intemediate and Advanced coding concepts using NHibernate more clearly (for me and hopefully to readers).
Difference between value type and reference type
12/1/2010 11:39:05 PM.
This article tells us the difference between value type and reference type variables.
Convert Value Type to Byte Array and Vice Versa
2/22/2010 2:18:21 AM.
In this article you will learn how to convert decimal to byte array and byte array to decimal again.
Working of Reference Type and Value Type
9/16/2006 5:38:39 AM.
This article shows you all the difference between reference and value type variables.
Boxing and Performance of Collections
1/3/2006 5:49:30 AM.
In this article, I will compare some performance issues of values and references types during boxing and unboxing operations.
Is there any need to Boxing and Unboxing
12/23/2005 7:00:51 AM.
With Boxing and unboxing one can link between value-types and reference-types by allowing any value of a value-type to be converted to and from type object. Boxing and unboxing enables a unified view of the type system wherein a value of any type can ultimately be treated as an object.
Comparison of C# with Java: A Developer Perspective
12/17/2005 2:25:19 AM.
The .NET is a language and operating system (on Windows as of now) independent platform pretty similar to Java.