C# (Sharp) Programming Language Question:

What do you know about .NET assemblies?

Tweet Share WhatsApp

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 PDF Read All 163 C# (Sharp) Programming Language Questions
Previous QuestionNext Question
In Object Oriented Programming, how would you describe encapsulation in C#? What is the difference between private and shared assembly?