Click here to Skip to main content
15,921,382 members
Home / Discussions / C#
   

C#

 
GeneralRe: Urgent help, about a inherit button class Pin
Alex Korchemniy1-Nov-03 15:30
Alex Korchemniy1-Nov-03 15:30 
GeneralRe: Urgent help, about a inherit button class Pin
chq122-Nov-03 4:26
chq122-Nov-03 4:26 
GeneralRe: Urgent help, about a inherit button class Pin
Steve S3-Nov-03 2:57
Steve S3-Nov-03 2:57 
GeneralSynchronization Pin
peter27131-Nov-03 12:23
peter27131-Nov-03 12:23 
GeneralRe: Synchronization Pin
Jeff Varszegi1-Nov-03 20:42
professionalJeff Varszegi1-Nov-03 20:42 
GeneralRe: Synchronization Pin
peter27131-Nov-03 23:42
peter27131-Nov-03 23:42 
GeneralRe: Synchronization Pin
jparsons3-Nov-03 10:31
jparsons3-Nov-03 10:31 
QuestionDisplay MIME parts of e-mails? Pin
trungbkvn1-Nov-03 5:21
trungbkvn1-Nov-03 5:21 
AnswerRe: Display MIME parts of e-mails? Pin
Heath Stewart2-Nov-03 11:13
protectorHeath Stewart2-Nov-03 11:13 
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 

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.