Good Resources C# FAQ for C++ programmers Some Key Differences Classes and structs Classes and structs are almost the same in C++ – this is not true for C#. In C#, structs are value types (instances stored directly on the stack, or inline within heap-based objects), whereas classes are reference types (instances stored on the […]
Category: .C# Specifications
Language Specifications
Good Resources http://msdn.microsoft.com/en-us/vcsharp/aa336809.aspx