Results 1 to 9 of 9

Thread: How do you call the business dlls

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2006
    Posts
    589

    How do you call the business dlls

    In my applications I use Microsoft dlls but I also use some dlls that the company has developed including business logic and calculations.
    How do you call both those kinds of dlls. what re the terms used to diferenciate them in the Software industry
    Thanks.

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: How do you call the business dlls

    Whatever you want - a dll is a dll.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: How do you call the business dlls

    Are you asking how to programmatically call them, or are you asking by what name should they be referred?

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2006
    Posts
    589

    Re: How do you call the business dlls

    Just the name like: Business layer, business object. but if there s no specific for those then never mind
    take care.

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: How do you call the business dlls

    There isn't a specific name for them. Most just use the industry standard, business layer. You can refer to the DAAB as Application Blocks though.

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2006
    Posts
    589

    Re: How do you call the business dlls

    sorry what s the DAAB

  7. #7
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: How do you call the business dlls

    Data Access Application Blocks. From Microsoft. Isn't what what you were referring to?

  8. #8

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2006
    Posts
    589

    Re: How do you call the business dlls

    yes, i just forgot the abreviation. thanks man

  9. #9
    Fanatic Member Slaine's Avatar
    Join Date
    Jul 2002
    Posts
    641

    Re: How do you call the business dlls

    Microsoft DLL -> System Library/Control
    Purchased from other company DLL -> Third Party Library/Control
    Own DLL -> In House Library/Control


    Is that what you mean?
    Martin J Wallace (Slaine)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width