Click here to Skip to main content
15,897,273 members
Home / Discussions / C#
   

C#

 
GeneralRe: DLL and Copy Local Pin
Heath Stewart15-Jun-04 11:13
protectorHeath Stewart15-Jun-04 11:13 
GeneralYU Pin
Anonymous15-Jun-04 6:55
Anonymous15-Jun-04 6:55 
GeneralWhen to create your own DLL Pin
SantoG15-Jun-04 6:19
SantoG15-Jun-04 6:19 
GeneralRe: When to create your own DLL Pin
Alvaro Mendez15-Jun-04 7:59
Alvaro Mendez15-Jun-04 7:59 
GeneralRe: When to create your own DLL Pin
Heath Stewart15-Jun-04 9:07
protectorHeath Stewart15-Jun-04 9:07 
GeneralRe: When to create your own DLL Pin
Alvaro Mendez15-Jun-04 10:47
Alvaro Mendez15-Jun-04 10:47 
GeneralRe: When to create your own DLL Pin
Heath Stewart15-Jun-04 11:11
protectorHeath Stewart15-Jun-04 11:11 
GeneralRe: When to create your own DLL Pin
Alvaro Mendez15-Jun-04 11:33
Alvaro Mendez15-Jun-04 11:33 
When you design an application, you usually talk about the classes that will play a role in the life of the application. Classes such as Customer, Order, Product, etc, are application-specific classes that are designed to meet that particular application's needs. You can put them inside a separate DLL and call them a "class library" if you like, but chances are that they'll only be used by one application.

As you start developing the application, you'll notice that the underlying class library (.NET) will not provide all the functionality you need. So you'll end up extracting some of that functionality into a separate DLL to become part of a generic class library.

The main difference between the application-specific class library (A) and the generic one (G) is that A needs to be created/considered every time an application is started, while G is always there and continues to grow as more applications are written.

Regards,
Alvaro


Give a man a fish, he owes you one fish. Teach a man to fish, you give up your monopoly on fisheries.
GeneralRe: When to create your own DLL Pin
Heath Stewart15-Jun-04 11:40
protectorHeath Stewart15-Jun-04 11:40 
GeneralRe: When to create your own DLL Pin
Alvaro Mendez15-Jun-04 12:44
Alvaro Mendez15-Jun-04 12:44 
GeneralHelp on Socket Programming Pin
Zaffar Kamran15-Jun-04 6:03
Zaffar Kamran15-Jun-04 6:03 
GeneralRe: Help on Socket Programming Pin
Heath Stewart15-Jun-04 6:10
protectorHeath Stewart15-Jun-04 6:10 
Questionstring.IsIndexOf() does not exist? Pin
Ariadne15-Jun-04 5:53
Ariadne15-Jun-04 5:53 
AnswerRe: string.IsIndexOf() does not exist? Pin
Dave Kreskowiak15-Jun-04 7:14
mveDave Kreskowiak15-Jun-04 7:14 
GeneralRe: string.IsIndexOf() does not exist? Pin
Ariadne15-Jun-04 20:49
Ariadne15-Jun-04 20:49 
GeneralRe: string.IsIndexOf() does not exist? Pin
Dave Kreskowiak17-Jun-04 11:45
mveDave Kreskowiak17-Jun-04 11:45 
GeneralPrivate Webservice Pin
ldaoust15-Jun-04 4:28
ldaoust15-Jun-04 4:28 
GeneralRe: Private Webservice Pin
Heath Stewart15-Jun-04 5:09
protectorHeath Stewart15-Jun-04 5:09 
GeneralRe: Private Webservice Pin
ldaoust16-Jun-04 8:54
ldaoust16-Jun-04 8:54 
GeneralRe: Private Webservice Pin
Heath Stewart16-Jun-04 9:04
protectorHeath Stewart16-Jun-04 9:04 
GeneralRe: Private Webservice Pin
ldaoust17-Jun-04 3:04
ldaoust17-Jun-04 3:04 
GeneralRe: Private Webservice Pin
ldaoust17-Jun-04 3:14
ldaoust17-Jun-04 3:14 
GeneralCreating web aplication NOT via IIS console Pin
michalJ15-Jun-04 3:39
michalJ15-Jun-04 3:39 
GeneralRe: Creating web aplication NOT via IIS console Pin
Heath Stewart15-Jun-04 5:03
protectorHeath Stewart15-Jun-04 5:03 
GeneralRe: Creating web aplication NOT via IIS console Pin
michalJ15-Jun-04 8:09
michalJ15-Jun-04 8:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.