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 IV: Polymorphism
- DS&A: Basics of Data Structure
- DS&A: Basics of Data Structure and Algorithm
- DS&A: Graphs I, Tree
- DS&A: Graphs II, Generics
- DS&A: Graphs III, Refactoring & Debugging
- C# Collections
- .NET Types & Delegates I
- .NET Types & Delegates II
- File IO, File Input and Output Streams, Deployment
- Serialization and Deserialization
- Performance and Scalability
- Synchronously & Asynchronously Tasks
- C# in Unity: Creating and Modifying Objects with Code