Draw neat and clean diagram of .NET framework.
[3 marks]Explain the importance of MSIL? Which tool is used to compile theIL language?
[4 marks]What is Namespace? Write a short note on Namespaces.
[7 marks]Differentiate Managed and Unmanaged Code in .Net Framework.
[3 marks]Explain Constructor and Destructor with example.
[4 marks]Create a console application in C# which demonstrates inheritance. Is multiple inheritance supported in C#? Justify.
[7 marks]What is Structured Error Handling in C#.NET? Explain with proper example.
[7 marks]List out various windows form controls. Explain any two.
[3 marks]Explain the use of StreamReader and StreamWriter class for FileStream with example.
[4 marks]Write a C# program which creates windows form with two List Boxes listBox1, listBox2, and button named Transfer. When button is clicked it should transfer all items from listBox1 to listBox2.
[7 marks]Write a Windows Form Program to display “Welcome to GTU” in message box when you click on a button.
[3 marks]What is Delegate? Explain in brief.
[4 marks]What is Indexer? Write a code snippet showing use of indexer.
[7 marks]Differentiate between connected and disconnected data access.
[3 marks]Enlist Validation controls in ASP.NET and explain any two controls with proper example.
[4 marks]Write an ADO .NET program which shows records from student_master(rollno, name, email, city, phone) on a Windows form in DataGrid control.
[7 marks]Write a short note on MDI form in C#.NET
[3 marks]List and explain important classes of ADO .NET
[4 marks]Explain Page Life Cycle of ASP.NET.
[7 marks]What is the use of GDI+?
[3 marks]What is View State? Explain with example.
[4 marks]What is Cookies and Session? How to create Cookies and Session? Explain with its syntax and write ASP.NET program to illustrate the concept of Cookies and Session.1
[7 marks]What is WPF? Explain in brief.
[3 marks]Enlist and explain the steps to consume a Web service.
[4 marks]Write code to create an ASP.NET page that displays Advertisement using Adrotator control.
[7 marks]