Click here to Skip to main content
15,922,155 members
Home / Discussions / C#
   

C#

 
GeneralRe: Read Excel C# windows form using OleDB Connection Pin
OriginalGriff13-Mar-14 4:51
mveOriginalGriff13-Mar-14 4:51 
QuestionCalling through modem to mobile phone Pin
Akshay41112-Mar-14 1:43
Akshay41112-Mar-14 1:43 
AnswerRe: Calling through modem to mobile phone Pin
jschell12-Mar-14 11:14
jschell12-Mar-14 11:14 
QuestionSend info from XNA-game Pin
larsp77711-Mar-14 22:47
larsp77711-Mar-14 22:47 
SuggestionRe: Send info from XNA-game Pin
Richard MacCutchan11-Mar-14 23:01
mveRichard MacCutchan11-Mar-14 23:01 
GeneralRe: Send info from XNA-game Pin
larsp77711-Mar-14 23:29
larsp77711-Mar-14 23:29 
AnswerRe: Send info from XNA-game Pin
Pete O'Hanlon11-Mar-14 23:04
mvePete O'Hanlon11-Mar-14 23:04 
GeneralRe: Send info from XNA-game Pin
larsp77711-Mar-14 23:30
larsp77711-Mar-14 23:30 
GeneralRe: Send info from XNA-game Pin
Pete O'Hanlon11-Mar-14 23:35
mvePete O'Hanlon11-Mar-14 23:35 
QuestionChart Control Pin
Subin Mavunkal11-Mar-14 21:39
Subin Mavunkal11-Mar-14 21:39 
AnswerRe: Chart Control Pin
Richard MacCutchan11-Mar-14 22:59
mveRichard MacCutchan11-Mar-14 22:59 
AnswerRe: Chart Control Pin
BillWoodruff12-Mar-14 18:29
professionalBillWoodruff12-Mar-14 18:29 
QuestionHow to display many terminal in other server software ? Pin
Ramkrishn Mishra11-Mar-14 21:15
Ramkrishn Mishra11-Mar-14 21:15 
AnswerRe: How to display many terminal in other server software ? Pin
Richard MacCutchan11-Mar-14 22:58
mveRichard MacCutchan11-Mar-14 22:58 
AnswerRe: How to display many terminal in other server software ? Pin
OriginalGriff11-Mar-14 23:28
mveOriginalGriff11-Mar-14 23:28 
QuestionCOPY ACCESS TABLE FROM ONE DATABASE TO OTHER Pin
pelitech11-Mar-14 18:47
pelitech11-Mar-14 18:47 
AnswerRe: COPY ACCESS TABLE FROM ONE DATABASE TO OTHER Pin
Chris Quinn11-Mar-14 21:57
Chris Quinn11-Mar-14 21:57 
AnswerRe: COPY ACCESS TABLE FROM ONE DATABASE TO OTHER Pin
OriginalGriff11-Mar-14 22:12
mveOriginalGriff11-Mar-14 22:12 
GeneralRe: COPY ACCESS TABLE FROM ONE DATABASE TO OTHER Pin
harold aptroot11-Mar-14 23:32
harold aptroot11-Mar-14 23:32 
QuestionC# technology Pin
Member 1066255811-Mar-14 15:17
Member 1066255811-Mar-14 15:17 
AnswerRe: C# technology Pin
Dave Kreskowiak11-Mar-14 15:39
mveDave Kreskowiak11-Mar-14 15:39 
AnswerRe: C# technology Pin
Peter Leow11-Mar-14 16:11
professionalPeter Leow11-Mar-14 16:11 
AnswerRe: C# technology Pin
BillWoodruff11-Mar-14 19:05
professionalBillWoodruff11-Mar-14 19:05 
AnswerRe: C# technology Pin
thatraja11-Mar-14 22:10
professionalthatraja11-Mar-14 22:10 
AnswerRe: C# technology Pin
V.12-Mar-14 1:20
professionalV.12-Mar-14 1:20 
C# is pretty much standalone. Make sure to learn the quirks of the .Net framework as well when you move along. C# is (part of) .Net. In it's turn, .Net is part of windows so you'll need to know some details about that, when you get more experienced. Then you can step sideways and use ASP.Net eg. In that case you'll enter a whole new world of web browsers, scripting languages and all related technologies. (like JQuery and ajax)
Another step sideways is database programming with it's own details again and interaction with other systems which could reside on other machines not necessarily running windows or only accessible via less trivial protocols.

So basically the more complex you go, the more technology you're required to make your own.
That is also the reason why you would want to start with a book that explains on how to create a "Hello World" application in C# and move along from there.

Best of luck.
V.

(MQOTD rules and previous solutions)

OriginalGriff wrote:
V is absolutely right

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.