May 2010
Intermediate to advanced
1272 pages
61h 18m
English
One of the most common programming rules states that documenting the source code is fundamental. This is of course the truth but you have to think about the way source code is commented. Classical comments are useful to explain what code does so that you can easily remember how your code works if you need to retake it after a long time, or they can help other developers to understand your code. But this is not the only way of documenting code in .NET development. A sophisticated environment such as Visual Studio offers the IntelliSense technology that not only speeds up the way you write code but ...
Read now
Unlock full access