ASP NET Questions


Q.  Choose the correct one

a. The lambda must contain the same number of parameters as the delegate type.
b. The lambda should not contain the same number of parameters as the delegate type.
c. The return value of the lambda (if any) must be explicitly convertible to the delegate's return type
d. None of the above


ANSWER: See Answer
 
No explanation is available for this question!
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
MCQs:  When the garbage collector runs.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which of the following is true ? 1. AJAX is a platform-independent technology 2. AJAX can work with web application 3. AJAX can only work with ASP.NET 4. AJAX is a platform-dependent technology
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which control is required for every page that have AJAX Extensions for ASP.NET?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  AnUpdatePanel control defined on a page. Button control is placed outside of the UpdatePanel. How to cause the UpdatePanel to execute an update.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which method is used to dynamically register client script from code?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which interface you will use wrap an AJAX client control into a custom server control?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What is jQuery? 1. jQuery is an open source library 2. It works client side. 3. jQuery is java technology.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  If you must use a user name and password to connect to a database, where should you store the sensitive information?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What is the recommended method for securing sensitive connection string information?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What are the element of code access security?
Category: Computer Science MCQs,   Published by: teswesm