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
Why Integer to int to Integer is 10x time faster than int to Integer?
Jan 22, 2026
java
boxing
In C#, is boxing and unboxing involved when casting long to ulong and vice versa?
Jan 20, 2026
c#
endianness
boxing
Why the type is System.Object here?
Dec 31, 2025
c#
dynamic
lambda
delegates
boxing
Operators for non-primitive boxed types
Dec 15, 2025
c++
templates
c++11
boxing
C# DataTable vs Some generic collection performance
Dec 15, 2025
c#
generics
datatable
boxing
unboxing
Boxing after unary operation on a Character
Dec 13, 2025
java
type-conversion
character
boxing
unboxing
Strongly-typed boxed values in .NET
Dec 06, 2025
.net
clr
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
Does a ValueType get boxed when is declared as part of a class?
Sep 01, 2025
c#
.net
memory-management
boxing
unboxing
Older Entries »