InterviewSolution
Saved Bookmarks
| 1. |
What are an assembly and its use in VB.Net? Explain |
|
Answer» An assembly is an element of any .NET APP. It is called a primary unit or building blocks for all .NET applications. It can EITHER be a DLL or an executable file. Keep VISITING our website for in-depth vb net interview questions. There are two types of assemblies - Private Assembly and SHARED Assembly. |
|