ASP NET Questions


Q.  Which of the following statements is true?

a. LINQ to SQL works with any database.
b. LINQ to SQL works with SQL Server.
c. LINQ to SQL is a CLR feature.
d. LINQ to SQL is a SQL Server feature.


ANSWER: See Answer
 
No explanation is available for this question!
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
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