what happened when type url in address bar and press enter?
Answer Posted / rujvendrasingh rawate
the url is break into four parts(i.e. ip addresses)first is
protocol in use,2nd host name or ip addr,3rd protocol port
no.,4th actual file path
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
How does the 'page lifecycle' of asp.net mvc works?
If I have multiple filters implemented, what is the order in which these filters get executed?
mention what is csdl, ssdl and msl sections in an edmx file?
Explain what platforms does the .net framework run on?
Can a view be shared across multiple controllers? If yes, how we can do that?
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
What is latest version of .net framework?
How can I return string result from action in asp.net mvc?
Is it possible to create a custom filter?
What are the two ways to add constraints to a route?
What is the use of action filters in an mvc application?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
What is the domain object?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
What is objectset? : Entity framework