Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clr

SQL user defined aggregate order of values preserved?

What is the (fnptr)* type and how to create it?

c# .net reflection clr cil

Can I tell the CLR to marshal immutable objects between AppDomains by reference?

c# .net clr remoting appdomain

Overlaying several CLR reference fields with each other in explicit struct?

c# .net struct clr

.NET events special methods (add/remove/raise/other)

c# .net vb.net events clr

More trivia than really important: Why no new() constraint on Activator.CreateInstance<T>()?

Is it possible to get parameters' values for each frame in call stack in .NET

.net clr diagnostics

Why does adding an extra field to struct greatly improves its performance?

c# .net mono clr cil

How does garbage collection collect self-referential objects?

c# .net garbage-collection clr

How is Object.GetHashCode() implemented in CLR & JVM?

mono jvm clr low-level

What kind of data is stored in 'Type Object pointer' and 'Sync Block Index'?

What will it take to add Objective-C support to the .NET common language runtime?

.net objective-c clr

Friend Assemblies in C#

c# .net build clr friend

Sql Server CLR load assembly failed

Why does the CLR allow mutating boxed immutable value types?

Why a machine with .NET 4 installed on it cannot run an exe that targeted .NET 4.5 while if they use the same CLR version?

Checking if a file is a .NET assembly

c# .net reflection clr

How do you protect yourself from runaway memory consumption bringing down the PC?

.net windows clr

Retrieve JIT output

c# .net clr jit .net-assembly

C# 7 ref return for reference types