Explain significance of routing?
Submitted by: Administrator-ASP.NET MVC uses ASP.NET routing, to map incoming browser requests to controller action methods.
-In ASP.NET Routing mechanism a routing table is maintained which is created when the web application first starts.
-The route table is present in the Global.asax file.
-In routing mechanism the physical path of page will not be used in URL and therefore hiding the application file system hierarchy from outer world.
-By using the routing mechanism the URL search becomes more user friendly.
Submitted by: Administrator
-In ASP.NET Routing mechanism a routing table is maintained which is created when the web application first starts.
-The route table is present in the Global.asax file.
-In routing mechanism the physical path of page will not be used in URL and therefore hiding the application file system hierarchy from outer world.
-By using the routing mechanism the URL search becomes more user friendly.
Submitted by: Administrator
Read Online ASP.Net MVC Job Interview Questions And Answers
Top ASP.Net MVC Questions
☺ | What is ASP.NET MVC? |
☺ | What is repository pattern in MVC.NET? |
☺ | Explain the page lifecycle of an ASP.NET MVC? |
☺ | Explain program to call the js function when the change is being made in the Dropdown list made in ASP.NET MVC? |
☺ | Explain significance of routing? |
Top Dot Net Technologies Categories
☺ | MSF Interview Questions. |
☺ | .Net Architecture Interview Questions. |
☺ | ASP.Net MVC Interview Questions. |
☺ | Entity Framework Interview Questions. |
☺ | C# (Sharp) Programming Language Interview Questions. |