一、Basic Concepts 基本概念

二、Conditionals and Loops 条件语句和循环

三、Methods 方法

四、Classes&Objects 类&对象

五、Arrays&Strings 数组&字符串

六、More On Classses 更多的类

七、Inheritance&Polymorphism 继承和多态

八、Structs,Enums,Exceptions&Files 结构,枚举,异常&文件

九、Generics 泛型(通用类)

十、Cerificate 结业(证书)

Lessons: 69 199 Quizzes 共69节课 199个测验

Module 1: Basic Concepts 模块1:基本概念

1 What is C#? (2Quizzes) C #是什么?
2 Variables (3Quizzes)变量
3 Your First C# Program (3Quizzes) 你的第一个C#程序
4 Printing Text (2Quizzes) 打印文本
5 Getting User Input (2Quizzes) 获取用户输入
6 Comments (2Quizzes) 注释
7 The var Keyword (2Quizzes) 局部变量关键字
8 Constants (1Quizzes) 常量
9 Arithmetic Operators (4Quizzes) 算数运算符
10 Assignment & Increment Operators (5Quizzes) 赋值与增量
11 Module 1 Quiz (5Quizzes) 模块一课堂测验

Module 2: Conditionals and Loops 模块2:条件和循环

12 The if-else Statement (5Quizzes) if-else语句
13 The switch Statement (3Quizzes) switch语句
14 The while Loop (3Quizzes) while循环
15 The for Loop (3Quizzes) for循环
16 The do-while Loop (2Quizzes) do-while循环
17 break and continue (2Quizzes) 跳出和继续
18 Logical Operators (4Quizzes) 逻辑运算符
19 The Conditional Operator (1Quizzes) 条件运算符
20 Basic Calculator (2Quizzes) 基本计算器
21 Module 2 Quiz (5Quizzes) 模块二课堂测验

Module 3: Methods 模块3:方法

22 Introduction to Methods 4 方法概论
23 Method Parameters 3 方法参数
24 Multiple Parameters 2 多个参数
25 Optional & Named Arguments 2 可选的和命名的参数
26 Passing Arguments 3 参数的传递
27 Method Overloading 2 方法的重载
28 Recursion 2 递归
29 Making a Pyramid 1 制作一个金字塔
30 Module 3 Quiz 5 模块三课堂测验

Module 4: Classes & Objects 模块4:类和对象

31 Introduction 3 简介
32 Value & Reference Types 2 值和引用类型
33 Class Example 3 类示例
34 Encapsulation 3 封装
35 Constructors 2 构造函数
36 Properties 5 属性
37 Module 4 Quiz 7 模块四课堂测验

Module 5: Arrays & Strings 模块5:数组和字符串

38 Arrays 4 数组
39 Using Arrays in Loops 3 在循环中使用数组
40 Multidimensional Arrays 2 多维数组
41 Jagged Arrays 1 交错数组
42 Array Properties & Methods 2 数组属性和方法
43 Working with Strings 2 处理字符串
44 Module 5 Quiz 5 模块五课堂测验

Module 6: More On Classes 模块6:更多的类

45 Destructors 2 析构函数
46 Static Members 4 静态成员
47 Static Classes 2 静态类
48 this & readonly 2 this和只读
49 Indexers 2 索引
50 Operator Overloading 2 运算符重载
51 Module 6 Quiz 6 模块六课堂测验

Module 7: Inheritance & Polymorphism 模块7:继承和多态性

52 Inheritance 3 继承
53 Protected Members 2 受保护的成员
54 Derived Class Constructor & Destructor 2 派生类构造函数和析构函数
55 Polymorphism 4 多态性
56 Abstract Classes 2 抽象类
57 Interfaces 2 接口
58 Nested Classes 1 嵌套类
59 Namespaces 1 名称空间
60 Module 7 Quiz 7 模块七课堂测验

Module 8: Structs, Enums, Exceptions & Files 模块8:结构、枚举、异常和文件

61 Structs 2 结构
62 Enums 2 枚举
63 Exception Handling 4 异常处理
64 Working with Files 2 处理文件
65 Module 8 Quiz 6 模块八课堂测验

Module 9: Generics 泛型
66 Generic Methods 2 泛型方法
67 Generic Classes 2 泛型类
68 Collections 2 集合
69 Module 9 Quiz 模块九课堂测验

SoloLear_C# Tutorial_Contents的更多相关文章

随机推荐

  1. fatal: remote origin already exists.解决方法

    git remote add origin1 http://github.com/xxx/xxx.git origin名字冲突,换一个名字 遇到这种问题时表示已经有一个origin,冲突了,可能原因是 ...

  2. hadoop开启Service Level Authorization 服务级认证-SIMPLE认证-过程中遇到的坑

    背景描述: 最近在进行安全扫描的时候,说hadoop存在漏洞,Hadoop 未授权访问[原理扫描],然后就参考官方文档及一些资料,在测试环境中进行了开启,中间就遇到了很多的坑,或者说自己没有想明白的问 ...

  3. Spark安装与部署

    1.首先安装scala(找到合适版本的具体地址下载) 在/usr/local/目录下 wget https://www.scala-lang.org/download/**** 2.安装spark ( ...

  4. 五分钟学会悲观乐观锁-java vs mysql vs redis三种实现

    1 悲观锁乐观锁简介 乐观锁( Optimistic Locking ) 相对悲观锁而言,乐观锁假设认为数据一般情况下不会造成冲突,所以在数据进行提交更新的时候,才会正式对数据的冲突与否进行检测,如果 ...

  5. NDK Cmake

    CMake与NDK搭配使用时,可以配置的部分变量: 1. `ANDROID_PLATFORM`:指定Android的目标版本,对应`$NDK/platforms/`目录下的版本.通常情况下是`defa ...

  6. pip3 Traceback (most recent call last)错误调试

    百度找的答案不知道是否正确反正不适用于deepin,就手动调试了一下,结果修复了原理不清楚. 调试环境: OS:deepin 15.11 Python3-pip 错误提示: python@python ...

  7. 水果机抽奖(CocosCreator)

    推荐阅读:  我的CSDN  我的博客园  QQ群:704621321 一.前言       在前面给大家分享了大转盘的抽奖方式,这是现在游戏使用较多的一种抽奖方式,今天给大家介绍另一抽奖方式--水果 ...

  8. 单选多选(CocosCreator)

    推荐阅读:  我的CSDN  我的博客园  QQ群:704621321 1.前沿       首先来说说我们的需求吧:随机出现单选题或者多选题,完全回答正确才算正确(多选题中少选错选算错),核实答案的 ...

  9. Java集合框架之TreeSet浅析

    Java集合框架之TreeSet浅析 一.TreeSet综述: 1.1TreeSet简介: TreeSet是Java集合框架的重要成员,先来看看TreeSet在jdk1.8中的定义吧: public ...

  10. vue-cli3.x创建及运行项目

    Node 版本要求 Vue CLI 需要 Node.js 8.9 或更高版本 (推荐 8.11.0+).如果你已经全局安装了旧版本的 vue-cli (1.x 或 2.x),你需要先通过 npm un ...