BIT 6th Semester
Net-Centric Computing Board Question Paper 2080

Views: ...

BIT 351-2080 ✡
Tribhuvan University
Institute of Science and Technology
2080
Bachelor Level/Third Year/Sixth Semester/Science
Bachelors in Information Technology (BIT 351)
(Net-Centric Computing)
Full Marks:60 Pass Marks:24 Time:3 hours

Candidates are required to give their answers in their own words as for as practicable.
The figures in the margin indicate full marks

Section A
Long Answer Questions
Attempt any Two question.
[2x10=20]
1.

Define indexers. What is the use of base keyword? How can you apply polymorphism in code extensibility?

2.

What are the tasks of ASP. NET web forms? Explain the MVC pattern of ASP.NET.

3.

How do you create Controllers, Actions and Action results? Explain.

Section B

Attempt any Eight questions

[8x5=40]
4.

List the advantages of Entity framework over ADO.NET.

5.

How do you manage state on stateless HTTP?

6.

Why do we need to validate the form? Describe.

7.

Create a form using React with your own assumption.

8.

How do you detect and prevent vulnerabilities in ASP.NET core application.

9.

What are the purposes of adding authentications to apps? Explain.

10.

Describe any two hosting models for ASP.NET core application.

11.

Given a table BOOK(ISBN,Name,Author,Price), write a program to update the price of the book to 1000 whose author is John.

12.

How rendering HTML with views is done? Explain.