Ask a Question related to ASP.NET General, Design and Development.
-
Keith Tang #1
Difference between classes and assemblies
Hi everyone,
I was wondering what the difference between classes and
assemblies are in .NET. Is an assembly a .DLL in the COM
sense? Or are they uncomparable? And is a class an object
in .NET? Someone please clarify this up for me. Thanks!
Keith
Keith Tang Guest
-
Desperate: share base classes/methods across control assemblies?
Please. I really really need help here deciding what to do. I've been spending a lot of time lately building (hopefully) useful server... -
Are MS Assemblies in the GAC?
I want to create strongly signed support assemblies so they can be shared by different ASP.NET web apps. This requires that they be installed into... -
Too many assemblies asp.net
I have been developing several web applications in VB.NET. I have started to notice that when I run one of the applications, all the assemblies for... -
Can't reference Assemblies in GAC?
I've just created a simple class library, gave it a strong name using sn.exe, then copied it to c:\winnt\assembly directory. I then created an ASP... -
versioning of assemblies
Hi, I was reading a doc on versioning, and came to know that versioning of assemblies are easier than ever. Can sb pl mention me, how this can be... -
Michael Per #2
Re: Difference between classes and assemblies
Assembly contains one or more classes and is usually compiled into a DLL.
Object is an instance of a class.
"Keith Tang" <keith-tang@rogers.com> wrote in message
news:PiDLa.8776$a51.8529@news02.bloor.is.net.cable .rogers.com...>
> Hi everyone,
>
> I was wondering what the difference between classes and
> assemblies are in .NET. Is an assembly a .DLL in the COM
> sense? Or are they uncomparable? And is a class an object
> in .NET? Someone please clarify this up for me. Thanks!
>
> Keith
>
>
Michael Per Guest



Reply With Quote

