C# Syllabus
C# Syllabus
1. Getting Started
a. Course Rules
b. Introduction to slack channel
c. Introduction to top tracker
d. Introduction to Visual Studio
e. Creating first console project
f. Version controlling using git
8. Using Generics
a. Generic Class
b. Generic Method
c. Constraints
d. default keyword
e. Built in Generic data structures
f. Non-generics collection
9. Important Interfaces
a. IEnumerable
b. ICloneable
c. IDisposable
d. ICollection