

InterviewSolution
Saved Bookmarks
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
101. |
Explain ViewState. |
Answer» | |
102. |
Differentiate between Structure and Class. |
Answer» | |
103. |
What are the different kinds of assemblies? |
Answer» | |
104. |
Differentiate between early binding and late binding. |
Answer» | |
105. |
Differentiate between namespace and assembly. |
Answer» | |
106. |
What are the various types of validation controls provided by ASP.NET? |
Answer» | |
107. |
What is event bubbling? |
Answer» | |
108. |
Explain ASP.NET Web Forms. |
Answer» | |
109. |
What is Global.asax file used for? |
Answer» | |
110. |
Explain Culture and UICulture values. |
Answer» | |
111. |
How would you create a permanent cookie? |
Answer» | |
112. |
How would you turn off cookies on one page of your website? |
Answer» | |
113. |
What are the various types of Cookies in ASP.NET? |
Answer» | |
114. |
What are the HTML server controls in ASP.NET? |
Answer» | |
115. |
What is Role-based security? |
Answer» | |
116. |
What are Custom User Controls in ASP.NET? |
Answer» | |
117. |
How do Cookies work? Give an example of their abuse. |
Answer» | |
118. |
Differentiate between a HyperLink control and a LinkButton control. |
Answer» | |
119. |
What are Web server controls in ASP.NET? |
Answer» | |
120. |
Differentiate between a page theme and a global theme? |
Answer» | |
121. |
Differentiate between globalization and localization. |
Answer» | |
122. |
Differentiate between file-based dependency and key-based dependency. |
Answer» | |
123. |
How would you enable impersonation in the web.config file? |
Answer» | |
124. |
What does the .WebPart file do? |
Answer» | |
125. |
Differentiate between authentication and authorization. |
Answer» | |
126. |
Differentiate between client-side and server-side validations in web pages. |
Answer» | |
127. |
What does the Orientation property do in a Menu control? |
Answer» | |
128. |
What are the different method of navigation in ASP.NET? |
Answer» | |
129. |
How can you access the Properties and Controls of Master Pages from content pages? |
Answer» | |
130. |
Describe the Master Page. |
Answer» | |
131. |
What are the Advantages and Disadvantages of Session? |
Answer» | |
132. |
What is Session object? Describe in detail. |
Answer» | |
133. |
Describe the disadvantage of cookies. |
Answer» | |
134. |
Explain cookies with example. |
Answer» | |
135. |
Explain server side state management system. |
Answer» | |
136. |
Explain client side state management system. |
Answer» | |
137. |
Describe state management in ASP.NET. |
Answer» | |
138. |
What is the difference between DataSet and DataReader? |
Answer» | |
139. |
Describe the command object and its method. |
Answer» | |
140. |
How can you serialize the DataSet ? Explain with example. |
Answer» | |
141. |
What is Serialization and De-Serialization in .Net? How can we serialize the DataSet object? |
Answer» | |
142. |
Describe DataReader object of ADO.NET with example. |
Answer» | |
143. |
How will you fill the GridView by using DataTable object at runtime? |
Answer» | |
144. |
Describe the DataSet object in ADO.NET. |
Answer» | |
145. |
Describe Connection object in ADO.NET |
Answer» | |
146. |
Define the data provider classes that is supported by ADO.NET. |
Answer» | |
147. |
What are the different ADO.NET namespaces are available in .NET. |
Answer» | |