New Year Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

GIAC GIAC Secure Software Programmer - C#.NET GSSP-.NET Question # 54 Topic 6 Discussion

GIAC GIAC Secure Software Programmer - C#.NET GSSP-.NET Question # 54 Topic 6 Discussion

GSSP-.NET Exam Topic 6 Question 54 Discussion:
Question #: 54
Topic #: 6

Mark works as a Software Developer for McRobert Inc. He develops an ASP.NET application using Visual Studio .NET. The application loads department name and employee data only once in each user's session. Mark creates two DataTable objects, named Employees and Departments. The

Departments object remains static, but the Employees object is modified whenever new employees join the company.

Mark wants to minimize the time it takes for the application to reload an ASP.NET page after each change. Which of the following statements will he use to accomplish this?


A.

Session("Departments") = Departments

Cache("Employees") = Employees


B.

Cache("Departments") = Departments

Cache("Employees") = Employees


C.

Session("Departments") = Departments

Session("Employees") = Employees


D.

Cache("Departments") = Departments

Session("Employees") = Employees


Get Premium GSSP-.NET Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.