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

Views: ...
tribhuvan university logo

Tribhuvan university

Faculty of Humanities & Social Science
OFFICE OF THE DEAN

2021

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.

Differentiate ASP.Net and .Net Core. Explain Net architecture in detail.

3.

What are the two usages of interface? Write a program to achieve multiple inheritance in C#

4.

Differentiate throw and throws keyword. Write a program to copy contents of one file to another using binary reader and binary writer.

5.

What are the benefits of win forms? Write common properties and events of different controls in win forms.

6.

What do you mean by tooltips? Explain different types of dialog box along with suitable programs.

7.

What is ADO.Net? Differentiate dataset and data reader with suitable example.

8.

What is GDI+? Write a program to draw line and circle in win form.

Group C

Attempt any TWO questions

[2x10=20]
9.

a) Explain two architectures of ADO.Net.
b) Write a C# program to demonstrate transaction using ADO.Net.

10.

a) Explain docker and containerization with suitable example.
b) Develop a win form application to show complete CRUD operation of employee.

11.

a) Write a C# program to demonstrate multithreading. You must use sleep() method in your program.
b) Write a C# program to calculate factorial of a number in win form as follows: