f all you've got is a hammer, everything looks like a nail
September 6, 2010 8:33 AM Subscribe
Are there any C# or Java tutorials anywhere as good as Larry Wall's
Programming Perl?
Nearly every tutorial book I've read (or tried to read) falls far short of being engaging. Either I encounter useless snippets of code that do nothing that builds understanding or context; intersperses turgid prose with printing, referring to or somehow including foo, or successively iterates through evermore complex iterations of 'Hello world'.
Among other things, I've got 10+ years using TSQL and Perl, separately and together.
I understand XML and HTML but avoid them. I can dope out C# code, but Java is an enduring mystery - to me, at least.
Now I'm sure these impressions are biases, and I feel I must get past them. Are there tutorials that do more than just lay on a page? Is that asking too much?
FWIW, I'm ahem 'between engagements', so I have time to devote.
posted by nj_subgenius to computers & internet (5 answers total) 12 users marked this as a favorite
You can also fish around for developer blogs for either language, many have written tutorials and best practices etc which help.
http://oreilly.com/java/index.html
http://oreilly.com/csharp/index.html
posted by jbw at 9:03 AM on September 6, 2010