Principais perguntas e respostas de entrevista e testes online
Plataforma educacional para preparacao de entrevistas, testes online, tutoriais e pratica ao vivo

Desenvolva habilidades com trilhas de aprendizado focadas, simulados e conteudo pronto para entrevistas.

WithoutBook reune perguntas de entrevista por assunto, testes praticos online, tutoriais e guias comparativos em um unico espaco de aprendizado responsivo.

Preparar entrevista

Simulados

Definir como pagina inicial

Adicionar esta pagina aos favoritos

Assinar endereco de e-mail

ASP .NET perguntas e respostas de entrevista

Pergunta 16. What is the Global.asax used for?

The Global.asax (including the Global.asax.cs file) is used to implement application and session level events.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 17. What are the Application_Start and Session_Start subroutines used for?

This is where you can set the specific variables for the Application and Session objects.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 18. Can you explain what inheritance is and an example of when you might use it?

When you want to inherit (use the functionality of) another class.Example: With a base class named Employee, a Manager class could be derived from the Employee base class.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 19. Whats an assembly?

Assemblies are the building blocks of the .NET framework. Overview of assemblies from MSDN

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 20. Describe the difference between inline and code behind.

Inline code written along side the html in a page. Code-behind is code written in a separate file and referenced by the .aspx page.

Isto e util? Adicionar comentario Ver comentarios
 

Mais uteis segundo os usuarios:

Copyright © 2026, WithoutBook.