Click to See Complete Forum and Search --> : Please recommend some good books on learning c#


Lance King
October 16th, 2002, 04:30 AM
I have learned C++ for nearly 1 year and have some basic
programming skills.Now I want to learn C# ,but I don't know
which book to read first.Please recommend some books on learning c#,include basic features introduce and advanced programming mannual.I would like to read more complicated books because I think if one knows c++,he can learn c# fast.
Thank you very much :)

simon29
October 16th, 2002, 05:34 AM
I think a good book, or maybe the best one in moment, is "Professional C# 2nd edition" written by Simon Robinson. At least is the one i am using and i find it really ok.

Brad Jones
October 17th, 2002, 08:52 AM
My book focuses on teaching the C# language. If you have C++ experience, then my book will move slowly (although you can skim through it pretty fast). My book is Teach Yourself C# in 21 Days (http://books.internet.com/books/0672320711)


Inside C#, Second Edition (http://books.internet.com/books/0735616485) Was written by Tom Archer and Andrew Whitechapel. This is a more advanced book. Tom was a previous Site Manager for CodeGuru and Andrew has contributed a number of articles. This second edition includes a lot of improvements over the first edition and comes highly recommended.

Brad!