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 c#-7.2
Decompress data in Span<byte> with Deflate algorithm
Jan 31, 2023
c#
.net-core
c#-7.2
Using the is operator with unconstrained generics
Jan 29, 2023
c#
msbuild
visual-studio-2017
visual-studio-2019
c#-7.2
c# 7.2 default expression and Equals (bug?)
Dec 01, 2022
c#
default
valuetuple
c#-7.2
Why is it not possible to use both readonly and fixed-size buffers in structs in C# 7.2
Nov 10, 2022
c#
struct
unsafe
c#-7.2
Why is the Pinnable<T> class in C# 7.2 defined the way it is?
Nov 09, 2022
c#
.net
clr
cil
c#-7.2
Substring implementation via Span<T>
Nov 21, 2021
c#
c#-7.2
system.memory
C# 7.1 and 7.2 Span and ReadOnlySpan
Nov 13, 2022
c#
visual-studio-2017
c#-7.2
c#-7.1
Dodging the performance hit from using `in` with a struct without making the struct readonly?
Jul 04, 2022
c#
optimization
struct
c#-7.2
in-parameters
Where does a value type-variable - which is returned by ref - live? Stack or heap?
Oct 28, 2022
c#
pass-by-reference
heap-memory
stack-memory
c#-7.2
Which common operations can be made more efficient by Span<T>?
Nov 08, 2022
c#
c#-7.2
system.memory
Set private setter on property via reflection
Jul 02, 2022
c#
reflection
c#-7.2
Why is this method invocation ambiguous?
Aug 29, 2022
c#
roslyn
c#-7.2
Slicing a Span<T> row from a 2D matrix - not sure why this works
Dec 25, 2021
c#
.net
cil
c#-7.2
In Which .Net Framework Version C# 7.2 is Available
Nov 05, 2022
c#
.net
.net-framework-version
c#-7.2
InternalsVisibleTo with "private protected"
Oct 19, 2022
c#
internalsvisibleto
c#-7.2
Is Activating a Struct Without Storing It as a Local Variable Expected to Be Slower than Not Storing It as a Local Variable?
Mar 04, 2021
c#
performance
.net-core
c#-7.2
benchmarkdotnet
Should we always return by ref if we can?
Nov 07, 2022
c#
optimization
ref
c#-7.0
c#-7.2
Older Entries »