Click here to Skip to main content
15,914,221 members
Home / Discussions / C#
   

C#

 
GeneralConnecting to Com port... Pin
Amirjalaly6-Nov-03 5:04
Amirjalaly6-Nov-03 5:04 
GeneralRe: Connecting to Com port... Pin
perlmunger6-Nov-03 9:28
perlmunger6-Nov-03 9:28 
GeneralRe: Connecting to Com port... Pin
leppie6-Nov-03 9:39
leppie6-Nov-03 9:39 
GeneralRTSP class or libraries Pin
Paolo Ponzano6-Nov-03 4:35
Paolo Ponzano6-Nov-03 4:35 
Generalnd ListBox and maintianing selected items Pin
RB@Emphasys6-Nov-03 4:03
RB@Emphasys6-Nov-03 4:03 
GeneralRe: nd ListBox and maintianing selected items Pin
Heath Stewart6-Nov-03 4:30
protectorHeath Stewart6-Nov-03 4:30 
Generalnt service to start a process Pin
thilol6-Nov-03 3:40
thilol6-Nov-03 3:40 
GeneralRe: nt service to start a process Pin
Heath Stewart6-Nov-03 4:16
protectorHeath Stewart6-Nov-03 4:16 
GeneralRe: nt service to start a process Pin
thilol6-Nov-03 5:24
thilol6-Nov-03 5:24 
GeneralRe: nt service to start a process Pin
Xiangyang Liu 刘向阳6-Nov-03 6:16
Xiangyang Liu 刘向阳6-Nov-03 6:16 
GeneralRe: nt service to start a process Pin
Heath Stewart6-Nov-03 11:35
protectorHeath Stewart6-Nov-03 11:35 
GeneralRe: nt service to start a process Pin
thilol6-Nov-03 22:27
thilol6-Nov-03 22:27 
GeneralRe: nt service to start a process Pin
Heath Stewart7-Nov-03 3:37
protectorHeath Stewart7-Nov-03 3:37 
GeneralRe: nt service to start a process Pin
thilol14-Nov-03 3:00
thilol14-Nov-03 3:00 
GeneralRe: nt service to start a process Pin
Heath Stewart14-Nov-03 4:26
protectorHeath Stewart14-Nov-03 4:26 
GeneralC# Tutorials for extreme newbies... Pin
Fubak6-Nov-03 3:19
Fubak6-Nov-03 3:19 
GeneralRe: C# Tutorials for extreme newbies... Pin
Heath Stewart6-Nov-03 3:39
protectorHeath Stewart6-Nov-03 3:39 
Well, for starters, CodeProject! Smile | :)

Other good ones:

Some of these links are for .NET in general. Remember that C# is just a language that targets the CLR (see below).

And never forget the important of research skills. Taking a glance at the .NET BCL (base class library) is very important: http://msdn.microsoft.com/library/en-us/cpref/html/cpref_start.asp[^]

All language that target the Common Language Runtime (CLR) have equal access to the BCL. They just use different syntaxes (and shortcuts based on various keywords).

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: C# Tutorials for extreme newbies... Pin
Kentamanos6-Nov-03 5:49
Kentamanos6-Nov-03 5:49 
GeneralRe: C# Tutorials for extreme newbies... Pin
J. Dunlap6-Nov-03 8:15
J. Dunlap6-Nov-03 8:15 
GeneralRe: C# Tutorials for extreme newbies... Pin
Kentamanos6-Nov-03 8:19
Kentamanos6-Nov-03 8:19 
GeneralRe: C# Tutorials for extreme newbies... Pin
Heath Stewart6-Nov-03 11:37
protectorHeath Stewart6-Nov-03 11:37 
GeneralRe: C# Tutorials for extreme newbies... Pin
Judah Gabriel Himango6-Nov-03 7:01
sponsorJudah Gabriel Himango6-Nov-03 7:01 
Questioncan one class new another? Pin
R. Thomas6-Nov-03 2:26
R. Thomas6-Nov-03 2:26 
AnswerRe: can one class new another? Pin
bjoernen6-Nov-03 3:07
bjoernen6-Nov-03 3:07 
GeneralRe: can one class new another? Pin
R. Thomas6-Nov-03 3:56
R. Thomas6-Nov-03 3:56 

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.