|
-
Aug 23rd, 2006, 11:34 AM
#1
Thread Starter
Fanatic Member
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.
-
Aug 23rd, 2006, 01:24 PM
#2
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
-
Aug 23rd, 2006, 01:39 PM
#3
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?
-
Aug 24th, 2006, 11:14 AM
#4
Thread Starter
Fanatic Member
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.
-
Aug 24th, 2006, 12:04 PM
#5
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.
-
Aug 25th, 2006, 09:46 AM
#6
Thread Starter
Fanatic Member
Re: How do you call the business dlls
-
Aug 25th, 2006, 11:25 AM
#7
Re: How do you call the business dlls
Data Access Application Blocks. From Microsoft. Isn't what what you were referring to?
-
Aug 25th, 2006, 11:48 AM
#8
Thread Starter
Fanatic Member
Re: How do you call the business dlls
yes, i just forgot the abreviation. thanks man
-
Sep 14th, 2006, 05:49 AM
#9
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|