NET Centric Computing 2074

Tribhuwan University
Institute of Science and Technology
2074
Bachelor Level / Sixth Semester / Science
Computer Science and Information Technology ( CSC367 )
( NET Centric Computing )
Full Marks: 60
Pass Marks: 24
Time: 3 hours
Candidates are required to give their answers in their own words as far as practicable.
The figures in the margin indicate full marks.

Attempt all Questions.

1. Write short notes on:

a. Advantage of ASP

b. Session Object

c. Indexers

d. ASP applications

e. Browser capabilities

10 marks view

2.a. List some requirements of dynamic page over static page. Discuss the features of IIS.

b. Differentiate between request object and response object with suitable example.

10 marks view

3. a. How ASP file can be debugged? Explain.

b. Illustrate a program to handle email using ASP with example.

OR

Differentiate between ADO and ADO.net.

10 marks view

4.a. Explain the architecture of CLR(Common Language Runtime) over Net framework.

b. Are overriding and overloading both the form of polymorphism? Justify with example.

10 marks view

5.a. What is the role of View State? explain the structure of ASP Net page.

b. Design a form to input the name and age of a student with the appropriate input validation.

10 marks view

6. a. Assume a database named "Library" containing a table Book(id, name author, price, [publication). Write a program in ASP, Net to create a page with necessary text field to input the data on book and insert the given record into the table.

b. Explain the steps for planning the ASP applications.

10 marks view