Net Fundamentals: Introduction To.NET, CLI.CLR,.NET Framework Architecture Architecture, Versions Of.Net Framework Architecture, Overview of.Net Core Introduction to Visual Studio Basics of C#
– Language Basics: System.Console class, Variables, Primitive Types, Control Statements
– OOP Fundamentals: OOP Basics, Classes, Objects, Object References
– FieldsFields Static Fields Constants Readonly Fields
– Methods Methods Encapsulation Abstraction Polymorphism Parameters this keyword, Static Methods, Default Arguments, Named Arguments Method overloading ref, ref, in, ref return, params modifier Local functions, Static Local Functions Recursion
– Type Conversion: Type conversion, Implicit casting, Explicit casting, Parse, TryParse, Conversion methods
Constructors: Constructors. Static constructors. Constructor overloading. Object initializer.