Explain thread lifecycle. Write a multithreaded program using C#.
What is MDI form? Explain different types of dialog boxes with suitable examples.
Differentiate connected and disconnected ADO.Net architecture with suitable example.
Define virtual directory in IIS. Develop ASP.Net web form application to create and access session.
Explain MVC using ASP.Net core with suitable example.
Define AJAX. Explain ASP.Net AJAX server control with suitable example.
What do you mean by hosting models? Explain docker and containerization in detail.
Attempt any TWO questions
[2x10=20]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'.
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.
Differentiate ASP.Net and ASP.Net core. Create ASP.Net core application containing razor page, model and controller to calculate simple interest.