BHANDARKARS ARTS AND SCIENCE COLLEGE, KUNDAPURA
Department of Computer Science
Assignment on C# and .NET Framework
II BCA A and B (General)
2 Marks Questions
1. What is .Net Framework? List its components
2. What is Microsoft Intermediate Language (MSIL)?
3. What are CTS and CLS?
4. Name the different types of applications that can be created in .Net
Framework
5. What are namespaces? Give example
6. What are aliases for namespaces?
7. What are the two types of data types available in C#?Give example each
8. Differentiate value type and reference type data type in c#
9. What are boxing and unboxing in c#?
10. List the special operators in C#
11. What are mutable and unmutable strings in c#?
4 or more Marks Questions
1. Explain the origins of .Net technology?
2. Explain the components of .Net framework
3. What are the benefits of .Net approach
4. Explain sample c# program
5. Explain the C# program structure
6. Write a note on c# Literals
7. Explain value type data types in C#
8. Explain if-else statement with syntax and example
9. Explain switch-statement with syntax and example
10. Explain Fallthrough in switch statement
11. Explain while and do-while statement with syntax and example
12. Explain for- statement with its additional features
13. Explain foreach statement with syntax and example
14. Explain the different ways of creating strings in C#
15. Explain any five string functions in c#