Explain assembly with manifest in detail.
[4 marks]Explain DLL Hell Problem in detail.
[3 marks]Draw neat and clean diagram of .Net Framework. Explain its important components.
[7 marks]Differentiate Array and Array List in .net with example.
[3 marks]What is constructor? Explain various constructor with example.
[4 marks]What is Structured Error Handling in C#.NET? Explain DividebyZeroException with example.
[7 marks]Write a C# program console application to define shape class and derive circle and rectangle from it to demonstrate inheritance.
[7 marks]Discuss C# Reflection API using an example.
[3 marks]Explain use of Master page in ASP.Net.
[4 marks]Explain Property and Indexer in C# with example.
[7 marks]Explain GDI+ in detail.
[3 marks]Write a C# program to copy data from one file to another using StreamReader and StreamWriter class.
[4 marks]What is Dialog? Explain FolderBrowserDialog, OpenFileDialog and FontDialog in detail
[7 marks]Explain ExecuteNonquery method for command object.
[3 marks]Write a C# code to bind data to DataGrid for the given table. Table: Product (ItemId, ItemName, Quantity, Itemrate, Amount).
[4 marks]Draw and explain ADO.Net architecture in detail.
[7 marks]What is View State? Explain with example.
[3 marks]Explain in brief ASP .NET Page Life cycle.
[4 marks]Write a C# code to insert data into Sql server database for the given table. Table: Employee (EmpId, EmpName, DeptCode, Designation, BasicSalary).1
[7 marks]Write a short note on WPF.
[3 marks]What is validation in web application? Explain any two validation controls in detail.
[4 marks]What is webservice? Create a web service to add two numbers. Also give code to consume it.
[7 marks]Explain WCF instancing services.
[3 marks]Explain AdRotator Control with example.
[4 marks]What is state management? Explain Session and Cookie with suitable example.
[7 marks]