摘要:
Structs derive from System.ValueType which derive from System.Object. Structures are all sealed. Enums derive from System.Enum which derives from System.ValueType. All Value Value type objects are allocated on the thread's stack, while reference type objects are allocated on the heap and are subject to Garbage Collection. 阅读全文
摘要:
Some people want to know how to use multiple versions of the same assembly within theire application, however the Visual Studio IDE does not allow this and throw some error like:
A reference to "somedll.dll" could not be added. A reference to the component "somedll" already exists in the project.
I'd like to address the issue here. 阅读全文
摘要:
Microsoft DreamSpark is declared to be Professional Developer and Designer tools for students at no charge https://downloads.channel8.msdn.com/Default.aspx 阅读全文