Define following terms: (1) MSIL (2) CLR (3) DLL
[3 marks]What is namespace? Explain it in short.
[4 marks]Draw and explain .Net architecture diagram and explain its various components in detail.
[7 marks]Differentiate managed code and unmanaged code.
[3 marks]Demonstrate the use of CheckBox and RadioButton control.
[4 marks]Write a console application to find peripheral of circle and triangle using the concept of function overloading
[7 marks]Write a C# program to generate IndexOutOfRangeException exception and also handle this exception.
[7 marks]Differentiate Constructor and Destructor in C#.
[3 marks]What is Inheritance? Explain it in brief with suitable example.
[4 marks]Write a ASP.Net Employee form to insert the data in employee table (id, name, department, contact, address).
[7 marks]Differentiate ADO and ADO.NET.
[3 marks]Explain compilation process of .NET program.
[4 marks]Write a console application to perform Celsius to Fahrenheit Conversion and Fahrenheit to Celsius conversion.
[7 marks]What is End to DLL Hell?
[3 marks]Explain reflection API with an example.
[4 marks]Write a C# program which creates windows form with back colour as green.
[7 marks]Explain Theme in short.
[3 marks]What is Master page in ASP.Net? Explain in short.
[4 marks]Explain objects of ADO.NET with syntax and example: SqlConnection, SqlDataAdapter, SqlCommand.
[7 marks]Write short note: (1) WPF (2) WCF
[3 marks]What is Web Service?
[4 marks]Explain any two events of ASP .NET page life cycle in detail
[7 marks]Explain the concept of cookies in ASP.NET.
[3 marks]Explain View State with example.
[4 marks]Write a Web Service code to find area of triangle.1
[7 marks]