Click here to Skip to main content
15,913,055 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to execute a PHP file from C# code Pin
Christian Wulff11-Aug-06 2:35
Christian Wulff11-Aug-06 2:35 
AnswerRe: How to execute a PHP file from C# code Pin
Mridang Agarwalla11-Aug-06 4:36
Mridang Agarwalla11-Aug-06 4:36 
Questionreferences Pin
e_LA11-Aug-06 2:02
e_LA11-Aug-06 2:02 
AnswerRe: references Pin
Dustin Metzgar11-Aug-06 4:44
Dustin Metzgar11-Aug-06 4:44 
QuestionC# MonoDevelop0.01 Ubuntu 6.06 Pin
StrayGrey11-Aug-06 1:45
StrayGrey11-Aug-06 1:45 
AnswerRe: C# MonoDevelop0.01 Ubuntu 6.06 Pin
Judah Gabriel Himango11-Aug-06 4:58
sponsorJudah Gabriel Himango11-Aug-06 4:58 
AnswerRe: C# MonoDevelop0.01 Ubuntu 6.06 [modified] Pin
User 665811-Aug-06 5:27
User 665811-Aug-06 5:27 
GeneralRe: C# MonoDevelop0.01 Ubuntu 6.06 Pin
StrayGrey11-Aug-06 23:11
StrayGrey11-Aug-06 23:11 
Obviously my understanding of C# sucks as the following works fine:-
using System;

class ch01_01

{

static void Main()

{

System.Console.WriteLine("Hello from C#.");
System.Console.WriteLine("Press any key to continue");
System.Console.ReadLine();

}

}
Good to know that the problem is not with Mono but with meLaugh | :laugh:

Regards,
Alf Stockton

GeneralRe: C# MonoDevelop0.01 Ubuntu 6.06 [modified] Pin
User 665812-Aug-06 1:31
User 665812-Aug-06 1:31 
QuestionSocket implementation Pin
ventomito11-Aug-06 1:41
ventomito11-Aug-06 1:41 
AnswerRe: Socket implementation Pin
Stefan Troschuetz11-Aug-06 2:44
Stefan Troschuetz11-Aug-06 2:44 
QuestionFreeing resources ( forcing object destruction) [modified] Pin
abhijit pai11-Aug-06 1:35
abhijit pai11-Aug-06 1:35 
AnswerRe: Freeing resources ( forcing object destruction) Pin
Filip van der Meeren11-Aug-06 1:56
Filip van der Meeren11-Aug-06 1:56 
GeneralRe: Freeing resources ( forcing object destruction) Pin
abhijit pai11-Aug-06 4:57
abhijit pai11-Aug-06 4:57 
AnswerRe: Freeing resources ( forcing object destruction) Pin
Dave Kreskowiak11-Aug-06 4:54
mveDave Kreskowiak11-Aug-06 4:54 
GeneralRe: Freeing resources ( forcing object destruction) Pin
abhijit pai11-Aug-06 5:12
abhijit pai11-Aug-06 5:12 
GeneralRe: Freeing resources ( forcing object destruction) Pin
Filip van der Meeren11-Aug-06 6:25
Filip van der Meeren11-Aug-06 6:25 
GeneralRe: Freeing resources ( forcing object destruction) Pin
Dave Kreskowiak11-Aug-06 13:01
mveDave Kreskowiak11-Aug-06 13:01 
Questionhow to search given word in the word document Pin
ayyp11-Aug-06 1:11
ayyp11-Aug-06 1:11 
AnswerRe: how to search given word in the word document Pin
TheJudeDude16-Aug-06 14:22
TheJudeDude16-Aug-06 14:22 
QuestionDisable Mouse Pin
Rahul.RK11-Aug-06 0:26
Rahul.RK11-Aug-06 0:26 
AnswerRe: Disable Mouse Pin
stancrm11-Aug-06 1:50
stancrm11-Aug-06 1:50 
JokeRe: Disable Mouse Pin
Filip van der Meeren11-Aug-06 2:00
Filip van der Meeren11-Aug-06 2:00 
AnswerRe: Disable Mouse Pin
Thomas Stockwell12-Aug-06 11:54
professionalThomas Stockwell12-Aug-06 11:54 
QuestionGeneric MultiMap class / Set like the STL one... [modified] Pin
Florian Storck10-Aug-06 23:31
Florian Storck10-Aug-06 23: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.