Search Results

1
vote

Should I keep reading the pragmatic programmer?

Keep reading it - it will make you a better programmer even if you only understand some of it. Personally, I prefer Code Complete by Steve McConnell. The first chapters are average but the rest of …
1
vote

What development book made the most impact on you as a developer?

Has to be Code Complete. I had the good fortune of buying as I started my first steps as a programmer. I learned so much from it I immediately re-read it. I firmly believe it transformed by skills …
0
votes

Recommend a good book about Web Services (.NET)?

I found Learning WC F to be out of date in a few areas. Programming WCF Services by Juval Lowy was printed very recently and should be right upto date. It is however heavi …
0
votes

Good Java resources for C# developers

Effective Java Second Edition by Joshua Bloch is an excellent and concise resource. Its a very highly regarded book and rightly so imho. …