C# Fundamentals

This is the home page for C# fundamentals.In this section, you will learn fundamental concepts of C#. This section is basically for beginners.

Even if you are an experienced programmer and you want to refresh basic C# skills then this section will help you.

Topics

1. C# Introduction

2. First application in C#

3. Data types in C#

4. Variables and Constants

5. Operators in C#

6. Value Type and Reference Type

7. Type Conversion

8. Boxing and Unboxing

9. Decision making statements – Introduction

10. Decision Making Statements – If Statement

11. Decision Making Statements – If else statement

12. Decision Making Statements – If else if statement

13. Decision Making Statements – Switch statement

14. Looping introduction

15. Looping – while loop

16. Looping – do while loop

17. Looping – for loop

18. Arrays

Coding Examples (Video Tutorials):

1. Decision Making Statement Lab 1 (Write a C# program to find whether a given year is a leap year or not.)

2. Decision Making Statement Lab 2 (Write a program to determine whether a given number is odd or even.)‎