Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
Answer / Rakesh Kumar Rajak
In an ASP.NET MVC application, the route settings are defined in two places: Global Route Table and Controller-specific Routes.
| Is This Answer Correct ? | 0 Yes | 0 No |
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
what is use of entitydatasource control?
What is domain class model?
What are the methods in Thread class?
Integer & struct are value types or reference types in .NET?
What is difference between razor and web form engine?
What is the difference between model and entity?
What is edm (entity data model)? : Entity framework
What does CLR do after the IL is generated and machine language is generated .Will it look for main method ?
What is GUID and why we need to use it and in what condition? How this is created
What is namespace of asp.net mvc?
Is it possible to create a custom filter?