Visual C# Express 2008 Project Templates
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
When you first open the New Project dialog it offers six different project templates.
- Windows Forms Application - Windows Forms is the technology that you use in Visual C# to create Windows-based smart client applications that run on the .NET Framework.
- Class Library - Class Libraries are classes and components that extend the .NET Framework.
- WPF Application - Windows Presentation Foundation windows applications have all functionality you need to build, run, execute, and manage Windows Vista applications.
- WPF Browser Application - Windows Presentation Foundation (WPF) application which runs in a browser.
- Console Application - Console applications are very useful for utility programs that require little or no user interaction.
- Empty Project - The Empty Project template can be used when you want to create your own project type.
[edit]
MSDN references
|


