Mastery in C# with .net framework
Course curriculum
-
-
What is C#
-
Why we will use C#/What the benefits of using C#
-
What the difference between structured and unstructured languages
-
How to print a line in C#
-
What is the indentation problem in C#
-
-
How to declare variable in C#
-
-
How to work with all type of data in C#
-
-
How to apply Boolean in C#
-
How to create a conditional program in C#
-
-
Introduce function /What is function
-
How to create a function
-
How to call a function
-
How to create a loop and implement in C#
-
-
What is OOP
-
What the functionality of OOP
-
How to write a code using OOp in C#
-
-
How to create a constructor & class
-
How to call a class in constructor
-
-
How to Apply Encapsulation in Program
-
How to implement Inheritance in C#
-
-
How to create and implement abstraction method in C#
-
How to apply Polymorphism in right way
-
-
Introduction of all libraries of .net framework
-
How to apply all these framework
-
-
How to connect C# file with .net framework