When i give the Route default as HomeController and index action. How the MVC is finding the corresponding Master.. Inthis Case Master Page will have lot of other things to load like menu's, Header,footer's wat not... How it will be able to load it.. Is the composite pattern work here..
2)Actually when i hit same URL again it's not loading the entire page again. How it's possible... Is it some kind of Get pattern and removing the HTML DOM and replacing it... I am confused.. Can someone explain the patterns involved here with the reference