Book Help
-
Hello Everyone, Which book do u prefer for beginners for starting with C# from scratch OReilly Programming C Sharp 3.0 5th Edition OR OReilly Programming C Sharp 4.0 6th Edition ?
-
Thanks for the response. Is it required to know the .net framework basics before starting with this book? Books are enough or detail coaching class are required ?? or any online video tutor is good enough ? Any good .net training center in Bangalore ?? Please let me know
-
Thanks for the response. Is it required to know the .net framework basics before starting with this book? Books are enough or detail coaching class are required ?? or any online video tutor is good enough ? Any good .net training center in Bangalore ?? Please let me know
NaveenHS wrote:
Is it required to know the .net framework basics before starting with this book?
Yes. Understanding the basics of framework will help in learning the language. But you will eventually learn about the framework as you progress on C#.
NaveenHS wrote:
Books are enough or detail coaching class are required ?? or any online video tutor is good enough ?
Depends on your style of learning. I'd suggest to start with a book and workout the examples provided.
Best wishes, Navaneeth
-
NaveenHS wrote:
Is it required to know the .net framework basics before starting with this book?
Yes. Understanding the basics of framework will help in learning the language. But you will eventually learn about the framework as you progress on C#.
NaveenHS wrote:
Books are enough or detail coaching class are required ?? or any online video tutor is good enough ?
Depends on your style of learning. I'd suggest to start with a book and workout the examples provided.
Best wishes, Navaneeth
-
Hello Everyone, Which book do u prefer for beginners for starting with C# from scratch OReilly Programming C Sharp 3.0 5th Edition OR OReilly Programming C Sharp 4.0 6th Edition ?
If you want a free beginners guide then try this CSharp Yellow Book 2010.pdf[^]
-
Hello Everyone, Which book do u prefer for beginners for starting with C# from scratch OReilly Programming C Sharp 3.0 5th Edition OR OReilly Programming C Sharp 4.0 6th Edition ?
If you are a beginner, then ANY introductory book would be fine, as long as it is a physical book, as opposed to an e-book. IMO you need the opportunity to mark things, to easily browse it, etc. Most books do not strictly require prior knowledge, as their author/publisher want to sell to as many people as possible. OTOH most books make implicit assumptions; most likely a book on a specific language will not explain the purpose of a loop, nor the principles and best practices in object-orientation. So you might end up needing a few books if you're a newbie, say: 1. introduction to programming 2. introduction to a programming language 3. introduction to Windows programming 4. introduction to object-orientation However I would still go for #2 first. And then take it from there. I seldom give specific book recommendations as it is all very subjective, it depends on your prior knowledge, your need for examples and exercises, and much more. My advice is: visit a good bookstore. A lesser alternative is browse a number of books on Amazon's web site. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.
modified on Thursday, September 16, 2010 7:32 AM