Skip to content

uniaxialsoftwares/training-dot-net-core

Repository files navigation

training-dot-net-core

Day 1

* Setting up environment
* Visual Studio Basics
* Basic language

Day 2

* Variables

Day 3

* Control Statemnets
* if - else if - else
* Loop

Day 4

* Switch Statements
* Loop

Day 5

* Defining Class and Objects
* Defining the Function

Day 6

* Class and Object - Functions (Simple and Parameterized)
* Class and Object - Constructors

Day 7

* Functions(Parameterized with Return Types)
* Overloading Functions
* DateTime Class and methods (Add, Subtract, ToString etc.)
* String class and Methods( Substring, Split, Replace, IndexOf etc.)
* Working with foreach Loop
string name = "abc xyz mno";
string[] names = name.Split(' ');
foreach (var item in names)
{
	Console.WriteLine(item);
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages