Click here to Skip to main content
15,902,299 members
Home / Discussions / C#
   

C#

 
GeneralExtending System.Collections.Hashtable Pin
Thomas Gondorf24-Nov-03 5:27
Thomas Gondorf24-Nov-03 5:27 
GeneralRe: Extending System.Collections.Hashtable Pin
jparsons24-Nov-03 6:00
jparsons24-Nov-03 6:00 
GeneralRe: Extending System.Collections.Hashtable Pin
Heath Stewart24-Nov-03 7:07
protectorHeath Stewart24-Nov-03 7:07 
GeneralRe: Extending System.Collections.Hashtable Pin
jparsons24-Nov-03 12:20
jparsons24-Nov-03 12:20 
GeneralRe: Extending System.Collections.Hashtable Pin
Heath Stewart24-Nov-03 15:52
protectorHeath Stewart24-Nov-03 15:52 
GeneralRe: Extending System.Collections.Hashtable Pin
Thomas Gondorf24-Nov-03 21:51
Thomas Gondorf24-Nov-03 21:51 
GeneralInterface? Abstract? DLL? Component? please help Pin
sammyh24-Nov-03 5:23
sammyh24-Nov-03 5:23 
GeneralRe: Interface? Abstract? DLL? Component? please help Pin
Heath Stewart24-Nov-03 7:25
protectorHeath Stewart24-Nov-03 7:25 
Interfaces or abstract classes are a start, but you really need a way to resolve the Type as well. This usually entails having a custom configuration section in your .config file that registers the Type associated with a particular operation, sort of how a Type to create for the <httpHandlers> section is associated with HTTP verbs and a path from which files that need to be handled are associated with the IHttpHandler or IHttpHandlerFactory.

To make it easier, you should include yourl libraries either in your application's private path (the app's directory or any directory specified in your .config file under the configuration/runtime/assemblyBinding/probing section inside the privatePath attribute. For a good example, see the ASP.NET Web Matrix (a Microsoft employee-driven, free ASP.NET designer) at http://www.asp.net/[^].

There are also several good articles available here on CP about that cover this (though many use a proprietary configuration file, while I find using the .config file that is common to all runtime applications better). You just need to do a search. Smile | :)

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
Generalwww.itbooksearch.com.Huge IT ebook resources,You need not amazon any more. Each $4. Pin
Anonymous24-Nov-03 2:04
Anonymous24-Nov-03 2:04 
Generaldrag &amp; drop image from IE Pin
trythat24-Nov-03 1:48
trythat24-Nov-03 1:48 
GeneralRe: drag &amp; drop image from IE Pin
Heath Stewart24-Nov-03 4:47
protectorHeath Stewart24-Nov-03 4:47 
GeneralRe: drag &amp; drop image from IE Pin
trythat24-Nov-03 6:47
trythat24-Nov-03 6:47 
GeneralUsing custom controls in Windows Forms Pin
Radoslav Bielik24-Nov-03 0:20
Radoslav Bielik24-Nov-03 0:20 
GeneralRe: Using custom controls in Windows Forms Pin
Heath Stewart24-Nov-03 5:12
protectorHeath Stewart24-Nov-03 5:12 
GeneralRe: Using custom controls in Windows Forms Pin
Radoslav Bielik24-Nov-03 5:17
Radoslav Bielik24-Nov-03 5:17 
GeneralRe: Using custom controls in Windows Forms Pin
Barry Lapthorn24-Nov-03 10:07
protectorBarry Lapthorn24-Nov-03 10:07 
GeneralRe: Using custom controls in Windows Forms Pin
Heath Stewart24-Nov-03 10:11
protectorHeath Stewart24-Nov-03 10:11 
GeneralRe: Using custom controls in Windows Forms Pin
Barry Lapthorn24-Nov-03 11:25
protectorBarry Lapthorn24-Nov-03 11:25 
GeneralRe: Using custom controls in Windows Forms Pin
Heath Stewart24-Nov-03 11:28
protectorHeath Stewart24-Nov-03 11:28 
GeneralRe: Using custom controls in Windows Forms Pin
Barry Lapthorn24-Nov-03 11:32
protectorBarry Lapthorn24-Nov-03 11:32 
GeneralRe: Using custom controls in Windows Forms Pin
Heath Stewart24-Nov-03 11:36
protectorHeath Stewart24-Nov-03 11:36 
GeneralToDouble problem Pin
Jose Vicente23-Nov-03 23:17
Jose Vicente23-Nov-03 23:17 
GeneralRe: ToDouble problem Pin
Heath Stewart24-Nov-03 5:07
protectorHeath Stewart24-Nov-03 5:07 
GeneralRe: ToDouble problem Pin
Jose Vicente24-Nov-03 5:08
Jose Vicente24-Nov-03 5:08 
GeneralRe: ToDouble problem Pin
Judah Gabriel Himango24-Nov-03 5:25
sponsorJudah Gabriel Himango24-Nov-03 5:25 

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.