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

C# perguntas e respostas de entrevista

Pergunta 11. What’s a delegate?

A delegate object encapsulates a reference to a method. In C++ they were referred to as function pointers.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 12. What’s a multicast delegate?

It’s a delegate that points to and eventually fires off several methods.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 13. How’s the DLL Hell problem solved in .NET?

Assembly versioning allows the application to specify not only the library it needs to run (which was available under Win32), but also the version of the assembly.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 14. What are the ways to deploy an assembly?

An MSI installer, a CAB archive, and XCOPY command.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 15. What’s a satellite assembly?

When you write a multilingual or multi-cultural application in .NET, and want to distribute the core application separately from the localized modules, the localized assemblies that modify the core application are called satellite assemblies.

Isto e util? Adicionar comentario Ver comentarios
 

Mais uteis segundo os usuarios:

Copyright © 2026, WithoutBook.