Click here to Skip to main content
15,892,746 members
Articles / Programming Languages / C#

Creating Your First C# Windows Application

Rate me:
Please Sign up or sign in to vote.
4.31/5 (33 votes)
27 Feb 2002CPOL3 min read 413.2K   4.4K   19  
Learn how to create your first Visual C# Windows application.
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Windows Application", "Windows Application.csproj", "{D34C85D1-64AE-40F7-8C3B-DA76AFBBD128}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{D34C85D1-64AE-40F7-8C3B-DA76AFBBD128}.Debug.ActiveCfg = Debug|.NET
		{D34C85D1-64AE-40F7-8C3B-DA76AFBBD128}.Debug.Build.0 = Debug|.NET
		{D34C85D1-64AE-40F7-8C3B-DA76AFBBD128}.Release.ActiveCfg = Release|.NET
		{D34C85D1-64AE-40F7-8C3B-DA76AFBBD128}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
Nick graduated from Iowa State University with a B.S. in Management Information System and a minor in Computer Science. Nick works for Zetetic.

Nick has also been involved with the Iowa .NET User Group since it's inception, in particular giving presentations over various .NET topics. Nick was awarded the Visual C# MVP award from Microsoft for four years in a row.

In his mystical spare time he is working on a development project called "DeveloperNotes" which integrates into Visual Studio .NET allowing developers easy access to common code pieces. He is also a fan of using dynamically typed languages to perform unit testing, not to mention how he loves to talk about himself in the third person.

Comments and Discussions