- Q What is meaning of View in MVC?
- Q You create an ASP.NET application for TestKings purchasing department. A page in the application displays a list of products based on the supplier, the product category, or the price. The URL of the page includes this information as parameters. You want to store multiple versions of your ASP.NET page in the cache based in the parameter values. You want each version of the page to be cached for 300 seconds. You need to add code to the page to accomplish this goal. Which code segment should you use? A. Response.Cache.SetExpires(DateTime.Now.AddSeconds(300)); Response.Cache.VaryByParams[?] = true; B. Response.Cache.SetExpires(DateTime.Now.AddSeconds(300)); Response.Cache.VaryByParams[All] = true; C. Response.Cache.SetCacheability(HttpCacheability.Public); Response.Cache. SetLastModified(DateTime.Parse(00:05:00)); Response.Cache.VaryByParams[All] = true; D. Response.Cache.SetCacheability(HttpCacheability.Public); Response.Cache.SetExpires(DateTime.Now.AddSeconds(300)); Response.Cache.VaryByParams[*] = true;
- Q Advantages of react native?
- Q In which part of India, Patkai ranges situated?
- Q What is the significance of Thorny Devil ?
- Q A person who is physically dependent on a substance
- Q Give an example of the issue specific movement.
- Q What is namenode and it's responsibilities?
- Q What spirit is used to make a daquari?
- Q What does IMF stand for ?
- Q How reliable are floating-point comparisons?