File Handling: Adding a Save As Command

Objective
Like other programming language that supports array, C# gives you an efficient and simple way to manipulate with array. This tutorial will show you about array in C#, what it is and how array works.
Let's go
Objective
In some case you want to check whether or not a string is conform to an template. For example, you want to check if a given string is only created by numeric character from 0-9. Another example is checking valid email format. In these cases, C# language provides you an easy but quick method for doing this.
Let's go
Objective
When working with language programming, formatting is the problem that always makes programmer in trouble. This tutorial will take you through some type of formatting in C#.
Let's go
Understanding String in C#