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 boxing
Is there any difference between using .GetValueOrDefault(0) and If(variable, 0) with nullable types?
Nov 20, 2025
vb.net
nullable
boxing
unboxing
Integer -> double unboxes, but Double -> int doesn't unbox. Why?
Oct 22, 2025
java
data-conversion
primitive
boxing
Testing foreach box/unbox on a regular array?
Oct 21, 2025
c#
.net
arrays
foreach
boxing
Why the box here?
Oct 20, 2025
f#
boxing
Avoiding boxing/unboxing in Dictionary with object TValue
Oct 17, 2025
c#
performance
dictionary
boxing
unboxing
Why does calling an unoverridden struct method require boxing?
Sep 19, 2025
c#
struct
overriding
cil
boxing
C# compiler + generic code with boxing + constraints
Jan 01, 2023
c#
generics
cil
boxing
unboxing
Is value type boxing when it is a field of reference type?
Dec 24, 2022
c#
.net
value-type
boxing
Getting an object from a dictionary of objects
Dec 17, 2022
c#
object
dictionary
boxing
Is there a way to measure boxing/unboxing penalties?
Dec 12, 2022
.net
performance
profiling
boxing
Why String.Concat returns 'True' instead of 'true' (the same with false)? [duplicate]
Dec 11, 2022
c#
.net
boxing
unboxing
What is the difference between ((IEnumerable)source).OfType<T>() and source as IEnumerable<T>
Dec 09, 2022
c#
linq
casting
ienumerable
boxing
How is Nullable<T> different from a similar custom C# struct?
Dec 09, 2022
c#
nullable
language-features
boxing
generic casting from object-boxed type
Dec 05, 2022
c#
generics
casting
boxing
unboxing
How to unbox elements contained in polymorphic vectors?
Dec 02, 2022
vector
rust
boxing
Scala cast to generic type
Dec 01, 2022
scala
casting
type-erasure
boxing
Explicit Boxing between does not work properly with Expression.Convert?
Oct 21, 2022
c#
expression-trees
boxing
Boilerplate-free Scala ArrayBuilder specialization
Oct 07, 2022
scala
jvm
boxing
specialization
Boxing and Unboxing in String.Format(...) ... is the following rationalized?
Sep 19, 2022
c#
.net
boxing
Does a ValueType get boxed when is declared as part of a class?
Sep 01, 2025
c#
.net
memory-management
boxing
unboxing
Older Entries »