CSIT 6th Semester
Net Centric Computing Board Question Paper 2081

Views: ...

CSC 367-2081 ✡

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.

List the differences between docker service and container. Illustrate with an example to validate a simple form that consists of a name, email, address and date of birth using JQuery.

2.

Describe about Mono's ASP.NET implementation. How do you compile and execute .NET application? Describe the mechanisms to add support for experimental HTTP methods in ASP.NET core.

3.

Explain the methods for model binding and routing in ASP.NET core. How do you use JSON to serialize and deserialize objects between the client and server in ASP.NET core?

Section B

Attempt any Eight questions

[8×5=40]
4.

Show the chain of constructor in inheritance with an example.

5.

Why do we need to render HTML? Justify with an example.

6.

Describe the two ways that ADO.NET use to fetch data from the database.

7.

How do you read, write and remove cookies in ASP.NET core?

8.

Illustrate an example that shows the prevention from SQL injection attack.

9.

Define controller. Explain the needs of abstract class, sealed class and partial class.

10.

Differentiate between ADO.NET and Entity Framework.

11.

Write a program in C# to find the positive numbers from a list of numbers using multiple where conditions in LINQ Query.

12.

Write short notes.
a) Hidden field
b) Claim and policy