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.
Re: How do you call the business dlls
Whatever you want - a dll is a dll.
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?
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.
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.
Re: How do you call the business dlls
Re: How do you call the business dlls
Data Access Application Blocks. From Microsoft. Isn't what what you were referring to?
Re: How do you call the business dlls
yes, i just forgot the abreviation. thanks man
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?