.net-internals
Force FSI, the .NET 4 version, to load assamblies that are compiled for .NET 2.0
I\'m working primarily with .NET 4.0 using fsi, F# interactive, but I have a couple of dll tha开发者_运维知识库t I need to access that are only compiled for the .NET 2.0 version of the framework (I ch[详细]
2023-02-27 03:26 分类:问答Delegates in .NET: how are they constructed?
While inspecting delegates in C# and .NET in general, I noticed some interesting facts: Creating a delegate in C# creates a class derived from MulticastDelegate with a constructor:[详细]
2022-12-23 01:54 分类:问答Why calling some functions of the Object class, on a primitive type instance, need boxing?
I have discovered that if i run following lines of code. int i = 7; i.GetHashCode(); //where GetHashCode() is the derived[详细]
2022-12-18 23:57 分类:问答