Differentiate ASP.Net and .Net Core. Explain Net architecture in detail.
What are the two usages of interface? Write a program to achieve multiple inheritance in C#
Differentiate throw and throws keyword. Write a program to copy contents of one file to another using binary reader and binary writer.
What are the benefits of win forms? Write common properties and events of different controls in win forms.
What do you mean by tooltips? Explain different types of dialog box along with suitable programs.
What is ADO.Net? Differentiate dataset and data reader with suitable example.
What is GDI+? Write a program to draw line and circle in win form.
Attempt any TWO questions
[2x10=20]a) Explain two architectures of ADO.Net.
b) Write a C# program to demonstrate transaction using ADO.Net.
a) Explain docker and containerization with suitable example.
b) Develop a win form application to show complete CRUD operation of employee.
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: