C# CheatSheet
C# CheatSheet is a website storing teaching material for c# development.
Table of Content
- Lecture Introduction and .NET setup
- Introduction of C# and C# Basics
- Functions/Methods, Iteration/Recursion
- OOP I: Class and Encapsulation
- OOP II: File Management and Class Library
- OOP III:Inheritance
- OOP VI: Polymorphism
- DS&A: Basics of Data Structure and Algorithm
- DS&A: Array and List, Graphs
- DS&A: Graphs II, Tree
- DS&A: Graphs III, Generics
- C# Collections
- NuGet & Debugging & Refactoring
- .NET Types & Delegates
- Lambda Expression
- File IO, File Input and Output Streams, Deployment
- Serialization and Deserialization
- Performance and Scalability
- Synchronously & Asynchronously Tasks
- Deadlock