Search Results

3
votes

What development book made the most impact on you as a developer?

Code by Charles Petzold. I don't have a traditional CS background, so its a great book for helping people like me understand the machine and what goes on under all those layers of abstraction. …
4
votes

Favorite Visual Studio keyboard shortcuts

By far the most useful (after Ctrl+Shift+B) are: Ctrl+K, C - to Comment out selection …
9
votes

What Language Feature Can You Just Not Live Without?

Delegates in .NET.. …
0
votes

Did you ever switch from one programming language to another?

In the world of development it's evolve or die.. ;) FWIW: VB COM -> Delphi -> Java -> C# -> Objective C …