Apress Books - 4 - Introducing Visual C# 2010 - Initial comments

Posted by TATWORTH on Geeks with Blogs See other posts from Geeks with Blogs or by TATWORTH
Published on Sat, 04 Dec 2010 22:35:50 GMT Indexed on 2010/12/06 16:57 UTC
Read the original article Hit count: 586

Filed under:

Apress books Visual C# 2010 (ISBN 978-1-4302-3171-4) - http://www.apress.com/book/view/1430231718 is both an excellent introduction to C# programming and a manual for those with experiance.

So far I have only been through a few chapters but I have been favourably impressed. In the chapter on Exceptions, I have posted an errata regarding the custom exception in  listing 14-17; it is missing an overload required by FXCOP

    private CustomException(SerializationInfo info, StreamingContext context) : base(info, context)
    {
    }

Aside of this minor point, I have no hesitation to recommending this book to anyone who wishes to learn C#.

© Geeks with Blogs or respective owner