Click here to Skip to main content
15,894,017 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: What book would you recommend to learn C# from 0? Pin
Clinton Gallagher1-Sep-17 4:09
professionalClinton Gallagher1-Sep-17 4:09 
GeneralRe: What book would you recommend to learn C# from 0? Pin
James Lonero3-Sep-17 21:32
James Lonero3-Sep-17 21:32 
AnswerRe: What book would you recommend to learn C# from 0? Pin
Pete O'Hanlon31-Aug-17 6:16
mvePete O'Hanlon31-Aug-17 6:16 
GeneralRe: What book would you recommend to learn C# from 0? Pin
Slacker00731-Aug-17 7:37
professionalSlacker00731-Aug-17 7:37 
GeneralRe: What book would you recommend to learn C# from 0? Pin
Vincent Blais31-Aug-17 8:12
professionalVincent Blais31-Aug-17 8:12 
GeneralRe: What book would you recommend to learn C# from 0? Pin
Simon_Whale31-Aug-17 22:39
Simon_Whale31-Aug-17 22:39 
AnswerRe: What book would you recommend to learn C# from 0? Pin
RickZeeland31-Aug-17 6:27
mveRickZeeland31-Aug-17 6:27 
GeneralRe: What book would you recommend to learn C# from 0? Pin
W Balboos, GHB31-Aug-17 6:50
W Balboos, GHB31-Aug-17 6:50 
C# from 0, when you know C++?

You really know more than you need to know in one sense.

Think of C++, but a lot of the differentiation is removed. C++ made simple.

For example, you don't separate namespaces by '::', but simply with a '.'
No difference between ref for value and pointer ('.' vs. '->') as everything is an object and it's always a pointer so, as a short-cut, it's always '.'.
The IJW nearly seamless slipping between managed and unmanaged is not so seamless (should you ever need to do it).

If you use C++.NET, then your most of the way there. Really, nearly everything's the same.

Now there's more to it than that, but MS was targeting the VB.NET users when the built this so they dumbed it down simplified it. VB.NET lived on, anyway.

Others might, or rather, are likely to disagree with the above.

Ravings en masse^
"The difference between genius and stupidity is that genius has its limits." - Albert Einstein
"If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

GeneralRe: What book would you recommend to learn C# from 0? Pin
OriginalGriff31-Aug-17 8:18
mveOriginalGriff31-Aug-17 8:18 
GeneralRe: What book would you recommend to learn C# from 0? Pin
W Balboos, GHB31-Aug-17 8:27
W Balboos, GHB31-Aug-17 8:27 
GeneralRe: What book would you recommend to learn C# from 0? Pin
OriginalGriff31-Aug-17 8:38
mveOriginalGriff31-Aug-17 8:38 
GeneralRe: What book would you recommend to learn C# from 0? Pin
dandy7231-Aug-17 8:28
dandy7231-Aug-17 8:28 
GeneralRe: What book would you recommend to learn C# from 0? Pin
OriginalGriff31-Aug-17 8:39
mveOriginalGriff31-Aug-17 8:39 
GeneralRe: What book would you recommend to learn C# from 0? Pin
dandy7231-Aug-17 10:51
dandy7231-Aug-17 10:51 
GeneralRe: What book would you recommend to learn C# from 0? Pin
OriginalGriff31-Aug-17 20:05
mveOriginalGriff31-Aug-17 20:05 
GeneralRe: What book would you recommend to learn C# from 0? Pin
lopatir31-Aug-17 21:04
lopatir31-Aug-17 21:04 
GeneralRe: What book would you recommend to learn C# from 0? Pin
OriginalGriff31-Aug-17 21:33
mveOriginalGriff31-Aug-17 21:33 
GeneralRe: What book would you recommend to learn C# from 0? Pin
Member 130464791-Sep-17 2:52
Member 130464791-Sep-17 2:52 
GeneralRe: What book would you recommend to learn C# from 0? Pin
James Lonero3-Sep-17 22:00
James Lonero3-Sep-17 22:00 
GeneralRe: What book would you recommend to learn C# from 0? Pin
dandy721-Sep-17 2:52
dandy721-Sep-17 2:52 
GeneralRe: What book would you recommend to learn C# from 0? Pin
James Lonero3-Sep-17 21:54
James Lonero3-Sep-17 21:54 
GeneralRe: What book would you recommend to learn C# from 0? Pin
Fabio Franco1-Sep-17 2:47
professionalFabio Franco1-Sep-17 2:47 
GeneralRe: What book would you recommend to learn C# from 0? Pin
James Lonero3-Sep-17 21:47
James Lonero3-Sep-17 21:47 
AnswerRe: What book would you recommend to learn C# from 0? Pin
Jon McKee31-Aug-17 7:32
professionalJon McKee31-Aug-17 7:32 
GeneralRe: What book would you recommend to learn C# from 0? Pin
Fabio Franco1-Sep-17 2:48
professionalFabio Franco1-Sep-17 2:48 

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.