954,595 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

What is a DLL?

How to create DLL in ASP.NET?

preethi_ga
Light Poster
38 posts since Jun 2008
Reputation Points: 10
Solved Threads: 0
 
How to create DLL in ASP.NET?

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.

muthu raj
Newbie Poster
10 posts since Apr 2008
Reputation Points: 10
Solved Threads: 0
 

And you would create this dll just as you would any other by creating a class library.

dickersonka
Veteran Poster
1,175 posts since Aug 2008
Reputation Points: 130
Solved Threads: 143
 

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

by using syntax
using u r dllname ; in c#

imports u r dll name

greeny_1984
Posting Whiz
372 posts since Apr 2007
Reputation Points: 25
Solved Threads: 29
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You