ASP NET Questions


Q.  Which interface defines the basic extension methods for LINQ?

a. IComparable
b. IList
c. IEnumerable
d. IQueryable


ANSWER: See Answer
 
No explanation is available for this question!
MCQs:  Properties in .NET can be declare as 1. Static, Protected internal, Virtual 2. Public, internal, Protected internal 3. Only public 4. None
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which of the following statements are correct? 1. Indexers enable objects to be indexed in a similar manner to arrays. 2. The this keyword is used to define the indexers. 3. Indexers can be overloaded. 4. Indexer cannot be used in interface
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  The best way for handling exception when dealing with a database connection?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  For building new types at runtime which class can be used?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Reflection can be used when?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Choose the correct one 1) XML serialization serializes the public fields and properties of an object. 2) XML serialization serializes the private fields and properties of an object. 3) XML serialization serializes only the public methods.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Choose the correct one 1) Sealed class can be declared as abstract 2) Abstract class cannot be declared as abstract 3) Abstract class can be declared as abstract
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  A write - only property can be specified if the following is present.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  An indexer is
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  You need to select a class that is optimized for key - based item retrieval from both small and large collections. Which class should you choose?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  You need to identify a type that meets the following criteria: • Is always a number. • Is not greater than 65,535. Which type should you choose?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which of the following is dictionary object?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  An assembly must have an permission to connect with web server is?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Thread class has the following property. A. ManagedThreadID B. IsBackground C. IsBackgroundColor D. Abort
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which delegate is required to start a thread with one parameter?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  For locking the data with synchronization which class will be used?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  How many readers can simultaneously read data with ReaderWriterLock if there is no writer locks apply?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which of the following are value types?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which of the following are reference types?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Why should you write the cleanup code in Finally block?
Category: Computer Science MCQs,   Published by: teswesm