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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top