- 博客(5)
- 收藏
- 关注
转载 命名空间
命名空间https://docs.microsoft.com/zh-cn/dotnet/csharp/programming-guide/namespaces/index在 C# 编程中,命名空间在两个方面被大量使用。 首先,.NET Framework 使用命名空间来组织许多类,如下所示:C#复制System.Console.WriteLine("Hello World!");...
2019-02-14 11:58:25 154
转载 了解如何使用 Visual Studio 调试 C# 代码
了解如何使用 Visual Studio 调试 C# 代码https://docs.microsoft.com/zh-cn/visualstudio/get-started/csharp/tutorial-debugger?view=vs-2017在本教程中,你将:In this tutorial, you will:启动调试器并命中断点。Start the debugger and ...
2019-02-14 11:54:16 2579
转载 代码编辑
代码编辑https://docs.microsoft.com/zh-cn/visualstudio/get-started/csharp/tutorial-editor?view=vs-2017 为代码添加注释Comment out code工具栏是 Visual Studio 菜单栏下的一行按钮,有助于提高编码效率。The toolbar, which is the ...
2019-02-14 11:48:33 441
转载 快速入门:使用 Visual Studio 创建第一个 C# 控制台应用
快速入门:使用 Visual Studio 创建第一个 C# 控制台应用https://docs.microsoft.com/zh-cn/visualstudio/ide/quickstart-csharp-console?view=vs-2017创建项目首先,创建 C# 应用程序项目。 项目类型随附了所需的全部模板文件,无需添加任何内容! 打开 Visual Studio 20...
2019-02-14 11:45:06 2044
转载 C# 语言和 .NET Framework 介绍
C# 语言和 .NET Framework 介绍https://docs.microsoft.com/zh-cn/dotnet/csharp/getting-started/introduction-to-the-csharp-language-and-the-net-frameworkC# 是类型安全的面向对象的精妙语言,可帮助开发者生成在 .NET Framework 上运行的各种安全...
2019-02-14 11:38:43 610
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人