Fervent-Sniper is a C# Repository for Visual Studio .NET Core Examples and Snippets.
- Declaring Variables, Displaying Variables
- Using Arithmetic Operators
- Using Data Types
- Numeric Conversions
- Declaring Constants
- If Else Statements
- Compound Expressions
- Switch Statements
- Conditional Operators
- Do While, While, For, Nested Loops.
- Arrays, Multidimentional Arrays, Array Methods
- Creating Methods, Pass by Reference Vs Pass by Value
- Ref Keyword, Out Keyword, Params Keyword, Static Keyword, Method Overloading, Opt Parameters
- Creating Classes, Operator Overloading, Passing Objects to Methods, Arrays of Objects