You are on page 1of 1

MSc CA 2009-11 Sem III .

net (Adv)

Presentation Topics: Select any one

1) ADO .NET

2) Web Application Development in .NET Framework

3) LINQ

4) Team Foundation Server

5) Web Service

Assignment for Advance .NET

Note:Solve all.

1) Write a C# application which access an employee table present under SQL server database &
print the content of that table on console?

2) Create a Web page using ASP .NET to perform a registration activity of a college student use
following are fields for registration: -- Full Name, Address, City, State, Country, Age, Contact
No., E-mail. Use proper ASP .NET control to accept value for this field. Age should be entered
in between 15 to 28 do validations for it. Validate email address. Page should have a Reset &
Submit button, when user press submit button it submit data to server and it is stored in data
base. Write code for .aspx and .aspx.cs file Write your assumption if any.

3) Create a Web page using ASP .NET which provides a login form to exiting user if user is
valid user then it show login successful message. If user is not a valid user then it shows login
failed message. It also provides a new user registration facility use database to store the
information of new user. Write code for .aspx and .aspx.cs file. Write your assumption if any

4) Create a Web service that has three web methods as follows

1) Which accept an integer and print a number in reveres order?

2) Which accept an integer and calculate sum of digit of a number?

3) Which accept a string and find that string is in email format or not and print the

message according to it.

5) Create a web service for conversion of weight from Kilo Grams to Pound and vice versa it has
a GUI to accept input from user

You might also like