what happened when type url in address bar and press enter?
Answer Posted / rajkumar(air)
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 ? | 1 Yes | 5 No |
Post New Answer View All Answers
mention what is code first approach and model first approach in entity framework?
Explain the methods used to render the views in mvc?
What are sections?
What is managed extensibility framework?
Give an example for authorization filters in an asp.net mvc application?
Do you know about the new features in ASP.Net MVC 4 ?
List out few different return types of a controller action method?
Can you explain model, controller and view in mvc?
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
In which assembly is the mvc framework defined?
Where is tempdata stored?
Describe the gac in the .net framework.
What operating systems will the .net framework 3.0 be available for?
explain how you can load related entities in ef (entity framework)?
What is Dependency Injection in ASP.Net MVC