PrepAway - Latest Free Exam Questions & Answers

You need to minimize the amount of data is sent to the user.What should you do?

You are developing an ASP.NET Web application. The application must pass an object that contains
user-specific data between multiple pages. The object ismore than 100 KB in size when
serialized.You need to minimize the amount of data is sent to the user.What should you do?

PrepAway - Latest Free Exam Questions & Answers

A.
Pass the object data in a hidden field.

B.
Store the object instance in a session variable.

C.
Use a cookie that contains the object data.

D.
Encode the object data and pass it in a query string parameter.

Explanation:
Session variables are stored in the server


Leave a Reply