ASP.NET interview questions
19. What is the difference between a default skin and a named skin? The default skin is applied to all […]
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
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
19. What are lambda expressions in LINQ? A lambda expression is a function without a name that calculates and returns
13. Which interface implements the standard query operators in LINQ? The standard query operators implement the IEnumerable<T> or the IQueryable<T>
7. What is PLINQ? PLINQ stands for Parallel Language Integrated Query. It is the parallel implementation of LINQ, in which
1. What is Language Integrated Query (LINQ)? LINQ is a programming model that is the composition of general-purpose standard query
19. What are lambda expressions in LINQ? A lambda expression is a function without a name that calculates and returns
7. What is PLINQ? PLINQ stands for Parallel Language Integrated Query. It is the parallel implementation of LINQ, in which
7. What is PLINQ? PLINQ stands for Parallel Language Integrated Query. It is the parallel implementation of LINQ, in which
1. What is Language Integrated Query (LINQ)? LINQ is a programming model that is the composition of general-purpose standard query
1. What is Language Integrated Query (LINQ)? LINQ is a programming model that is the composition of general-purpose standard query
37. What are the parameters that control most of connection pooling behaviors? The parameters that control most of connection pooling
31. Which adapter should you use, if you want to get the data from an Access database? OleDbDataAdapter is used
25. What are the usages of the Command object in ADO.NET? The following are the usages of the Command object
19. Which property is used to check whether a DataReader is closed or opened? The IsClosed property is used to