Http://blogs.msdn.com/danielfe/archive/2004/10/12/241281.aspx
Okay, I admit that it'sNotAs fully featured
Notepad, but if you want to learn about some of the IDE features in C #
2005 and you're a little hesitant to install beta software on your
Machin, then this tutorial is for you.
It's interactive!Rather
Then reading an article or watching a non-interactive video, this
Tutorial walks you through actually building a simplified version
Notepad using Visual C # Express. You'll learn:
- Create a user interface
- Write code
- Debug and modify existing code
The create a user interface
Portion you'll learn about the docking features, use the openfiledialog
Control and use the and the new toolstrip control to design the UI.
In the writing code section, you'll learn about the new file I/O methods, use intelliisense, code snippets and the new "auto-using" feature (see below)
In the editing programs section, you'll learn about refactoring, debugger data tips, and debugger visualizers.
What do you all think? Good? Not good? Do more? Do less?