C# (Sharp) Programming Language Question:

Download Job Interview Questions and Answers PDF

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.

Download C# (Sharp) Programming Language Interview Questions And Answers PDF

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