Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clr

How does the .NET CLR distinguish between Managed from Unmanaged Pointers?

.net garbage-collection clr

Why is return type void declared as struct in .NET?

c# .net vb.net clr

Why can't generic types have explicit layout?

c# .net generics clr unsafe

Cannot debug application in release mode even with DebugType=full

Is it possible to clone a ValueType?

c# reflection clr value-type

Thread.sleep vs Monitor.Wait vs RegisteredWaitHandle?

How to return an nvarchar(max) in a CLR UDF?

c# sql-server clr nvarchar

Why is it not possible to catch MissingMethodException?

Why is there no CallerTypeNameAttribute in .NET 4.5?

.net 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