Description
In this course, you will learn :
- Data Types, Variables, Constants, Operators, Loops, and many other basic concepts are covered.
- Lists, ArrayLists, Strings, StringBuilders, and more are available.
- Excellent command of advanced C# features.
- Multithreading and generics
- Nullable Type, Extension Methods, and Lambda Expressions
- Predicates, actions, tuples, and more...
Syllabus :
1. C# Basics
- Data Types
- Value vs Reference Types
- Type Conversion
- Variables
- Constants
- Operators
- Decision Statements
- Loops
- Access Modifiers
- Functions/Methods
- Structures
- Enums
- StringBuilders
- Arrays
- Classes
- Inheritance and Polymorphism
- Interfaces
- Collections
- ArrayLists
- SortedList
- Stack
- Queue
- Hashtable
2. C# Advanced
- Indexers
- Exception
- Delegates
- Event
- Generics
- Partial class
- Static
- Nullables
- Func
- Action
- Predicate