The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Review of .NET Framework Standard Library Annotated Reference

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
douglas reilly

Posts: 108
Nickname: dougreilly
Registered: Oct, 2003

douglas reilly is the owner of Access Microsystems Inc., a small software development consulting fir
Review of .NET Framework Standard Library Annotated Reference Posted: Mar 23, 2004 12:10 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by douglas reilly.
Original Post: Review of .NET Framework Standard Library Annotated Reference
Feed Title: Doug Reilly's Weblog
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/dreilly/rss.aspx
Feed Description: ASP.NET and More...
Latest .NET Buzz Posts
Latest .NET Buzz Posts by douglas reilly
Latest Posts From Doug Reilly's Weblog

Advertisement

While flying cross country heading to the Microsoft Mobile DevCon Monday I had the opportunity to finish reading through the .NET Framework Standard Library Annotated Reference.  Most folks will likely buy a copy of the Annotated Reference for themselves or their team and leave it on the shelf referring to it when needed.  This is probably an OK use of this book, but better is to actually look through the book's reference pages.  Generally the actual reference material is not significantly different than what you could find online at MSDN, however the annotations add value that places this book ahead of your average reference. 

The folks annotating the standard library are the folks involved with creating and standardizing the library.  They include Brad Adams, Anders Hejlsberg, Brial Grunkemeyer, Joel Marcey, Kit George, Krzysztof Cwalina and  Jeffery Richter.  Ever wonder why the Exception parameter to the Constructor for an InvalidProgramException is called inner rather than innerException (which is tthe name in virtually all other exceptions)?  Just a mistake.  Why is Cancel not present in the IAsynchResult interface?  Not all operations can reliably be cancelled, and it is bad interface design to have an interface that some classes that need to implement the interface cannot support.  Even inconsistencies (like the fact that Reset is a member of IEnumerator, allowing a class to throw a NotSupportedException if the class cannot support Reset).

Wart and all, the information in the annotations are clearly the best part of the book.  Highly recommended.

Read: Review of .NET Framework Standard Library Annotated Reference

Topic: Geek Notes 2004-03-21 Previous Topic   Next Topic Topic: Article: Troubleshooting Stored Procedure Recompilation

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use