The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Create "Notepad" in 12 minutes in this tutorial

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Dan Fernandez

Posts: 456
Nickname: danielfe
Registered: Aug, 2003

Daniel Fernandez is the Product Manager for C# in the developer division at Microsoft.
Create "Notepad" in 12 minutes in this tutorial Posted: Oct 12, 2004 4:22 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Dan Fernandez.
Original Post: Create "Notepad" in 12 minutes in this tutorial
Feed Title: Dan Fernandez's Blog
Feed URL: /msdnerror.htm?aspxerrorpath=/danielfe/Rss.aspx
Feed Description: Dan discusses Dot Net.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Dan Fernandez
Latest Posts From Dan Fernandez's Blog

Advertisement

Okay, I admit that it's not as fully featured as 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 of Notepad using Visual C# Express. You'll learn to:

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 IntelliSense, 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?

Read: Create "Notepad" in 12 minutes in this tutorial

Topic: Should You Call Thread.Abort? Previous Topic   Next Topic Topic: Another bunch of cool and free controls !

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use