what happened when type url in address bar and press enter?
Answers were Sorted based on User's Feedback
Answer / rakesh choudhary
Here first server processes the request and variables are initialised i.e init() method is called and page is initialised after that page is loaded hence load() is called.After that and before the page is actully displayed the pre render() method is called and finally unload() method is called after the page is displayed.
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / ppk
Here You are expected to answer the what is page loading
process ......
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / sudarsan
The address bar send the request to server and load the requested site.here Page life cycle is taking place.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / 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 |
Answer / 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 |
Do I need microsoft .net framework?
Is .net core faster than .net framework?
what do you mean by table-per-type?
About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use ?
6 Answers Infosys, Microsoft, MMTS,
Can a view be shared across multiple controllers? If yes, how we can do that?
How do you box a primitive data type variable ?
How we can handle the exception at controller level in ASP.Net MVC?
What is side-by-side execution? Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables
What operating systems will the .net framework 3.0 be available for?
What is entity framework? : Entity framework
Does razor engine supports for tdd?
How do you enforce garbage collection in .NET