ASP NET Questions


Q.  What are the Command Object Methods?

a. ExecuteNonQuery
b. ExecuteReader
c. ExecuteScalar
d. All of the above


ANSWER: See Answer
 
No explanation is available for this question!
MCQs:  What LINQ expressions are used to shape results in a query? 1. where 2. select 3. join 4. group
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What types of shapes can LINQ query results be shaped into? 1. Collections of primitive types 2. Collections of complex types 3. Single types 4. Collections of anonymous types
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which LINQ statement is used to merge two data sources to perform queries?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which LINQ keyword is used to categorize results in a query?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which of the following statements is true?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  LINQ query can work with?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  How you can merge the results from two separate LINQ queries into a single result set.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which of the following objects represents a LINQ to SQL O / R map?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What is lamda expression? 1. Anonymous function 2. Can be used to create delegates 3. Named function 4. None
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Choose the correct one
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Choose the correct one.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Choose the correct one
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Choose the correct option.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which of the following statement is correct?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What types of Objects can you query using LINQ?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  When do LINQ queries actually run?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which of the following statement / s is / are true?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  An interface can contain declaration of?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which of the following are correct? 1. An interface can be instantiated directly. 2. Interfaces can contain constructor. 3. Interfaces contain no implementation of methods. 4. Classes and structs can implement more than one interface. 5. An interface itself can inherit from multiple interfaces.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which of the following are correct? 1. Delegates are like C++ function pointers. 2. Delegates allow methods to be passed as parameters. 3. Delegates can be used to define callback methods. 4. Delegates are not type safe.
Category: Computer Science MCQs,   Published by: teswesm