What is thread? Write a C# program to create multiple thread along with main Thread.
What is difference between SDI and MDI application? How form inheritance can be performed in windows application?
What is disconnected architecture in ADO.NET? How ADO.NET differs from classical ADO?
What is difference between HTML server control and Web server control? Explain with example.
What is authentication? Briefly explain form authentication in ASP.NET.
Explain different controls of ASP.NET AJAX.
What is kestrel? How it differ from IIS?
Attempt any TWO questions
[2x10=20]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.
What are advantages of ASP.NET MVC? Explain different state management techniques in ASP.NET.
What is validation control in web development? Explain various control for validation in ASP.NET with suitable program.