Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The .NET Framework Standard Library Annotated Reference, Volume 2 gets a well thought out review from Mike Riley on www.AspNetPro.com . Mike does a good job of highlighting what I think is the core value of the book – and why I had so much fun working on it. As always, I’d love to hear your feedback.
Comments
- Anonymous
January 05, 2006
Brad,
Your post says that SLAR vol 2 covers the XML Library. I'm wondering if it specifically covers the XmlReader and XmlWriter classes? I've been looking for a more in-depth discussion of those classes ever since I took the pain to implement IXmlSerializable.
Thanks! - Anonymous
January 08, 2006
Yup Vol2 covers XmlReader and XmlWritter... I am not sure about "in depth", but there are several simple examples showing how to use each member and some very good comments from the folks that designed tose types.