References:
- C# Codding standards (the basis); C# coding guidelines (an expanded version);
- C# Programming Guide 2010 (be sure to select the correct version on the dropdown control, because there are other version like: C# Programming Guide): official msdn documentation which provides detailed information on key C# language features and features accessible to C# through the .NET Framework.
- C# Tutorials: on the official msdn documentation, it covers many issues like Threading Tutorial, Events Tutorial, Delegates Tutorial, Structs Tutorial, Properties Tutorial, Arrays Tutorial, Command Line Parameters Tutorial;
- Naming convention for the C# language (when to use camel or pascal case)
- Nullable Types
No comments:
Post a Comment