热门面试题与答案和在线测试
面向面试准备、在线测试、教程与实战练习的学习平台

通过聚焦学习路径、模拟测试和面试实战内容持续提升技能。

WithoutBook 将分主题面试题、在线练习测试、教程和对比指南整合到一个响应式学习空间中。

面试准备

模拟考试

设为首页

收藏此页面

订阅邮箱地址

C# 面试题与答案

问题 11. Whats a delegate?

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

这有帮助吗? 添加评论 查看评论
 

问题 12. Whats a multicast delegate?

Its a delegate that points to and eventually fires off several methods.

这有帮助吗? 添加评论 查看评论
 

问题 13. Hows 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. Whats 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。