Question

  • Thread starter Thread starter Dib
  • Start date Start date
D

Dib

Hi,

I am ne wto dot net. Can some one give me an in sight on this matter.
Can you create a dll file through DOT net?

just like in VB you can create a project then you compile it to be .dll
extention. Is this possible in DOT net?

Thanks
Dib
 
Dib,

Winform projects create exe files
Webform project create dll files
You can as well create dll files which are class librarys.

However a dll in dotnet is not a classic dll it is forever in an
intermidiate language, not processable by a not dotNet program.

I hope this helps?

Cor
 
Back
Top