Draw .Net framework architecture.
[3 marks]Demonstrate the use of RichTextBox control with an example.
[4 marks]Write a console application to find area of rectangle (a=wl) and07 circle using the concept of function overloading.
[ marks]Give the significance of following names spaces. 1. system.data 2. system.sqlclient 3. system.io
[ marks]Demonstrate the use of GroupBox with an example.
[4 marks]Design Windows Form application for adding item in07 tblItemMaster (ItemId, ItemName, ItemCategory, ItemPrice).
[ marks]Design Windows Form application for performing arithmetic07 operations using TextBox, Label, Button and MessageBox.
[ marks]Briefly explain Pen class and Brush class of GDI+.
[3 marks]Demonstrate the use for try…catch in handling errors.
[4 marks]Design ASP.NET application (Draw rough UI of webform with required controls) through which user can do login and change password.
[7 marks]How garbage collection is managed in .Net?
[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. Staff can view Journal details (Jid, JName, JPubliser) in GridView 2. Staff can delete Journal information from GridView (Use RowCommand event).
[7 marks]What is the need of Property and Indexer?
[3 marks]Demonstrate the use of LinkedList with an example.
[4 marks]What is the role of DataTable, DataSet and SqlConnection in07 ADO.Net? Demonstrate with an example.
[ marks]Briefly explain the concept of Inheritance in C#.
[3 marks]Demonstrate the use of SortedList with an example.
[4 marks]Design faculty registration (FID, FName, FContactNo, FEMail, FAge) facility in ASP.NET with the use of proper ASP.NET validation controls.07
[ marks]Enlist the applications where WCF can be useful.
[3 marks]What is the use of Session? How Session can be created in .Net?
[4 marks]Create an ASP.NET web service to show result of student based07 on entered enrollment number. Also write the code to consume it.
[ marks]Enlist the events of ApplicationState and give the significance of each.
[ marks]Briefly explain the concept of WPF.
[4 marks]Create an ASP.NET web service which returns user password07 based on entered UserID. Also write the code to consume it.
[ marks]