ASP.NET interview questions
85. What do you understand by the culture? The culture denotes a combination of a language and optionally a region […]
85. What do you understand by the culture? The culture denotes a combination of a language and optionally a region […]
79. Why a SiteMapPath control is referred to as breadcrumb or eyebrow navigation control? The SiteMapPath control displays a hierarchical
73. What does the “EnableViewState” property do? Why do we want it On or Off? The EnableViewState property enables the
67. Where should the data validations be performed-at the client side or at the server side and why? Data validations
61. What do you understand by aggregate dependency? Aggregate dependency allows multiple dependencies to be aggregated for content that depends
55. What are Custom User Controls in ASP.NET? The custom user controls are the controls that are defined by developers.
49. What is the difference between page-level caching and fragment caching? In the page-level caching, an entire Web page is
49. What is the difference between page-level caching and fragment caching? In the page-level caching, an entire Web page is
43. How can you implement the postback property of an ASP.NET control? You need to set the AutoPostBack property to
37. How does a content page differ from a master page? A content page does not have complete HTML source
31. Which method is used to force all the validation controls to run? The Page.Validate() method is used to force
25. What is tracing? Where is it used? Tracing displays the details about how the code was executed. It refers
19. What is the difference between a default skin and a named skin? The default skin is applied to all
13. How do you sign out from forms authentication? The FormsAuthentication.Signout() method is used to sign out from the forms
7. How information about the user’s locale can be accessed? The information regarding a user’s locale can be accessed by
7. How information about the user’s locale can be accessed? The information regarding a user’s locale can be accessed by
1. What is ASP? Active Server Pages (ASP), also known as Classic ASP, is a Microsoft’s server-side technology, which helps
25. Describe the rules and regulations that must be followed while creating a well-formed XML document. The following are the
XML net interview question19. Using XSLT, how would you extract the value of a specific attribute from an element in
13. The XML elements cannot be empty. Is it true? No, it is not true. 14. Describe the role that
7. Which namespaces in .NET are used for XML? The System.xml.dll is the real physical file, which contains the XML
1. What is Extensible Markup Language (XML). XML is a simple and flexible markup language in the text format. Nowadays,
7. What is the difference between dynamic and var data types? The difference between the var and dynamic data types
1. What is Dynamic Language Runtime (DLR)? DLR is a runtime environment that allows you to integrate dynamic languages with
25. Which extension method do you need to run a parallel query in PLINQ? The AsParallel extension method is required