Click here to Skip to main content
15,891,253 members
Home / Discussions / C#
   

C#

 
QuestionAre there any APIs in c# that i can use to parse a email message? Pin
Gentri Wind9-Apr-02 18:38
Gentri Wind9-Apr-02 18:38 
AnswerRe: Are there any APIs in c# that i can use to parse a email message? Pin
James T. Johnson9-Apr-02 19:25
James T. Johnson9-Apr-02 19:25 
GeneralRe: Are there any APIs in c# that i can use to parse a email message? Pin
Paul Watson21-Jun-02 7:05
sitebuilderPaul Watson21-Jun-02 7:05 
QuestionWhy so many class in framework sealed? Pin
9-Apr-02 17:49
suss9-Apr-02 17:49 
AnswerRe: Why so many class in framework sealed? Pin
Gerald Schwab9-Apr-02 17:54
Gerald Schwab9-Apr-02 17:54 
GeneralRe: Why so many class in framework sealed? Pin
9-Apr-02 20:01
suss9-Apr-02 20:01 
AnswerRe: Why so many class in framework sealed? Pin
James T. Johnson9-Apr-02 19:10
James T. Johnson9-Apr-02 19:10 
AnswerRe: Why so many class in framework sealed? Pin
Andy Smith9-Apr-02 20:10
Andy Smith9-Apr-02 20:10 
I can't speak for them all...
but some are sealed for performance reasons.

and I quote from "Applied Microsoft .NET Framework Programming":
" the CLR knows the exact layout of the fields defined within the String type, and the CLR accesses these feilds directly." ... If String were not sealed, "you could add your own fields, which would break the assumptions the CLR makes, In addition, you could break some assumptions that the CLR has made about String objects being immutable."
GeneralRe: Why so many class in framework sealed? Pin
Nick Parker10-Apr-02 6:42
protectorNick Parker10-Apr-02 6:42 
GeneralBitmap Button Pin
9-Apr-02 9:31
suss9-Apr-02 9:31 
GeneralRe: Bitmap Button Pin
James T. Johnson9-Apr-02 13:50
James T. Johnson9-Apr-02 13:50 
Generalswitch enhancement in C# Pin
ovarlamov9-Apr-02 8:27
ovarlamov9-Apr-02 8:27 
GeneralRe: switch enhancement in C# Pin
Andy Smith9-Apr-02 8:53
Andy Smith9-Apr-02 8:53 
GeneralReflection & Assemblies Pin
Tariq9-Apr-02 5:07
Tariq9-Apr-02 5:07 
GeneralRe: Reflection & Assemblies Pin
James T. Johnson9-Apr-02 6:30
James T. Johnson9-Apr-02 6:30 
GeneralOnly one application instance Pin
Jose Fco Bonnin9-Apr-02 1:52
Jose Fco Bonnin9-Apr-02 1:52 
GeneralRe: Only one application instance Pin
David Wengier9-Apr-02 12:59
David Wengier9-Apr-02 12:59 
GeneralRe: Only one application instance Pin
Marc Clifton1-Oct-02 11:32
mvaMarc Clifton1-Oct-02 11:32 
GeneralCheckbox in Datagrid Pin
Anderson F.9-Apr-02 1:29
Anderson F.9-Apr-02 1:29 
GeneralRe: Checkbox in Datagrid Pin
ClayB9-Apr-02 23:53
ClayB9-Apr-02 23:53 
GeneralRe: Checkbox in Datagrid Pin
Anderson F.10-Apr-02 9:26
Anderson F.10-Apr-02 9:26 
GeneralWe have ASP/ASP.NET Beat Pin
Nick Parker8-Apr-02 17:43
protectorNick Parker8-Apr-02 17:43 
QuestionAm I Missing Something Here? Pin
Nick Parker8-Apr-02 17:08
protectorNick Parker8-Apr-02 17:08 
AnswerRe: Am I Missing Something Here? Pin
Christian Graus8-Apr-02 17:18
protectorChristian Graus8-Apr-02 17:18 
GeneralRe: Am I Missing Something Here? Pin
Nick Parker8-Apr-02 17:24
protectorNick Parker8-Apr-02 17:24 

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.