dll is dynamic link library in which we can create customized namespaces.by including
this namespace in our application we can use the functions in our namespace.only
thing is we need to create object for the class.
like this:
using ournamespce.ourclassname;
by
muthu raj.
<EMAIL SNIPPED>
Last edited by peter_budo; Oct 29th, 2008 at 7:21 am. Reason: Keep It On The Site - Do not post asking for an answer to be sent to you via email or PM.
dll means dynamic link library.
it is a executable and resuable file.
a dll is automatically created in asp.net when we build a project.u can referance this dll
in other projects
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.