Explain .net program compilation process in detail.
[3 marks]Explain DLL Hell problem with solution.
[4 marks]Explain .net framework architecture with features.
[7 marks]Explain structured error handling in C#.
[3 marks]Write a short note on Namespaces.
[4 marks]Write a C# program console application to define shape class and derive circle and rectangle from it to demonstrate inheritance.
[7 marks]Explain function overloading with example.
[7 marks]Explain any three windows form controls.
[3 marks]Write a C# code to bind data to DataGrid for the given table. Table: Product ( ItemId , ItemName, Quantity, Itemrate , Amount).
[4 marks]What is Disconnected architecture in ADO.NET? Explain following objects of ADO.NET : SqlConnection, SqlDataAdapter, SqlCommand.
[7 marks]Explain ExecuteNonquery method for command object.
[3 marks]Explain the difference between ADO and ADO.NET.
[4 marks]Write a C# code to insert data into sql server database for the given table. Table: Product ( ItemId , ItemName, Quantity, Itemrate , Amount).
[7 marks]Explain the terms PostBack , Code Behind , Viewstate.
[3 marks]Explain GDI+ in detail.
[4 marks]What is Dialog? Explain FolderBrowserDialog, OpenFileDialog and FontDialog in detail.
[7 marks]Explain ASP.NET page life cycle.
[3 marks]What is state management? Explain session concept in web applications.
[4 marks]Explain various ASP.NET validation controls.
[7 marks]Explain the concept of cookies in ASP.NET.
[3 marks]Write ASP.NET code to rotate advertisements with Adrotator control.
[4 marks]Write a short note on WPF
[7 marks]Explain WCF instancing services.
[3 marks]Explain the concept of Master Page in ASP.NET
[4 marks]What is web service? Create a web service to add two numbers. Also give code to consume it.
[7 marks]