가장 많이 묻는 면접 질문과 답변 & 온라인 테스트
면접 준비, 온라인 테스트, 튜토리얼, 라이브 연습을 위한 학습 플랫폼

집중 학습 경로, 모의고사, 면접 준비 콘텐츠로 실력을 키우세요.

WithoutBook은 주제별 면접 질문, 온라인 연습 테스트, 튜토리얼, 비교 가이드를 하나의 반응형 학습 공간으로 제공합니다.

Prepare Interview

C# 면접 질문과 답변

Ques 11. What’s a delegate?

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

도움이 되었나요? Add Comment View Comments
 

Ques 12. What’s a multicast delegate?

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

도움이 되었나요? Add Comment View Comments
 

Ques 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.

도움이 되었나요? Add Comment View Comments
 

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

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

도움이 되었나요? Add Comment View Comments
 

Ques 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.

도움이 되었나요? Add Comment View Comments
 

Most helpful rated by users:

Copyright © 2026, WithoutBook.