可学答题网 > 问答 > MCTS(70-515)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

You are developing an&


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?()

  • APass the object data in a hidden field.
  • BStore the object instance in a session variable.
  • CUse a cookie that contains the object data.
  • DEncode the object data and pass it in a query string parameter.
参考答案
参考解析:
分类:MCTS(70-515)题库
相关推荐

1、You are developing an&

You are developing an application that runs by using the credentials of the end user. Only...

2、You develop an ASP.NET

You develop an ASP.NET web application that uses a Windows Azure web role. The application&ensp...

3、You are developing an&

You are developing an ASP.NET Web page that uses jQuery validation. The user should enter ...

4、You are developing an&

You are developing an application that dynamically loads assemblies from an application directory. Y...

5、You are developing an&

You are developing an application that receives events asynchronously. You create a WqlEventQuery in...

6、You are developing an&

You are developing an ASP.NET Web page. The page contains the following markup. The pages ...