Course Modules
- Introduction of IDE( Microsoft Visual Studio 2019 programming environment).
- Create a C# console application.
- Explain the purpose of namespaces.
- variables
- operators
- expressions
Writing methods and applying scope
Using decision statements
Using compound assignment and iteration statements
Managing errors and exceptions
Creating and managing classes and objects
Understanding values and references
Creating value types with enumerations and structures
Working with inheritance
Creating interfaces and defining abstract classes
Implementing properties to access fields
Using arrays
Using garbage collection and resource management
Introducing collections (generics, non-generics)
Querying in-memory data using LINQ expressions