Skip to content

Latest commit

 

History

History
51 lines (51 loc) · 1.25 KB

LearnCozy.md

File metadata and controls

51 lines (51 loc) · 1.25 KB

CozyLearn源码结构

Learn - 学习工程目录

Cozy - 命令行版c#学习工程

LearnCSharp

A - 核心C#
B - 对象和类型
C - 继承
D - 泛型
E - 数组和元组
F - 运算符和类型转换
G - 委托、lambda表达式和事件
H - 字符串和正则表达式
I - 集合
J - LINQ
K - 动态语言扩展
L - 异步编程
M - 内存管理和指针
N - 反射
O - 错误和异常

LearnFoundation

A - 任务、线程和同步
B - 安全性
C - 互操作
D - 文件和注册表操作
E - 网络
F - 本地化
G - XML处理
H - Dates, Times, and Time Zones
I - Serialization

LearnLinq

Restriction Operators
Projection Operators
Partitioning Operators
Ordering Operators
Grouping Operators
Set Operators
Conversion Operators
Element Operators
Generation Operators
Quantifiers
Aggregate Operators
Miscellaneous Operators
Custom Sequence Operators
Query Execution
Join Operators

LearnThirdPartyPackage