Books for building Frameworks

  • Thread starter Thread starter Stefan Schelling
  • Start date Start date
S

Stefan Schelling

Hi NG.

Can you tell me some books which deals with building my own Application
Framework?
I've already the book from Xin Chen. Are there some more?

Thanks in advance

Stefan
 
Probably the best one at the moment is Framework Design Guidelines: Conventions,
Idioms, and Patterns for Reusable .NET Libraries (Microsoft Net Development
Series) (Hardcover)
by Krzysztof Cwalina, Brad Abrams (
http://www.amazon.com/gp/product/03...5021/ref=pd_bbs_1/102-2225499-8768147?ie=UTF8).
These guys were on the CLR team and know what they are talking about. The
book discusses a number of specific cases that arose when writing the .Net
framework and the thought process that was used to resolve conflicts as they
arose.

Jim Wooley
http://devauthority.com/blogs/jwooley/default.aspx
 
Back
Top