视频选集 1. 课程介绍-Introduction 2. 这门课程适合谁-Who This Course Is For 3. 这门课程涵盖了什么内容-What This Course Covers 4.本课程不涵盖的内容 - What This Course Does Not Cover 5.你应该期望什么结果-What Outcomes Should You Expect 1. 获取Visual Studio-Getting Visual Studio 2. 安装 Visual Studio - Installing Visual Studio 3.1 创建项目 (Creating a Project) 3.2 集成开发环境 (Touring the IDE) 3.3 安装扩展 (Installing an Extension) 3.4 更新 Visual Studio (Update Visual Studio) 3.5 理解应用领域 (Understanding Applications) 3.6 构建和运行一个应用程序 (Building and Running an Application) 3.7 修改应用程序 (Modifying an Application) 4.1 计划应用程序 Planning Out the Application 4.2 创建项目+Creating the Project 4.3 实施我们的计划 + Implementing Our Plan 4.4 执行我们的应用程序 + Executing Our Application 5.1 介绍(常见变量)+ Introduction (Common Variables) 5.2 字符串(常见变量)+ String (Common Variables) 5.3 整数(常见变量)+ Int (Common Variables) 5.4 双精度(常见变量)+ Double (Common Variables) 5.5 十进制(常见变量)+ Decimal (Common Variables) 5.6 布尔值(常见变量)+ Bool (Common Variables) 5.7 空值(常见变量)+ Null (Common Variables) 5.8 作业 - 变量 + Homework - Variables 5.9 日期时间(常见变量)+ DateTime (Common Variables) 5.10 日期(仅日期)+ DateOnly (Common Variables) 5.11 时间仅(常见变量)+ TimeOnly (Common Variables) 5.12 类型转换(常见变量)+ Type Conversions (Common Variables) 5.13 作业 - 类型转换(常见变量)+ Homework - Type Conversions (Common Variables) 6.1 介绍 + Introduction 6.2 基本的条件语句 + Basic If Statements 6.3 高级条件语句 + Advanced If Statements 6.4. 开关语句 + Switch Statements 6.5. 作业 - 条件语句 + Homework - Conditional Statements 7.1. 介绍(小型项目 - 学生检查)+ Introduction (Mini Project - Student Check) 7.2. 需求(作业)+ Requirements (Homework) 7.3. 项目规划 + Planning the Project 7.4. 构建项目 + Building the Project 7.5. 测试项目 + Testing the Project 8.1. 介绍(循环和集合)+ Introduction (Loops and Sets) 8.2. Do-While 循环 + Do-While Loops 8.3. 作业 - Do 循环 + Homework - Do Loops 8.4. 数组 + Arrays 8.5. 作业 - 数组 + Homework - Arrays 8.6. 列表 + Lists 8.7. 作业 - 列表 + Homework - Lists 8.8. 字典 + Dictionary 8.9. 作业 - 字典 + Homework - Dictionary 8.10. For循环 + For Loops 8.11. 作业 - For循环 + Homework - For Loops 8.12. ForEach 循环 + Foreach Loops 8.13. 作业 - Foreach 循环 + Homework - Foreach Loops 9.1. 介绍(方法)+ Introduction (Methods) 9.2. 创建一个方法 + Creating a Method 9.3. 调用方法 + Calling a Method 9.4. 设计原则(DRY,做一件事)+ Design Principles (DRY, do one thing) 9.5. 方法参数 + Method Parameters 9.6. 返回数据 + Returning Data 9.7. 元组 + Tuples 9.8. 作业 - 方法 + Homework - Methods 10.1. 介绍(迷你项目 - 访客留言簿)+ Introduction (Mini Project - Guest Book) 10.2. 需求(作业)+ Requirements (Homework) 10.3. 项目规划 + Planning the Project 10.4. 构建项目 + Building the Project 10.5. 测试项目 + Testing the Project 11.1 介绍(调试部分介绍)+ Introduction (Debugging Section Introduction) 12.1. 使用断点 + Using Breakpoints 12.2. 处理异常 + Handling Exceptions 13.1. 高级异常 + Advanced Exceptions 13.2. 高级断点 + Advanced Breakpoints 14.1 迷你项目(调试综合应用)+ Mini Project (Debugging Putting It All Together) 15.1 介绍(面向对象编程第一部分介绍)+ Introduction (15 OOP Part 1 Section Introduction) 16.1. 静态类 + Static Classes 16.2. 实例化类 + Instantiated Classes 17.1. 属性类型 + Property Types 17.2. 命名空间 + Namespaces 18.1. 类库 + Class Libraries 18.2. 迷你项目 + Mini-Project 19.1 介绍 + Introduction 20.1. WOULD 框架 + WOULD Framework 20.2. 编写和优化步骤 + W & O Steps 20.3. U、L 和 D 步骤 + U, L, & D Steps 21.1. 类库创建 + Class Library Creation 21.2. 控制台应用创建第一部分 + Console App Creation Part 1 21.3. 控制台应用程序创建第二部分 + Console App Creation Part 2 21.4. 连接逻辑 + Wire Up the Logic 22.1 调试和测试 + Debugging and Testing 23.1 介绍 + Introduction 24.1 继承 + Inheritance 24.2 接口 + Interfaces 24.3. 迷你项目 + Mini Project 25.1. 访问修饰符 + Access Modifiers 25.2. 抽象类 + Abstract Classes 25.3. 方法重写 + Method Overriding 25.4. 迷你项目 + Mini Project 26.1. 方法重载 + Method Overloading 26.2. 扩展方法 + Extension Methods