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

C#

 
GeneralRe: C# and destructores Pin
Uwe Keim21-Aug-01 3:53
sitebuilderUwe Keim21-Aug-01 3:53 
GeneralRe: C# and destructores Pin
21-Aug-01 7:36
suss21-Aug-01 7:36 
GeneralRe: C# and destructores Pin
3-Sep-01 21:01
suss3-Sep-01 21:01 
GeneralProgramming C# - O'Reilly Pin
26-Jul-01 1:04
suss26-Jul-01 1:04 
GeneralRe: Programming C# - O'Reilly Pin
31-Aug-01 14:38
suss31-Aug-01 14:38 
GeneralRe: Programming C# - O'Reilly Pin
Mr. Tibbs26-Dec-01 6:21
Mr. Tibbs26-Dec-01 6:21 
Questionhow to compare string in C# Pin
25-Jul-01 11:44
suss25-Jul-01 11:44 
AnswerRe: how to compare string in C# Pin
Eric Gunnerson (msft)30-Jul-01 10:03
Eric Gunnerson (msft)30-Jul-01 10:03 
string s1 = "Hello";
string s2 = "Goodbye";

if (s1 == s2)
{
// strings are equal.
}
GeneralRe: how to compare string in C# Pin
fadi7-Dec-01 4:48
fadi7-Dec-01 4:48 
GeneralRe: how to compare string in C# Pin
Eric Gunnerson (msft)7-Dec-01 5:46
Eric Gunnerson (msft)7-Dec-01 5:46 
Generalc# and asp.net Pin
vrajesh shah25-Jul-01 2:35
vrajesh shah25-Jul-01 2:35 
Generalc# and asp.net Pin
vrajesh shah25-Jul-01 2:32
vrajesh shah25-Jul-01 2:32 
QuestionWhat is C#? Pin
iamhcj24-Jul-01 16:45
iamhcj24-Jul-01 16:45 
AnswerRe: What is C#? Pin
Christian Graus24-Jul-01 18:21
protectorChristian Graus24-Jul-01 18:21 
GeneralRe: What is C#? Pin
Paul Watson24-Jul-01 21:44
sitebuilderPaul Watson24-Jul-01 21:44 
GeneralRe: What is C#? Pin
Alexander Berthold24-Jul-01 23:38
Alexander Berthold24-Jul-01 23:38 
GeneralRe: What is C#? Pin
Christian Graus25-Jul-01 1:56
protectorChristian Graus25-Jul-01 1:56 
GeneralRe: What is C#? Pin
Paul Watson25-Jul-01 3:03
sitebuilderPaul Watson25-Jul-01 3:03 
GeneralRe: What is C#? Pin
30-Jul-01 4:24
suss30-Jul-01 4:24 
GeneralRe: What is C#? Pin
Christian Graus25-Jul-01 1:54
protectorChristian Graus25-Jul-01 1:54 
AnswerRe: What is C#? Pin
Paul Watson24-Jul-01 22:09
sitebuilderPaul Watson24-Jul-01 22:09 
GeneralWindows Service Pin
another24-Jul-01 14:07
another24-Jul-01 14:07 
Generalfree c# certification Pin
24-Jul-01 2:26
suss24-Jul-01 2:26 
GeneralCS0234 Namespace Problem Pin
Paul Watson22-Jul-01 6:21
sitebuilderPaul Watson22-Jul-01 6:21 
GeneralRe: CS0234 Namespace Problem Pin
Paul Watson24-Jul-01 21:32
sitebuilderPaul Watson24-Jul-01 21:32 

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.