CSIT 6th Semester
Net Centric Computing Board Question Paper 2079

Views: ...

CSC 367-2079 ✡

Tribhuvan University

Institute of Science and Technology

TUpapers.com TUpapers.com
Bachelor Level/Third Year/sixth Semester/Science
Bachelors in Computer Science and Information Technology (CSC 367)
(Net Centric Computing)
(New Course)
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.

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

What is the purpose of web form? Write a program to demonstrate the concept of collection and generics.

2.

Explain the uses of cookies. What types of vulnerabilities can occur in web application? Show the case of Cross-site Scripting attack.

3.

Describe any two hosting models for core application. Design a client-side validation application using jquery for taking input data from student in Library Management System, assume your own assumptions.

Section B

Attempt any Eight questions

[8×5=40]
4.

How to you assign roles, claims and policies? Explain with an example.

5.

What types of problems lead to SQL injection attack? Discuss any two types of ASP.Net host models.

6.

What does single page application mean? Discuss about server-side strategies.

7.

Write an ADO.Net application to read the data from the existing table MOVIE (id, name, genre), where genre is "comedy".

8.

Differentiate between .NET and ASP.NET frameworks. How do you test the .NET core applications?

9.

Define HTTP. Explain the MVC pattern.

10.

What does dependency injection and IOC container means? Explain.

11.

What is tag helper? Discuss about razor syntax with an example.

12.

Write short notes on (Any TWO)
a. Lambda expression
b. Containerization using docker
c. Delegate and Events