You are on page 1of 4

ASP .

NET with C#
UNIT: 1
1. Write a short note on .NET framework.
2. List & Explain the Features of .NET 4.0 in detail.
3. Explain the .NET architecture.
4. Explain CLR, CLS, CTS, JIT.
5. What is Common Language Runtime (CLR)?
6. Explain common type system (CTS)?
7. What is Common Language Specification (CLS)? Why it so important?
8. What is Garbage Collector? How it works?
9. What is .NET assembly? Explain its types.
10. Explain Client Application Development and Server Application Development.
11. What are the major features of C#?
12. Explain framework base class library.
13. Explain .NET features.
14. What are core C# features?
15. What are the characteristics of C#? Explain.
16. What are the applications of C#?
17. List & Explain the Data types available in C #.
18. List & Explain Different types of Operators available in C #.
19. What are Implicit Casting and Explicit Casting?
20. How to declare Namespace in C#?
21. Explain foreach loop in C#.
22. Write a program to insert and read elements from the Array.
23. Write a program to give user choice to select destination city for travel.(Use Switch Case)
24. Write a note on Jump statement.
25. What is Jagged Array?
26. Explain with example any five methods of String.
27. Explain types of function parameters.
28. Write a program to demonstrate Function Overloading.
29. Write a note on command line arguments.
30. What is debugging in C#.
31. Explain monitoring variable content.
32. Explain how to debug in Break mode in .NET IDE.
33. What are the types of errors?
34. What is user define exception? Explain with Syntax
35. What are the main concepts of OOPs?
36. Explain the Object Lifecycle.
37. What is inheritance? What are the different forms of inheritance?
38. Which are the types of polymorphism explain with an example?
39. Illustrate with an example, how the System.Object class works?
40. How to define class in C#?
41. Write a simple program to demonstrate use of class.
42. What is operator overloading?
43. How to overload unary operator? Explain with simple example.
44. How to overload binary operator? Explain with simple example.
45. How a method of a class is defined?

46. What is constructor? Is it compulsory to use constructor in a class?


47. Explain the types of constructors.
48. Describe the importance of destructor?
49. Write a note on abstract class?
50. Explain the difference between interface and abstract classes.
51. What is the difference between class and structure?
52. How to define structure in C#?
53. Differentiate between structs and classes.

UNIT 2
54. What are the different types of collections in .NET?
55. Explain any two classes of System.Collections namespace.
56. Explain HashTable collection.
57. What are the different types of generic collections?
58. Which interfaces are declared in System.Collections namespace?
59. Explain the types of comparisons between objects.
60. What is is operator and as operator?
61. Explain the concept of Boxing and Unboxing.
62. Explain IComparable interface and IComparer interface.
63. What is an Event? Define Delegate.
64. What are the types of Delegates?
65. Explain how to implement Delegates in C#.NET.
66. What are delegates and why are they required?
67. How do you validate the controls in an ASP .NET page?
68. What is graphical user interface (GUI)? Give its advantages.
69. List and explain any five common properties and events of controls.
70. How can we display an icon or a bitmap image on the Button control?
71. What is the difference between Label and Link Label?
72. What is the difference between Radio button and Check box control?
73. Give any five properties of Textbox control.
74. What is the function of the CheckState property of the CheckBox control?
75. What is the function of the AutoCheck property of the Radio button control?
76. What is the use of List View control?
77. What is the use of Tab control?
78. What is the use of menus and toolbars in our windows application?
79. Give the properties of ToolStripMenuItem.
80. Which items are present in the ToolStrip Item Collection Editor?
81. What is the difference between SDI and MDI?
82. Give the advantages of MDI application.
83. How to create MDI application?
UNIT 3
84. What is web designing?
85. What are the types & benefits of a web application?
86. Where we can use Static Website?
87. Explain need of Dynamic Content.
88. Give the advantages of ASP.NET.
89. Explain ASP.NET Page Life Cycle.

90. What are page events?


91. What are control events?
92. Explain ASP.NET Page Structure.
93. What is ViewState?
94. Explain any two ASP.NET server control.
95. Explain any five Common Properties of the server controls.
96. Explain any five HTML controls.
97. What is ASP.NET Anchor Control?
98. Explain Validation controls available in .NET.
99. Write a note on state management in ASP .NET.
100.
What are the rules of web.config file?
101.
Explain the work of session state in ASP.NET.
102.
What is the application state in ASP.NET?
103.
What is Global.asax file? Explain its structure.
104.
What is CSS? Give its advantages and disadvantages.
105.
How to write CSS style?
106.
What are the types of CSS?
107.
How to add Themes to our application?

108.
109.
110.
111.
112.
113.
114.
115.
116.
117.
118.
119.
120.
121.

122.
123.
124.
125.
126.
127.
.NET.
128.
129.
130.
131.

UNIT 4
Which are the types of intrinsic objects?
Explain any three intrinsic objects.
Explain Http Server Utility Object.
What is need for State Management Techniques?
What is query string in ASP.NET?
Explain the cookies in ASP.NET.
What is a SESSION and APPLICATION object?
What is the use of master page?
How to create a Master Page using an existing design template.
Explain any two Site Navigation Controls in ASP.NET
Write a note on Menu Control and SiteMapDataSource control.
Explain Site Navigation in code in ASP.NET.
How to create a Simple User Control in ASP.NET?
How to validate user control?
UNIT 5
Explain SQL server 2008 with its features.
Give brief information about SQL server management studio.
Write the ways and steps to connect SQL Server 2008 in Visual Studio 2008.
Explain the any 5 SQL commands with their syntax and examples.
List & Explain the Data types supported in SQL Server 2008.
Introduce Microsoft ADO.NET? Explain the Data providers provided by ADO
Explain ADO .NET object model with help of suitable diagram.
List & Explain ADO .NET objects in short.
Explain in brief the Data Bound Controls.
Explain following Data bound Controls in brief.
Single Item Control


132.
133.
134.
135.
136.
137.
138.
139.
140.
141.
142.
143.
144.
145.
146.
147.
148.
149.
150.
151.
152.
153.
154.
155.
156.

Paging Control
What are the 3 major types of connection objects in ADO.NET?
List the 4 common ADO.NET Namespaces?
List all the steps in order, to access a database through ADO.NET?
Explain DataAdapter object.
What is the difference between DataReader and DataAdapter?
How to display data in a DataGrid with relationship between two tables.
How to achieve DataBindings for TextBoxes using SQL Server in .NET.
When do you use ExecuteReader, ExecuteNonQuery, ExecuteScalar methods?
What is ADO .NET and what is difference between ADO and ADO.NET?
What is Crystal report?
How to create crystal report in ASP.NET? Explain with steps.
What is LINQ? Give its advantages.
Explain the any two types of Operators with their list in LINQ.
Write LINQ query syntax in brief.
How to mix query syntax and extension methods?
What is LINQ to Objects?
What is Projections in LINQ?
Explain is LINQ to XML
Write short note on XPath.
Explain the main security aspects of ASP .NET in detail.
Explain the Provider Model of ASP .NET.
Write the details about providers in ASP .NET provider model.
State the ways of deployment of website in ASP .NET.
Explain in brief xCopy Deployment of website in Asp .NET.
How to publish the website in ASP .NET.
UNIT 6

157.
158.
159.
160.
161.
162.
163.
164.
165.
166.
167.
168.
169.
170.
171.
172.
173.
174.
175.
176.

What is ASP.NET AJAX?


Explain the working of AJAX.
List the advantages & disadvantage of AJAX.
Write short note on XMLHttpRequest Object.
Explain the basic steps for creating AJAX application with Asp .NET.
Write short note on ScriptManager&UpdatePanel Controls.
What is web service?
Explain the basic steps of creating web service in Visual studio 2010.
Brief the concept of JQuery.
Why we should prefer to use jQuery.
Explain the syntax of jQuery with the example.
What does dollar symbols ($) means in JQuery?
What is the use of Document Ready function?
Name some of the methods of JQuery used to provide effects?
List and explain jQuery selectors.
Write short note on jQuery event functions.
Explain DOM manipulation methods in jQuery.
How to remove DOM element? Explain with example.
List and explain jQuery effect methods.
Write short note jQuery and Extensibility.

You might also like