September 22nd, 2002, 9:28 am
Sorry, have not seen it. I had a copy of 'Professional C#' from Wrox Pressauthored by Simon Robinson, Ollie Cornes,... which has been reasonableas a reference to fill in some gaps and to quickly get to grips with someof the features in C#.For C# (or equivalently any .NET language, of which there are about 20) understanding the 'Standard Library' is a big task, because it's muchbigger than say STL or C stdlib. On the other hand, in C# it's useful tobe aware of what's there. E.g. if you needed to calculate an MD5 hash,in C++ you can be sure that there is no 'standard' function to do it - in C# there is.