What Can C# Do For You

It was 1999 when C# (pronounced C sharp) was introduced to the world by Microsoft as a new futuristic programming language. I was fortunate enough to be one of the…

What Is The Future Of C#

It has been 16 years since Microsoft publicly announced C# language in 2000. Over the years, C# language has matured and has become one of the most popular and loved…

C# Tutorial – Introduction

In this session 1. We will learn the basic structure of a c# program. The program we used in this video is shown below. // Namespace Declaration using System; class…