Click here to Skip to main content
15,903,201 members
Home / Discussions / C#
   

C#

 
GeneralRe: Timer or Backgroud worker control.. for getting data over web... Pin
Pankaj - Joshi28-Nov-07 21:25
Pankaj - Joshi28-Nov-07 21:25 
Questionuse soapextension from a mobile app Pin
piratenwichtl28-Nov-07 16:31
piratenwichtl28-Nov-07 16:31 
AnswerRe: use soapextension from a mobile app [modified] Pin
piratenwichtl29-Nov-07 12:18
piratenwichtl29-Nov-07 12:18 
QuestionCreating Child Nodes with C# Pin
mrk3nn3dy28-Nov-07 16:00
mrk3nn3dy28-Nov-07 16:00 
AnswerRe: Creating Child Nodes with C# Pin
Ravi Bhavnani28-Nov-07 16:24
professionalRavi Bhavnani28-Nov-07 16:24 
QuestionPassing variables in a constructor [modified] Pin
MAW3028-Nov-07 15:54
MAW3028-Nov-07 15:54 
AnswerRe: Passing variables in a constructor Pin
Paul Conrad28-Nov-07 16:02
professionalPaul Conrad28-Nov-07 16:02 
AnswerRe: Passing variables in a constructor Pin
Judah Gabriel Himango28-Nov-07 16:06
sponsorJudah Gabriel Himango28-Nov-07 16:06 
In addition to what Paul said, you can also pass in an array:

class Foo
{
   Foo(string[] variables)
   {
      this.A = variables[0];
      this.B = variables[1];
      ...
   }
}


Tech, life, family, faith: Give me a visit.
I'm currently blogging about: The Story of the Spoiled Child
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


AnswerRe: Passing variables in a constructor Pin
Maharishi Bhatia28-Nov-07 21:28
Maharishi Bhatia28-Nov-07 21:28 
QuestionMP3 Tag Editor Pin
Bino B28-Nov-07 15:41
Bino B28-Nov-07 15:41 
AnswerRe: MP3 Tag Editor Pin
Christian Graus28-Nov-07 15:51
protectorChristian Graus28-Nov-07 15:51 
AnswerRe: MP3 Tag Editor Pin
Ravi Bhavnani28-Nov-07 16:26
professionalRavi Bhavnani28-Nov-07 16:26 
QuestionSDI Application Pin
Jeffrey Walton28-Nov-07 13:14
Jeffrey Walton28-Nov-07 13:14 
QuestionWhy I hate C# Pin
Skippums28-Nov-07 12:14
Skippums28-Nov-07 12:14 
AnswerRe: Why I hate C# Pin
Anthony Mushrow28-Nov-07 12:25
professionalAnthony Mushrow28-Nov-07 12:25 
GeneralRe: Why I hate C# Pin
Christian Graus28-Nov-07 12:37
protectorChristian Graus28-Nov-07 12:37 
GeneralRe: Why I hate C# Pin
Skippums28-Nov-07 12:50
Skippums28-Nov-07 12:50 
GeneralRe: Why I hate C# Pin
Skippums28-Nov-07 12:58
Skippums28-Nov-07 12:58 
GeneralRe: Why I hate C# Pin
Jeffrey Walton28-Nov-07 13:03
Jeffrey Walton28-Nov-07 13:03 
GeneralRe: Why I hate C# Pin
Colin Angus Mackay28-Nov-07 13:03
Colin Angus Mackay28-Nov-07 13:03 
GeneralRe: Why I hate C# [modified] Pin
Skippums28-Nov-07 13:36
Skippums28-Nov-07 13:36 
AnswerRe: Why I hate C# Pin
Paul Conrad28-Nov-07 12:31
professionalPaul Conrad28-Nov-07 12:31 
GeneralRe: Why I hate C# Pin
Skippums28-Nov-07 12:59
Skippums28-Nov-07 12:59 
GeneralRe: Why I hate C# Pin
Paul Conrad28-Nov-07 13:42
professionalPaul Conrad28-Nov-07 13:42 
AnswerRe: Why I hate C# Pin
Christian Graus28-Nov-07 12:36
protectorChristian Graus28-Nov-07 12:36 

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.