Search code examples
C# supports value types and reference types, but are they all objects?...

c#value-typereference-type

Read More
Where the combobox bound items are coming from?...

wpfwinformscomboboxdatasourcereference-type

Read More
Mutable wrapper of value types to pass into iterators...

c#.net-3.5iteratorvalue-typereference-type

Read More
Reference types vs Nullable types ToString()...

c#nullnullablevalue-typereference-type

Read More
Are event arguments passed by reference or value in C#?...

c#.neteventsevent-handlingreference-type

Read More
How to check whether an AS3 "Object" variable is completely empty?...

actionscript-3objectreference-type

Read More
Which is more performant, passing a method the entire object, or a property of that object?...

c#.netobjectvalue-typereference-type

Read More
what's the memory location way while using a value type as a paramter...

c#memory-managementvalue-typereference-type

Read More
Teaching References in C#...

c#referencepass-by-referencevalue-typereference-type

Read More
String behaving like a Value Type...

c#functionvalue-typereference-type

Read More
Nullable<> as TModel for ViewPage...

c#asp.net-mvcviewmodelnullablereference-type

Read More
Why do I need to pass strings by reference to my swap function?...

c#.netstringvalue-typereference-type

Read More
Why does Microsoft recommend skip implementing equality operator for reference types?...

c#.netreference-type

Read More
Cloning a C# Reference Type to a Derived Reference Type...

c#clonereference-type

Read More
Reference-Type passed by ref to another method does not return with updated values...

c#workflow-foundation-4refreference-type

Read More
.NET primitives seem half in the value world and half in the reference world...

.netvalue-typereference-type

Read More
Are Mutex objects passed by reference?...

c#.netmutexpass-by-referencereference-type

Read More
typeof(System.Enum).IsClass == false...

.netreflectionenumsreference-type

Read More
Slight confusion over reference types and value types in the C# spec...

c#value-typereference-typespecifications

Read More
How can I check if a generic method parameter is a value type?...

c#.netgenericsvalue-typereference-type

Read More
Problem with understanding reference types...

.netsilverlighttelerikreference-type

Read More
why string behaves as value type even though it is a reference type in c#...

c#stringvalue-typereference-type

Read More
C# reference a value type...

c#reference-type

Read More
Assigning a variable of a struct that contains an instance of a class to another variable...

c#classstructvalue-typereference-type

Read More
Value type and reference type problem...

c#.netswapreference-type

Read More
"ref" keyword and reference types...

c#.netpass-by-referencerefreference-type

Read More
Type of reference type with value null?...

javanullreference-type

Read More
Convert object namespace and name to object...

c#reflectionc#-4.0reference-type

Read More
Can AutoMapper Map Between a Value Type (Enum) and Reference Type? (string)...

c#enumsautomappervalue-typereference-type

Read More
Passing string ByVal in VB.NET AND C#...

c#vb.netreference-typebyrefbyval

Read More
BackNext