使用 Visual Studio.Net 编译和执行 C# 程序,包括下列那些步骤:
A.
启动 Visual Studio。 在菜单栏上,选择 File -> New -> Project。
B.
从模板中选择 Visual C#,然后选择 Windows。 选择 Console Application。
C.
为您的项目制定一个名称,然后点击 OK 按钮。 新项目会出现在解决方案资源管理器(Solution Explorer)中。
D.
在代码编辑器(Code Editor)中编写代码。 点击 Run 按钮或者按下 F5 键来运行程序。会出现一个命令提示符窗口(Command Prompt window)。