Tag: web technology
Questions Related to web technology
-
Supports Test Driven Development
-
Separation of the Concern
-
Support REST URLs
-
Renders view state
-
More control over view state
-
More control over behaviour of the application
-
More control over Client Ids
-
All of the above
-
Master Page &User Controls
-
Caching
-
Authentication and Authorization
-
All of the above
-
Web.config
-
Global.asax
-
App.config
-
All of the above
-
routes.MapRoute("Default", "{controller}/{action}/{id}", new { controller = "Home", action = "Index", id = "" } );
-
routes.MapRoute("Default", "Area/{controller}/{action}/{id}", new { controller = "Home", action = "Index", id = "" } );
-
Both a and b
-
None of the above
-
Create
-
Edit
-
Details
-
Delete
-
List
-
All of the above
-
Page Events
-
Html Helper
-
Both a and b
-
None of the above
-
the view
-
the view data returned
-
the action result returned
-
All of the above