Lecture overview -- Keyboard shortcut: 'u'  Previous page: C# Tools and IDEs [Section] -- Keyboard shortcut: 'p'  Next page: C# Tools on Unix -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Help page about these notes  Alphabetic index  Course home  Page 41 : 43
Object-oriented Programming in C#
Introduction to C#
C# Tools on Windows

Microsoft supplies several different set of tools that support the C# programmer

  • .NET Framework SDK 3.5

    • "Software Development Kit"

    • Command line tools, such as the C# compiler csc

  • Visual C# Express

    • IDE - An Integrated Development Environment

    • A C# specialized, free version of Microsoft Visual Studio 2008

  • Visual Studio

    • IDE - An Integrated Development Environment

    • The professional, commercial development environment for C# and other programming languages

 

Only on Windows...