Explain in brief: MSIL, CLR, CTS
[3 marks]Demonstrate the use of CheckBox and RadioButton control.
[4 marks]Write a console application to find area of circle and triangle using the concept of function overloading.
[7 marks]Write a short note on Namespaces.
[3 marks]Briefly explain the use of RequiredFieldValidator and RangeValidator of ASP.NET with example.
[4 marks]Demonstrate the use of try..catch with an example.
[7 marks]Write a C# program to generate divide by zero exception and also handle this exception.
[7 marks]Explain the concept of GDI+ in C#.
[3 marks]Give the use of Windows form control: ToolTip and Menu
[4 marks]Design ASP.NET application for Student registration. StudentTable (Sid, Name, Department, Semester).
[7 marks]Briefly explain Pen class and Brush class of GDI+.
[3 marks]Write a C# code to draw and fill rectangle using Rectangle class.
[4 marks]Design ASP.NET application (Draw rough UI of webform with required controls. Write GridView design code and C# code only) with following functionalities: 1. View Journal details (JName, JPubliser) in GridView 2. Delete Journal details from GridView (Use RowCommand)
[7 marks]What is the need of Reflection API?
[3 marks]Demonstrate the use of ArrayList with an example.
[4 marks]Explain objects of ADO.NET with syntax and example: SqlConnection, SqlDataAdapter, SqlCommand.
[7 marks]Briefly explain the concept of Indexer in C#.
[3 marks]Demonstrate the use of SortedList with an example.
[4 marks]Differentiate between ADO and ADO.NET.1
[7 marks]Explain the concept of cookies in ASP.NET.
[3 marks]How Master page can be useful in ASP.NET application?
[4 marks]Explain the concept of web service with an example.
[7 marks]How session can be manage in ASP.NET?
[3 marks]Briefly explain the concept of WPF.
[4 marks]Demonstrate the use of Application state with an example.
[7 marks]