C# Book
-
I'm looking for a good book for C#. I'm an experienced developer...have programmed in C, C++, Java, VB, and Delphi. I was looking at the Accelerated C# 2008 or Pro C# 2008 by Apress and the Professional C# 2008 by wrox. Anyone have any opinions on these books or other suggestions? Thank you in advance.
-
I'm looking for a good book for C#. I'm an experienced developer...have programmed in C, C++, Java, VB, and Delphi. I was looking at the Accelerated C# 2008 or Pro C# 2008 by Apress and the Professional C# 2008 by wrox. Anyone have any opinions on these books or other suggestions? Thank you in advance.
mobius111001 wrote:
'm looking for a good book for C#. I'm an experienced developer...have programmed in C, C++, Java, VB, and Delphi.
Being experienced you can just read MSDN documentation. Anyway try to ask C# forum. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
[my articles] -
I'm looking for a good book for C#. I'm an experienced developer...have programmed in C, C++, Java, VB, and Delphi. I was looking at the Accelerated C# 2008 or Pro C# 2008 by Apress and the Professional C# 2008 by wrox. Anyone have any opinions on these books or other suggestions? Thank you in advance.
For an experienced developer, these books should give you a start, but MSDN, as has been stated, would be more useful for details.
only two letters away from being an asset
-
I'm looking for a good book for C#. I'm an experienced developer...have programmed in C, C++, Java, VB, and Delphi. I was looking at the Accelerated C# 2008 or Pro C# 2008 by Apress and the Professional C# 2008 by wrox. Anyone have any opinions on these books or other suggestions? Thank you in advance.
Anything .NET releated I like the Microsoft Red Book series.
-
Anything .NET releated I like the Microsoft Red Book series.
Search in www.knowfree.net site for free books.
ramki
-
I'm looking for a good book for C#. I'm an experienced developer...have programmed in C, C++, Java, VB, and Delphi. I was looking at the Accelerated C# 2008 or Pro C# 2008 by Apress and the Professional C# 2008 by wrox. Anyone have any opinions on these books or other suggestions? Thank you in advance.
Pro C# and the .Net 2.0 Platform by Andrew Troelsen
It definitely isn't definatley
-
I'm looking for a good book for C#. I'm an experienced developer...have programmed in C, C++, Java, VB, and Delphi. I was looking at the Accelerated C# 2008 or Pro C# 2008 by Apress and the Professional C# 2008 by wrox. Anyone have any opinions on these books or other suggestions? Thank you in advance.
Anyone have any opinions on these books or other suggestions? I go for the jugular. Read the books written by the author(s) of the language, so you understand why certain things are done, whether you agree or not. I found this invaluable when I was learning C++ and as well, learning C#. All the rest is just pansy fluff. Sadly, Anders Hejlsberg's books are not of the same quality as Bjarne Stroustrup's, IMO, and I'm sorely disappointed that Hejlsberg appears to have foresaken writing good content and instead is doing Channel9 webcasts, blogs and PowerPoint presentations about C# 3.0 rather than providing us programmers with a decent tome. And come to think of it, that's partly why I'm rather disenchanted with C# 3.0. Marc
-
I'm looking for a good book for C#. I'm an experienced developer...have programmed in C, C++, Java, VB, and Delphi. I was looking at the Accelerated C# 2008 or Pro C# 2008 by Apress and the Professional C# 2008 by wrox. Anyone have any opinions on these books or other suggestions? Thank you in advance.
You might find this[^] book by Jesse Liberty helpful. I'd also look at the MSDN tutorials[^] when you want to focus in a specific area. Good luck! Coming from a Java background, I think you'll really enjoy the .NET framework! /ravi
This is your brain on Celcius Home | Music | Articles | Freeware ravib(at)ravib(dot)com
-
You might find this[^] book by Jesse Liberty helpful. I'd also look at the MSDN tutorials[^] when you want to focus in a specific area. Good luck! Coming from a Java background, I think you'll really enjoy the .NET framework! /ravi
This is your brain on Celcius Home | Music | Articles | Freeware ravib(at)ravib(dot)com
> Anders Hejlsberg's books are not of the same quality as Bjarne Stroustrup's, IMO To be fair, none of the CLR or Java books will ever be of same quality, the reason they will keep implementing the runtime and the languages that cannpt be "bootstrapped into a language" without proper machine abstraction. Which Stroustrup is undoubtedly the only soul on earth worth following on; and he is getting better as he gets older IMO and new blood he has engaged are as careful and promising as he ever was. I still get a shock now and again on the kind of things he was thinking about before Java or AOP ever existed.
-
I'm looking for a good book for C#. I'm an experienced developer...have programmed in C, C++, Java, VB, and Delphi. I was looking at the Accelerated C# 2008 or Pro C# 2008 by Apress and the Professional C# 2008 by wrox. Anyone have any opinions on these books or other suggestions? Thank you in advance.
-
You might find this[^] book by Jesse Liberty helpful. I'd also look at the MSDN tutorials[^] when you want to focus in a specific area. Good luck! Coming from a Java background, I think you'll really enjoy the .NET framework! /ravi
This is your brain on Celcius Home | Music | Articles | Freeware ravib(at)ravib(dot)com
-
Ed.Poore wrote:
it looks like I may be going the opposite way...
Bummer. :( I must say I much prefer working in .NET than Java. Imho, the tools are orders of magnitude better and the .NET framework is powerful and fairly well organized. /ravi
This is your brain on Celcius Home | Music | Articles | Freeware ravib(at)ravib(dot)com
-
> Anders Hejlsberg's books are not of the same quality as Bjarne Stroustrup's, IMO To be fair, none of the CLR or Java books will ever be of same quality, the reason they will keep implementing the runtime and the languages that cannpt be "bootstrapped into a language" without proper machine abstraction. Which Stroustrup is undoubtedly the only soul on earth worth following on; and he is getting better as he gets older IMO and new blood he has engaged are as careful and promising as he ever was. I still get a shock now and again on the kind of things he was thinking about before Java or AOP ever existed.
Is this the first misthreaded post in the new CP??? Marc
-
I'm looking for a good book for C#. I'm an experienced developer...have programmed in C, C++, Java, VB, and Delphi. I was looking at the Accelerated C# 2008 or Pro C# 2008 by Apress and the Professional C# 2008 by wrox. Anyone have any opinions on these books or other suggestions? Thank you in advance.
Apart from books this link is worth perusing, although more so if you'd not yet used a "managed" language. It's out-of-date now but still useful. C++ -> C#: What You Need to Know to Move from C++ to C#[^]
Kevin
-
Is this the first misthreaded post in the new CP??? Marc
It's the first one I've seen, but I haven't been around here much of late.
BDF # # # A learned fool is more a fool than an ignorant fool. - Moliere
-
Is this the first misthreaded post in the new CP??? Marc
Can't be, because that *sure* was fixed :)
[My Blog]
"Visual studio desperately needs some performance improvements. It is sometimes almost as slow as eclipse." - RĂ¼diger Klaehn
"Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe -
Ed.Poore wrote:
it looks like I may be going the opposite way...
Bummer. :( I must say I much prefer working in .NET than Java. Imho, the tools are orders of magnitude better and the .NET framework is powerful and fairly well organized. /ravi
This is your brain on Celcius Home | Music | Articles | Freeware ravib(at)ravib(dot)com
Same here but there are two reasons I'm looking forward to it: 1) Looks to be an interesting project, AI research at Imperial College London 2) My phone (N95) has the mobile Java platform on it so it'll be interesting to program that. Been thinking of a bluetooth remote for Vista Media Center... But I do love programming in .NET particularly with LINQ, not any data projects as such but by making coding so much simpler. I prefer "hacking" style programming to enterprise style.
-
I'm looking for a good book for C#. I'm an experienced developer...have programmed in C, C++, Java, VB, and Delphi. I was looking at the Accelerated C# 2008 or Pro C# 2008 by Apress and the Professional C# 2008 by wrox. Anyone have any opinions on these books or other suggestions? Thank you in advance.
Charles Petzold has a free ebook on his site that will get you up and running with C#. It's called DotNet Chapter Zero and is available at his website (http://www.charlespetzold.com/[^]). It's written for people with a background in C/C++/Java programming. It covers the basics, but it will get you started pretty quickly. Flynn
_If we can't corrupt the youth of today,
the adults of tomorrow will be no fun...
_ -
Ed.Poore wrote:
it looks like I may be going the opposite way...
Bummer. :( I must say I much prefer working in .NET than Java. Imho, the tools are orders of magnitude better and the .NET framework is powerful and fairly well organized. /ravi
This is your brain on Celcius Home | Music | Articles | Freeware ravib(at)ravib(dot)com
Ravi Bhavnani wrote:
Imho, the tools are orders of magnitude better
No longer... My have been the case 5-6 years back. I think is some aspects (refactoring) Java tools are far better than VS 2008/2005
Ravi Bhavnani wrote:
the .NET framework is powerful and fairly well organized.
I am not sure wther I will buy into that. :) There are pros and cons either way. For example, I hate that Java date and time management is not so easy. At the same time I like that Java had good collection classes (until .NET 3.5).
-
Ravi Bhavnani wrote:
Imho, the tools are orders of magnitude better
No longer... My have been the case 5-6 years back. I think is some aspects (refactoring) Java tools are far better than VS 2008/2005
Ravi Bhavnani wrote:
the .NET framework is powerful and fairly well organized.
I am not sure wther I will buy into that. :) There are pros and cons either way. For example, I hate that Java date and time management is not so easy. At the same time I like that Java had good collection classes (until .NET 3.5).