Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / General / September 2005

Tip: Looking for answers? Try searching our database.

New to DLL files

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
JP - 21 Sep 2005 10:24 GMT
Hi all.

I have a general idea of what a DLL file is (a file of data & functions
called at run-time instead of link time) and now I would like to begin
understanding how to use them. I've googled DLL and have no idea where to
start on this.

So my question is this: Does someone have a good site that has newb info on
creating DLL files and why & when you use them?

Cheers!

JP
Tasos Vogiatzoglou - 21 Sep 2005 12:28 GMT
DLL in the pre-.NET era was a library that was linked dynamically to an
application.

A DLL in the .NET era has a great relation with the notion of Assembly.

You should consult the documentation about what an assembly is. When
you hold an understanding about what an assembly is you will be able to
understand when/how to use a dll.

Search in Google Assembly + DotNet

Hope this helps ...
Nick Malik [Microsoft] - 21 Sep 2005 13:30 GMT
> Hi all.
>
[quoted text clipped - 10 lines]
>
> JP

As Tasos points out, there is more than one meaning.  You have the general
principle.  In practicality, you can include any functionality you want in a
DLL.  So how do you decide what to put into a library and what to put in
your main application?  That task is one aspect of 'partitioning' which is
(my definition) an activity where you decide what cohesive responsibility
will bind together each class, each package, and each assembly.  Layering is
one very popular method of partitioning.  (See Layers pattern by Buschmann)

Hope this helps,

Signature

--- Nick Malik [Microsoft]
   MCSD, CFPS, Certified Scrummaster
   http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
  I do not answer questions on behalf of my employer.  I'm just a
programmer helping programmers.
--


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.