Tag: web technology

Questions Related to web technology

  1. Supports Test Driven Development

  2. Separation of the Concern

  3. Support REST URLs

  4. Renders view state


Correct Option: D
  1. More control over view state

  2. More control over behaviour of the application

  3. More control over Client Ids

  4. All of the above


Correct Option: B
  1. Master Page &User Controls

  2. Caching

  3. Authentication and Authorization

  4. All of the above


Correct Option: D
  1. Web.config

  2. Global.asax

  3. App.config

  4. All of the above


Correct Option: B
  1. routes.MapRoute("Default", "{controller}/{action}/{id}", new { controller = "Home", action = "Index", id = "" } );

  2. routes.MapRoute("Default", "Area/{controller}/{action}/{id}", new { controller = "Home", action = "Index", id = "" } );

  3. Both a and b

  4. None of the above


Correct Option: C
  1. Page Events

  2. Html Helper

  3. Both a and b

  4. None of the above


Correct Option: B
  1. the view

  2. the view data returned

  3. the action result returned

  4. All of the above


Correct Option: D