Explain compilation process of .NET program.
[3 marks]Write a C# program to demonstrate method overloading.
[4 marks]What is inheritance? Create C# console application to define Car class and derive Maruti and Mahindra from it to demonstrate inheritance.
[7 marks]Write a short note on WCF.
[3 marks]Explain name spaces with suitable example. shape class and derive circle and rectangle from it to demonstrate
[4 marks]Explain getter and setter method of property with suitable example. inheritance.
[7 marks]Explain ASP.NET page life cycle when page is requested for the first time.
[7 marks]What is the importance of web.config file in web application?
[3 marks]Explain following Dialogs with its usage.
[4 marks]FontDialog ii) SaveFileDialog
[ marks]What is validation in web development? Explain any three controls for validation in ASP.NET with Example.
[7 marks]Draw neat and clean diagram of .NET framework.
[3 marks]Explain the significance of SQL Connection and SQL Command in database connectivity.
[4 marks]Give ASP.Net code to rotate advertisements with AdRotator control.
[7 marks]Answer following with respect to ASP .NET page. i. What is Set as Start Page option? ii. Which server is needed to run Page? iii. How to view output of page?
[3 marks]Differentiate between Managed and Unmanaged Code in .Net framework.
[4 marks]Create a web service to add two numbers. Also give code to consume it.
[7 marks]Explain CLR and CTS.
[3 marks]Write a program to generate divide by zero exception and handle it.
[4 marks]Write a web application to demonstrate session and cookie.
[7 marks]List out the features of WPF.
[3 marks]Differentiate between data reader and dataset.
[4 marks]What is AJAX? Give ASP.Net code to use Update Panel control.
[7 marks]What is dll hell problem? Discuss the solution of dll hell problem in .NET.
[3 marks]Write a short note on .NET assembly.
[4 marks]What is Theme? Create skin file to format various controls and give code to apply theme in ASP.Net webpage
[7 marks]