ASP .NET perguntas e respostas de entrevista
Question: Whats MSIL, and why should my developers need an appreciation of it if at all?Answer: MSIL is the Microsoft Intermediate Language. All .NET compatible languages will getconverted to MSIL.MSIL also allows the .NET Framework to JIT compile the assembly on the installed computer. |
Salvar para revisao
Adicione este item aos favoritos, marque-o como dificil ou coloque-o em um conjunto de revisao.
Faca login para salvar favoritos, perguntas dificeis e conjuntos de revisao.
Isto e util? Sim Nao
Mais uteis segundo os usuarios:
- Whats the difference between Response.Write() andResponse.Output.Write()?
- Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process.
- What methods are fired during the page load?
- What namespace does the Web page belong in the .NET Framework class hierarchy?
- When during the page processing cycle is ViewState available?