What is the difference between adding routes, to a webform application and an mvc application?
Answer / Rajni Singh
In a webform application, routes are typically hardcoded in configuration files, while in MVC applications, routes are defined programmatically through route mapping.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mvc view engine?
What's the difference between mvc and mvp?
Mention what are the file extensions for razor views?
which filters are executed in the end?
What are the different view engine in mvc?
Is flux a mvc?
What do you mean by corpus?
Why is mvc better than webforms?
List the various return types of a controller action method?
What is razor view engine in mvc?
What are the filters?
How the Routes in webform application and an MVC application differ?