Today, we are on day two of our seven-day learning series. Yesterday, we had gone through the basic understanding of .NET Core and its important aspects. Today, we will discuss the C# programming language. We will start with basics concepts by understanding a typical C# program, and then we will start looking at other stuff by covering reserved keywords, types, and operators; by the end of day, we will be able to write a complete C# program after covering the following topics:
- Introducing C#
 - Understanding a typical C# program
 - An overview of C# reserved keywords, types, and operators
 - An overview of type conversion
 - Understanding statements
 - Arrays and string manipulations
 - Structure versus class