This repo contains C# & .NET Core and Oop Notes, Exercises and Works... You can fork the repo and add comment or new exercises, questions or assignments too... Feel free and just collobrate... ;)
- Console App
- Variables
- String
- Char
- Byte & Integer
- Double, Decimal, Float
- Boolean
- DateTime
- Variable Behaviors
- Variable Activity Fields
- Exercise 01
- Conscious Type Casting
- Unconscious Type Casting
- Object Type
- Boxing
- Convert & Parse
- Var Keyword
- Exercise 02
- Exercise 03
- Arithmetic Operators Addition
- Arithmetic Operators Substract
- Arithmetic Operators Multiply
- Arithmetic Operators Divide
- Increment & Decrement Operators
- Exercise 04
- Exercise 05
- Logical Operators
- Is Operator
- As Operator
- Exercise 06
- Control Flow Statement - If
- Control Flow Statement - If | else
- Control Flow Statement - If | else if | else
- Control Flow Statement - Switch case
- Exercise 07
- Exercise 08
- Exercise 09
- Loops - For Loop
- Loops - Nested For Loop
- Loops - For each Loop
- Loops - While Loop
- Loops - Do While Loop