Tom's profileSynaptic MisfiringsBlogNetwork Tools Help

Synaptic Misfirings

Tom Kirby-Green

Occupation
Location
Interests
Passionate about software development, computer graphics and movement arts.
This person's network is empty (or maybe they're keeping it private).
July 02

Manning Press lists "C# in Depth. Second Edition". Sweet!

Jon Skeet's sublime "C# in Depth" was the best C# book out there, bar none. I'm super happy to see Jon's updating the book for C# 4 and I can wait to read his insights in C# 4's latest static type, 'dynamic' :-)
 
 
It'll also be interesting to see what updates Jon applies to the C# 3 coverage, now that we've all been partying with it for a while. Just ordered my early access program copy to get my paws on the uncorrected chapters as they become available.
June 26

On Tuples

As someone who took at stab at implementing our own managed Tuple implementation it was interesting to read the musings of the pro's who've just implemented the 'official' version in .NET 4
 
 
Unsurprisingly they went deeper, the stuff on partial equivalence is particularly interesting.
June 13

Eric Lippert's great 'Out Of Memory' article

Eric brings clarity to the whole "How can I have run out of memory when I still have more than enough available RAM?" thing:
 
 
Well worth reading, even if you think (as I previously did) that you know all this.
June 06

'C# in Depth' to be updated for C# 4.0

I was very happy to hear that John Skeet will be updating 'C# in Depth' to cover C# 4.0. John's book is, in my opinion, the best C# book out there. Concentrating as it does on the language rather than details of the .NET virtual machine or Base Class Library, 'C# in Depth' not only documents the evolution of the language but explains the why behind the addition of each new feature. It remains the only C# specific book in my programming library and I'm looking forward to getting my paws on the Manning MEAP edition just as soon as John starts posting the new chapters.