Most asked top Interview Questions and Answers & Online Test
Education platform for interview prep, online tests, tutorials, and live practice

Build skills with focused learning paths, mock tests, and interview-ready content.

WithoutBook brings subject-wise interview questions, online practice tests, tutorials, and comparison guides into one responsive learning workspace.

Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

C# Interview Questions and Answers

Ques 11. Whats a delegate?

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

Is it helpful? Add Comment View Comments
 

Ques 12. Whats a multicast delegate?

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

Is it helpful? Add Comment View Comments
 

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

Is it helpful? Add Comment View Comments
 

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

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

Is it helpful? Add Comment View Comments
 

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

Is it helpful? Add Comment View Comments
 

Most helpful rated by users:

Copyright © 2026, WithoutBook.