Explain following terms: 1) Jitter 2) Assembly 3)DLL
[3 marks]Write short note on namespaces.
[4 marks]Draw .Net architecture diagram and explain its components.
[7 marks]Discuss constructor overloading in c#.
[3 marks]What is GDI+? List all Brush classes and explain any two Brush classes.
[4 marks]What is dialog? Explain following dialogs with its usage. 1)FolderBrowserDialog 2)ColorDialog 3)OpenFileDialog
[7 marks]Define structured exception, write a c# Program to create user define exception class and handle the exception.
[7 marks]Define classes of System.IO namespace .
[3 marks]List windows form controls and explain radio button and checkbox control.
[4 marks]Write a C# program which creates windows form with one Button,Textbox. When button is clicked it should display “Hello World” message and display red back color in the textbox.
[7 marks]Define indexer in .net.
[3 marks]What is delegate? Explain single cast delegate.
[4 marks]Create a web service to convert Celsius to Fahrenheit. write code to consume it .
[7 marks]Give any three differences between asp and asp.net.
[3 marks]Explain Concept of Master Page with Example.
[4 marks]Draw architecture of ADO.NET .discuss it’s components .
[7 marks]Discuss Theme in .Net.
[3 marks]List all validation control explain RegularExpression validator for email validation with example.
[4 marks]Create Registration form in asp.net and insert the data in student table (sid,name,branch,semester,contact,address).
[7 marks]Draw diagram of asp.net page life cycle. List it’s methods.
[3 marks]Define web services. explain web service components in detail1
[4 marks]What is state management? Explain Session and Cookie with suitable example
[7 marks]Show use of web.config file.
[3 marks]Write a short note on WPF, WCF .
[4 marks]Write asp.net application to bind data using gridview control and ado.net .
[7 marks]