Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in value-type
Comparing objects of value type N
Mar 02, 2023
.net
compare
value-type
Using "Equals" for valuetypes in C# seems not a good idea, is it?
Feb 18, 2023
c#
equality
value-type
Why generic method that accept reference types doesn't accept nullable-types as arguments?
Jan 28, 2023
c#
.net
generics
nullable
value-type
Allocation of value types
Jan 13, 2023
c#
.net
clr
value-type
Reference type inside value type
Jan 07, 2023
swift
memory-management
value-type
reference-type
deinit
In .NET, Array only extends IEnumerable, so will there be boxing and unboxing when a foreach loop goes through a value type array?
Dec 30, 2022
.net
arrays
generics
foreach
value-type
how to set valuetype as positive int?
Dec 29, 2022
c#
.net
c#-4.0
value-type
typeof
Which is more performant, passing a method the entire object, or a property of that object?
Dec 29, 2022
c#
.net
object
value-type
reference-type
Is value type boxing when it is a field of reference type?
Dec 24, 2022
c#
.net
value-type
boxing
How do I constraint a generic type parameter to only accept nullable value types in C#?
Dec 21, 2022
c#
syntax
nullable
value-type
generic-constraints
Would there be benefits to a struct String in .Net?
Dec 19, 2022
.net
string
value-type
reference-type
C# value type and String
Dec 18, 2022
c#
tostring
value-type
The stack is an implementation detail, or not?
Dec 14, 2022
.net
stack
value-type
Reference and Value types scenario
Dec 08, 2022
c#
.net
value-type
reference-type
Not all code paths return a value - but they do
Dec 03, 2022
c#
.net
compiler-errors
value-type
Looking for a more elegant way to check for nullable value types
Dec 02, 2022
c#
nullable
value-type
Does C++ treat Class Objects like value types if initialized without the new operator?
Dec 01, 2022
c++
value-type
reference-type
Make a reference to another string in C#
Nov 29, 2022
c#
string
value-type
reference-type
What's the correct way to implement a generic method to handle collections of different integral types?
Nov 14, 2022
c#
generics
collections
value-type
Why does my struct become immutable in a method chain?
Nov 09, 2022
swift
struct
value-type
Older Entries »