C# Hello World and Creating Console Applications
Tags:
C#
, IDE
, 2003
, Language
, Beginning
I'll create a simple Hello World program that outputs text to the command window as a starting point for understanding what makes up a C# application. I also show the steps for creating Console applications, which allow us to feature a particle element of C# without worrying about the user interface.