|
|
- C# FAQ - frequently asked questions about C#
|
|
|
|
|
|
|
|
Featured article
| .NET Type Design Guidelines — "From the CLR perspective, there are only two categories of types—reference types and value types—but for the purpose of framework design discussion we divide types into more logical groups, each with its own specific design rules. Classes are the general case of reference types. They make up the bulk of types in the majority of frameworks. Classes owe their popularity to the rich set of object-oriented features they support and to their general applicability."
|
|
|