ASP NET Questions


Q.  What is/are the advantages of StateServer session mode?

a. Its keeps the data separate from IIS so; if any Issue comes with IIS it will not hamper Session data.
b. It is useful in web farm and web garden scenarios.
c. Process is fast due to serialization and de-serialization.
d. A and B are the correct option.


ANSWER: See Answer
 
No explanation is available for this question!
MCQs:  Which property will you set for each RadioButton Control in the group?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which file contains settings for all .NET application types, such as Windows, Console, ClassLibrary, and Web applications?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which object data is included in bookmarks and e-mailed URLs?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  If you want to validate the email addresses, Social Security numbers, phone numbers, and dates types of data, which validation control will be used?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  When should you use the OleDbConnection object?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  In a SQL Statement while working with SqlCommand it returns a single value, at that time which method of Command Object will be used?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  According to the given below statements, choose the correct option. Statement 1: Application caching is the process of storing data (and not pages) in a cache object. Statement 2: Page output caching stores a rendered page, portion of a page, or version of a page in memory. Statement 3: Caching reduces the time required to render cached page in future requests.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which LINQ statement defines the range variable in a LINQ query?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which query expression is used to limit the number of results?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which interface defines the basic extension methods for LINQ?
Category: Computer Science MCQs,   Published by: teswesm
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