Basic Dot Net Question:
What is assembly in .NET?
Answer:
It is a single deploy able unit that contains all the information about the implementation of classes , structures and interfaces
Previous Question | Next Question |
What does mean by .NET framework? | What is namespaces in .NET? |