Explain in brief: 1. MSIL 2. CLR 3. Versioning
[3 marks]Write a C# program to demonstrate method overloading.
[4 marks]Draw a diagram of the .Net architecture and describe its components.
[7 marks]How garbage collection is managed in .Net?
[3 marks]Write a short note on Namespaces.
[4 marks]What is inheritance? Create C# console application to define Car class and derive Kia and MG from it to demonstrate inheritance.
[7 marks]What is Structured Error Handling in C#.NET? Explain with proper example.
[7 marks]Explain the concept of GDI+ in C#.
[3 marks]Write a short note on .NET assembly.
[4 marks]What is property? Differentiate it with indexer. Also explain Accessibility of Accessors.
[7 marks]Discuss C# Reflection API using an example.
[3 marks]Explain the Data Reader object with suitable example.
[4 marks]List out various events of ASP .NET page life cycle. Explain any two in detail.
[7 marks]Write a short note on MDI form in C#.NET
[3 marks]List windows form controls and explain radio button and checkbox control.
[4 marks]Differentiate between ADO and ADO.NET.
[7 marks]Write a Windows Form Program to display “Welcome to India” in message box when you click on a button.
[3 marks]What is dialog? Explain any one dialog control with its usage.
[4 marks]Explain objects of ADO.NET with syntax and example: SqlConnection, SqlDataAdapter, SqlCommand.
[7 marks]Explain the concept of cookies in ASP.NET.
[3 marks]Differentiate between Master Page and Theme Page in ASP.NET1
[4 marks]Enlist Validation controls in ASP.NET and explain any three controls with proper example.
[7 marks]What is WPF? Explain in brief.
[3 marks]Define web services. explain web service components in detail
[4 marks]What is state management? Explain Session and Cookie with suitable example
[7 marks]