Click to See Complete Forum and Search --> : Namespace Vs Assembly Vs Component


ramprabu
02-19-2007, 08:27 AM
Hi
Namespaces, Assembly, Component all are includes number of classes. What is the difference between these three? Anybody knows please tell me.

sirpelidor
02-27-2007, 10:58 AM
namespaces are logical way to group your classes so variables within class will stay within scope.

assembly are the *.exe files you generated when compile a high level language such as c# or vb.net.

component are small piece of reuseable code, so you can keep your program "clean"