How route table is created in ASP.NET MVC?
Answer / Nitin Kumar Singh
{"Route tables are defined in the Global.asax file or in a custom route class derived from RouteConfig, using routing objects such as RouteCollection and Route.}n
| Is This Answer Correct ? | 0 Yes | 0 No |
Can I customise the serialization process
what is model first approach?
Is CLR is compiler or Interpreter
What are the possible razor view extensions?
explain what is ado.net entity framework?
Explain bundle.config in mvc4?
What is Partial Assembly References?
What is difference between Viewbag and Viewdata in ASP.NET MVC?
Which is the default http method for an action method?
How to enable Attribute Routing?
how can you enhance the performance of entity framework?
Explain the difference between viewbag and viewdata in mvc?