.Net Deployment Question:
Download Questions PDF

Explain about .NET assemblies?

.Net Deployment Interview Question
.Net Deployment 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.

Assemblies are also the building blocks for programs such as Web services, Windows services, serviced components, and .NET Remoting applications.
Types of Assemblies:
Private, Public/Shared

Download .Net Deployment Interview Questions And Answers PDF

Previous QuestionNext Question
What is assemblies in .NET?Explain How to manage pagination in a page using .NET?