what is the difference between a namespace and assembly ?
Answer Posted / deepak srivastava
Following are the differences between namespace and
assembly :
√ Assembly is physical grouping of logical units. Namespace
logically groups
classes.
√ Namespace can span multiple assembly.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
why we use mantis? what u mean mantis in IT trends? addvantages of mantis?
what are the topics choosen for jam round for interviews
what is dot net framework
what is the difference between Windows application and Unix application?
What is test execution and when will we start execution please send me one example for this question
what is meaning of MDM in sap?let me know that meaning
what is the use of occurs 10 or (any number) in the internal table declaration with header line.
What is Negative testing?
Which design patterns have you used?
Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?
how does database connection using ADO.NET?
what is session state?
For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?
Write a program to find whether a given number is prime or not.
can we allocate memory for interface? if no then why?