Give the significance of constructor in C#.
[3 marks]List the components exist in .Net framework architecture and explain any two in detail.
[4 marks]Explain any four Windows Form controls in detail.
[7 marks]Briefly explain: Namespaces in C#
[3 marks]Design console application to check whether entered number is even or odd.
[4 marks]Design Windows Form application for performing basic arithmetic operations (addition, multiplication, division) using RadioButton, TextBox, Label, Button and MessageBox.
[7 marks]Explain Reflection API in detail.
[7 marks]List and explain different datatypes available in C#.
[3 marks]Demonstrate the use of Menu control with an example.
[4 marks]Give the significance of DataTable, SqlCommand and SqlConnection in ADO.NET.
[7 marks]Demonstrate the significance of ToString() method in C#.
[3 marks]Write short note on GDI+.
[4 marks]Design ASP.NET application (Draw rough UI of webform with required controls) for07 Student Registration and Login.
[ marks]Demonstrate the implementation of inheritance in C#?
[3 marks]How to handle exceptions in C#?
[4 marks]Explain the significance of Dataset and SqlDataSource in ADO.NET.
[7 marks]Briefly explain: GridView control in ASP.NET
[3 marks]What is the significance of Master Page in ASP.NET?
[4 marks]Demonstrate the use of any four ASP.NET Validation controls with an example.
[7 marks]Demonstrate the use of ApplicationState with example.
[3 marks]How DataList control can be used in ASP.NET?
[4 marks]Explain in detail: Session and Cookie
[7 marks]How Repeater control can be used in ASP.NET?
[3 marks]Briefly explain the concept of WCF.
[4 marks]Create an ASP.NET web service which returns factorial of the entered number.
[7 marks]