Click here to Skip to main content
15,899,474 members
Home / Discussions / C#
   

C#

 
GeneralRe: Display MIME parts of e-mails? Pin
trungbkvn4-Nov-03 1:13
trungbkvn4-Nov-03 1:13 
GeneralRe: Display MIME parts of e-mails? Pin
Heath Stewart4-Nov-03 2:29
protectorHeath Stewart4-Nov-03 2:29 
GeneralRe: Display MIME parts of e-mails? Pin
trungbkvn4-Nov-03 2:35
trungbkvn4-Nov-03 2:35 
GeneralImages on Listview SubItems Pin
Mahesh Varma1-Nov-03 0:47
Mahesh Varma1-Nov-03 0:47 
GeneralRe: Images on Listview SubItems Pin
FocusedWolf14-Jan-04 13:09
FocusedWolf14-Jan-04 13:09 
GeneralRegularExpressions Pin
Rohde31-Oct-03 22:41
Rohde31-Oct-03 22:41 
GeneralRe: RegularExpressions Pin
Rohde31-Oct-03 23:58
Rohde31-Oct-03 23:58 
GeneralRe: RegularExpressions Pin
Blake Coverett1-Nov-03 15:56
Blake Coverett1-Nov-03 15:56 
The name of the DLL (or assembly) is completely unrelated to which namespaces the types it implements are in.

The 'core' namespaces are spread between mscorlib.dll and System.dll. The most critical ones that are required for even the most basic bootstraping are in mscorlib.dll. This isn't just the System namespace, but Collections, IO, Reflection, Remoting, Serialization, Security, etc. The ones that other things don't depend on as much and hence may never need to be loaded are in System.dll. This includes CodeDom, ComponentModel, Net, RegularExpressions, etc.

Don't let the names of the other DLL's fool you either, for example System.Data.dll mostly implements types from the System.Data namespace, but it also implements some types that are in System.Xml and so forth.

-Blake
GeneralRe: RegularExpressions Pin
Rohde1-Nov-03 21:16
Rohde1-Nov-03 21:16 
Generalsome body help me...........! Pin
Ahmed El Sherbeeny31-Oct-03 22:09
Ahmed El Sherbeeny31-Oct-03 22:09 
GeneralRetrieving an icon from an embedded resx Pin
scott3731-Oct-03 14:48
scott3731-Oct-03 14:48 
GeneralRe: Retrieving an icon from an embedded resx Pin
scott372-Nov-03 14:50
scott372-Nov-03 14:50 
Generalshutdown the computer Pin
bora3ee31-Oct-03 13:08
bora3ee31-Oct-03 13:08 
GeneralImage Pin
Gary Kirkham31-Oct-03 10:28
Gary Kirkham31-Oct-03 10:28 
GeneralRe: Image Pin
Blake Coverett31-Oct-03 11:38
Blake Coverett31-Oct-03 11:38 
GeneralConverting ASCII text to a string Pin
benglish7231-Oct-03 9:18
benglish7231-Oct-03 9:18 
GeneralRe: Converting ASCII text to a string Pin
J. Dunlap31-Oct-03 9:45
J. Dunlap31-Oct-03 9:45 
GeneralRe: Converting ASCII text to a string Pin
benglish7231-Oct-03 9:56
benglish7231-Oct-03 9:56 
GeneralSocket programming Pin
Søren Christensen31-Oct-03 8:46
Søren Christensen31-Oct-03 8:46 
GeneralRe: Socket programming Pin
Søren Christensen3-Nov-03 4:26
Søren Christensen3-Nov-03 4:26 
GeneralGDI+ Pin
rob6446431-Oct-03 5:47
rob6446431-Oct-03 5:47 
GeneralRe: GDI+ Pin
J. Dunlap31-Oct-03 9:30
J. Dunlap31-Oct-03 9:30 
Generalsetup and deployment with MDB files Pin
Anonymous31-Oct-03 5:14
Anonymous31-Oct-03 5:14 
GeneralRe: setup and deployment with MDB files Pin
Heath Stewart31-Oct-03 5:28
protectorHeath Stewart31-Oct-03 5:28 
GeneralRe: setup and deployment with MDB files Pin
31-Oct-03 6:31
suss31-Oct-03 6:31 

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.