BCA 7th Semester
Advance Dot Net Technology Board Question Paper 2025

Views: ...
tribhuvan university logo

Tribhuvan university

Faculty of Humanities & Social Science
OFFICE OF THE DEAN

2025

Bachelor In Computer Application

Course Title: Advance Dot Net Technology

Code No: CACS 483

Semester:VII

Full Marks:60 Pass Marks:24 Time:3 hours

Candidates are required to answer the question in their own words as far as possible.

Group A
Group B
Attempt any SIX question.
[6x5=30]
2.

What is thread? Write a C# program to create multiple thread along with main Thread.

3.

What is difference between SDI and MDI application? How form inheritance can be performed in windows application?

4.

What is disconnected architecture in ADO.NET? How ADO.NET differs from classical ADO?

5.

What is difference between HTML server control and Web server control? Explain with example.

6.

What is authentication? Briefly explain form authentication in ASP.NET.

7.

Explain different controls of ASP.NET AJAX.

8.

What is kestrel? How it differ from IIS?

Group C

Attempt any TWO questions

[2x10=20]
9.

Differentiate between class and interface? Why do we need serialization in file handling in C#? Write a C# program to save Student record (roll, name, address, and phone number) into file "student.txt" and then display student record.

10.

What are advantages of ASP.NET MVC? Explain different state management techniques in ASP.NET.

11.

What is validation control in web development? Explain various control for validation in ASP.NET with suitable program.