Click here to Skip to main content
15,887,822 members
Home / Discussions / C#
   

C#

 
AnswerRe: delegates Pin
User 665822-Dec-08 23:13
User 665822-Dec-08 23:13 
Questionc# Pin
sheemap22-Dec-08 21:47
sheemap22-Dec-08 21:47 
AnswerRe: c# Pin
Giorgi Dalakishvili22-Dec-08 21:53
mentorGiorgi Dalakishvili22-Dec-08 21:53 
GeneralRe: c# Pin
sheemap22-Dec-08 21:57
sheemap22-Dec-08 21:57 
GeneralRe: c# Pin
Christian Graus22-Dec-08 22:05
protectorChristian Graus22-Dec-08 22:05 
GeneralRe: c# Pin
CPallini23-Dec-08 2:09
mveCPallini23-Dec-08 2:09 
GeneralRe: c# Pin
Tom Deketelaere22-Dec-08 22:10
professionalTom Deketelaere22-Dec-08 22:10 
GeneralRe: c# Pin
benjymous22-Dec-08 22:35
benjymous22-Dec-08 22:35 
1 year's experience of what?

Let's see. Here's a snippet. It contains your answers. If you've got programming experience, but are just getting confused by the terminology, it should point you in the right direction. If you're still confused, I'd go with my previous statement of getting yourself a good book on Object Oriented Programming, as it'll likely cover those in the first chapter.

class MyClass // hmm... what's this?
{
   public void DoSomething() // or this...
   {
      Bitmap myBitmap = new Bitmap();   // this looks interesting...
   }
};


Help me! I'm turning into a grapefruit!
Buzzwords!


GeneralRe: c# Pin
sheemap22-Dec-08 23:11
sheemap22-Dec-08 23:11 
GeneralRe: c# Pin
Christian Graus22-Dec-08 23:31
protectorChristian Graus22-Dec-08 23:31 
GeneralRe: c# Pin
EliottA23-Dec-08 3:01
EliottA23-Dec-08 3:01 
GeneralRe: c# Pin
Colin Angus Mackay23-Dec-08 0:27
Colin Angus Mackay23-Dec-08 0:27 
AnswerRe: c# Pin
benjymous22-Dec-08 21:56
benjymous22-Dec-08 21:56 
GeneralRe: c# Pin
sheemap22-Dec-08 22:03
sheemap22-Dec-08 22:03 
GeneralRe: c# Pin
User 665822-Dec-08 23:15
User 665822-Dec-08 23:15 
AnswerRe: c# Pin
Christian Graus22-Dec-08 22:06
protectorChristian Graus22-Dec-08 22:06 
GeneralRe: c# Pin
sheemap22-Dec-08 22:09
sheemap22-Dec-08 22:09 
GeneralRe: c# Pin
Christian Graus22-Dec-08 22:35
protectorChristian Graus22-Dec-08 22:35 
GeneralRe: c# Pin
benjymous22-Dec-08 22:39
benjymous22-Dec-08 22:39 
AnswerRe: c# Pin
Brij22-Dec-08 22:08
mentorBrij22-Dec-08 22:08 
GeneralRe: c# Pin
sheemap22-Dec-08 22:28
sheemap22-Dec-08 22:28 
GeneralRe: c# Pin
Dave Kreskowiak23-Dec-08 3:59
mveDave Kreskowiak23-Dec-08 3:59 
GeneralRe: c# Pin
dan!sh 23-Dec-08 5:58
professional dan!sh 23-Dec-08 5:58 
AnswerRe: c# Pin
#realJSOP22-Dec-08 23:33
mve#realJSOP22-Dec-08 23:33 
QuestionExport to Primavera Pin
Chapooki22-Dec-08 20:19
Chapooki22-Dec-08 20:19 

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.