Difference between ?

Post your .Net discussions here
Post Reply
johnmecanse34
Newbie
Posts: 0
Joined: Fri Jan 17, 2014 4:23 am

Difference between ?

Post by johnmecanse34 »

What is Difference between Namespace and Assembly?

vergo77
Newbie
Posts: 0
Joined: Fri Jan 17, 2014 9:03 am

Re: Difference between ?

Post by vergo77 »

"Namespaces organize the objects defined in an assembly.
Assemblies can contain multiple namespaces, which can in turn contain other namespaces.
Namespaces prevent ambiguity and simplify references when using large groups of objects such as class libraries."

From here:

http://msdn.microsoft.com/en-us/library/zt9tafza.aspx

Post Reply