Define Following terms. 1.MSIL 2.Versioning 3.Side by side execution
[3 marks]Explain any two dialogue box controls with properties.
[4 marks]Describe various methods for storing state information in web applications.
[7 marks]“C# Constructor can return the value “ - Justify.
[3 marks]Explain Managed Code and Unmanaged Code.
[4 marks]Write a console application to Perform Celsius to Fahrenheit Conversion and Fahrenheit to Celsius conversion.
[7 marks]Explain .Net framework architecture with diagram and also discuss IL, CLR, CTS and CLS.
[7 marks]Explain Namespaces in C#.
[3 marks]What is Inheritance? Explain it in brief with suitable example.
[4 marks]What do you mean by structured error handling? Create C# .Net console application to accept 10 numbers from user and find its average. Also handle IndexOutOfRangeException
[7 marks]What is End to DLL Hell?
[3 marks]What is GDI+?
[4 marks]Differentiate Array and Array List in .Net with example in C# .Net. Explain various methods of Array List.
[7 marks]Explain Garbage Collection in .NET.
[3 marks]Explain usage of following ADO.Net objects with their methods. 1. Connection 2. Data Adapter
[4 marks]What is validation in web application ? List ASP.NET validation controls and explain any three with example.
[7 marks]Discuss C# Reflection API using an example.
[3 marks]Explain the Data Reader object with suitable example.
[4 marks]Explain Following Controls. 1.Calender 2. Gridview 3. ListBound
[7 marks]What is WPF? Explain briefly.
[3 marks]What is Cookieless Session ID? Explain in brief.
[4 marks]What is webservice? Create a web service to find area of circle. Also give code to consume it.
[7 marks]What is View State? Explain with suitable example.
[3 marks]Differentiate between Master Page and Theme Page in ASP.NET
[4 marks]List out various events of ASP .NET page life cycle. Explain any two in detail.
[7 marks]