人気の面接質問と回答・オンラインテスト
面接対策、オンラインテスト、チュートリアル、ライブ練習のための学習プラットフォーム

集中型学習パス、模擬テスト、面接向けコンテンツでスキルを伸ばしましょう。

WithoutBook は、分野別の面接質問、オンライン練習テスト、チュートリアル、比較ガイドをひとつのレスポンシブな学習空間にまとめています。

面接準備

C# 面接の質問と回答

質問 11. What’s a delegate?

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

役に立ちましたか? コメントを追加 コメントを見る
 

質問 12. What’s a multicast delegate?

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

役に立ちましたか? コメントを追加 コメントを見る
 

質問 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.

役に立ちましたか? コメントを追加 コメントを見る
 

質問 14. What are the ways to deploy an assembly?

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

役に立ちましたか? コメントを追加 コメントを見る
 

質問 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.

役に立ちましたか? コメントを追加 コメントを見る
 

ユーザー評価で最も役立つ内容:

著作権 © 2026、WithoutBook。