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

Views: ...
tribhuvan university logo

Tribhuvan university

Faculty of Humanities & Social Science
OFFICE OF THE DEAN

2023

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.

Explain thread lifecycle. Write a multithreaded program using C#.

3.

What is MDI form? Explain different types of dialog boxes with suitable examples.

4.

Differentiate connected and disconnected ADO.Net architecture with suitable example.

5.

Define virtual directory in IIS. Develop ASP.Net web form application to create and access session.

6.

Explain MVC using ASP.Net core with suitable example.

7.

Define AJAX. Explain ASP.Net AJAX server control with suitable example.

8.

What do you mean by hosting models? Explain docker and containerization in detail.

Group C

Attempt any TWO questions

[2x10=20]
9.

Create a ASP.Net web form for employee registration containing input fields for employee id, name, address, gender, department and two buttons for inserting and selecting data. You should insert data to a database table on insert button clicked and on select button clicked select and display employee data in DataGrid whose address is 'Ktm' and department is 'IT'.

10.

a) Write a C# program to demonstrate typed dataset.
b) Write a C# program to copy contents of one file to another using binary reader and writer.

11.

Differentiate ASP.Net and ASP.Net core. Create ASP.Net core application containing razor page, model and controller to calculate simple interest.