C# (Sharp) Programming Language Question:

What do you know about .NET assemblies?

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

Answer:

Assemblies are the smallest units of versioning and deployment in the .NET application. Assemblies are also the building blocks for programs such as Web services, Windows services, serviced components, and .NET remoting applications.


Previous QuestionNext Question
In Object Oriented Programming, how would you describe encapsulation in C#? What is the difference between private and shared assembly?