Lab 1 :- C# fundamentals, For loop, data types, Error handling, classes/objects, Methods and functions.
- Differentiate between IDE, Framework and Language?
- Solution is collection of project, true or false?
- What is "System" in C#?
- What is args in the main method?
- What are the different data types in C#?
- Explain the need of try and catch?
- i++ vs ++inFor loop, i++ vs ++inWhat is the benefit of Classes and Objects?
- Differentiate between Methods vs Functions?