Answer All The Questions
PART A – (10 x 2 = 20 Marks)
1. Discuss .NET namespaces.
2. What is an assembly.
3. Use a diagram and briefly discuss the evolution of C# language.
4. Distinguish clearly between value types and reference types in C#
5. Give examples where fallthrough is allowed and is not allowed in the switch.
6. What is the difference between ref and out parameters ?
7. Differentiate between read-only members and constant members.
8. What are sealed classes?
9. How is the finally statement used ?
10. What are multicast delegates ?
PART B – (5 x 16 = 80 Marks)
11. (i) Discuss different ways in which C# is different from Java.
(ii) Use some of the unique features of C# to develop a simple application. Use features that will make the application more difficult to develop in other languages.
12 a. (i) Describe in detail the architecture of ASP.NET
(ii) Describe in detail the steps involved in writing a simple web service.
(OR)
12 b. (i) Describe a simple Windows Forms example.
(ii) Discuss the web service support in Visual Studio .net.
Last edited by hemalathaijt; March 16th, 2012 at 12:07 PM.