Brad Abrams
Design Guidelines, Managed code and the .NET Framework
Browse by Tags
All Tags
»
SLAR
(RSS)
BCL
CLR
Framework Design Guidelines
Random
Review for SLAR vol2
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
Read More...
The SLAR (vol2) on System.Globalization.CultureInfo
Continuing in the series sharing some of the information in the .NET Framework Standard Library Annotated Reference Vol 1 and .NET Framework Standard Library Annotated Reference Vol 2 with some information on CultureInfo. SS (Shawn Steele) Always use
Read More...
The SLAR (vol2) on System.Runtime.InteropServices.CharSet
Continuing in the series sharing some of the information in the .NET Framework Standard Library Annotated Reference Vol 1 and .NET Framework Standard Library Annotated Reference Vol 2 with some information on CharSet. public enum CharSet { CF Ansi = 2,
Read More...
The SLAR (vol2) on System.Runtime.CompilerServices. DecimalConstantAttribute
Continuing in the series sharing some of the information in the .NET Framework Standard Library Annotated Reference Vol 1 and .NET Framework Standard Library Annotated Reference Vol 2 with some information on DecimalConstantAttribute. RJ (Rex Jaeschke)
Read More...
The SLAR (vol2) on System.Reflection.BindingFlags
Continuing in the series sharing some of the information in the .NET Framework Standard Library Annotated Reference Vol 1 and .NET Framework Standard Library Annotated Reference Vol 2 with some information on BindingFlags. public enum BindingFlags { CreateInstance
Read More...
The SLAR (vol2) on System.BadImageFormatException
Continuing in the series sharing some of the information in the .NET Framework Standard Library Annotated Reference Vol 1 and .NET Framework Standard Library Annotated Reference Vol 2 with some information on BadImageFormatException. BA You have to be
Read More...
The SLAR (vol2) on System.Net.Authorization
Continuing in the series sharing some of the information in the .NET Framework Standard Library Annotated Reference Vol 1 and .NET Framework Standard Library Annotated Reference Vol 2 with some information on Authorization. Danny Thorpe Avoid creating
Read More...
The SLAR (vol2) on System.AssemblyLoadEventHandler
Continuing in the series sharing some of the information in the .NET Framework Standard Library Annotated Reference Vol 1 and .NET Framework Standard Library Annotated Reference Vol 2 with some information on AssemblyLoadEventHandler. CF public delegate
Read More...
The SLAR (vol2) on System.Assembly
Continuing in the series sharing some of the information in the .NET Framework Standard Library Annotated Reference Vol 1 and .NET Framework Standard Library Annotated Reference Vol 2 with some information on Assembly. SC Calling Load(AssemblyName) is
Read More...
The SLAR (vol2) on System.AppDomain
Continuing in the series sharing some of the information in the .NET Framework Standard Library Annotated Reference Vol 1 and .NET Framework Standard Library Annotated Reference Vol 2 with some information on AppDomain. BA We introduced Application Domains
Read More...
The SLAR (vol2) on System.Reflection.AmbiguousMatchException
Continuing in the series sharing some of the information in the .NET Framework Standard Library Annotated Reference Vol 1 and .NET Framework Standard Library Annotated Reference Vol 2 with some information on AmbiguousMatchException. public sealed class
Read More...
SLAR2 gets a review..
Check out the recent review of the SLAR2 from http://www.larkware.com/
Read More...
The SLAR (vol2) on System.Net.Sockets.AddressFamily
Looks like the SLAR vol2 finally made its way to book sealer’s warehouses which means everyone that pre-ordered should be getting their copy soon. I’d love to hear what you think and I’d encourage you to help your fellow developers by posting a review
Read More...
Sample Chapter from the SLARv2 posted
DevX.com recently posted a sample chapter of .NET Framework Standard Library Annotated Reference, Volume 2 They choose System.Xml.XmlReader … some good annotations on this one. I’d love to hear your comments on this sneak peak…
Read More...
.NET Framework 2.0, SLARvol2 and FDG
With the SLARvol2 and FDG being published very right around the time that the .NET Framework 2.0 (“Whidbey”) is shipping people are naturally asking about how applicable these books are to .NET Framework 2.0… The short answer is very applicable. While
Read More...
More Posts
Next page »
Search
Go
This Blog
Home
Email
本博客中文版 (View in Chinese)
These postings are provided "AS IS" with no warranties, and confer no rights.
Tags
.NET Framework
.NETFx3.0
Acropolis
AJAX
AjaxWorld
ASP.NET
ASPMVC
Atlas
BCL
Blogging
CLR
DevLink07
Framework
Framework Design Guidelines
ISV
MEF
Microsoft AJAX Library
Mix07
Mix08
New Guideline
Orcas
PDC
Port25
Program Manager
RainbowsEnd
Random
ReMixBoston07
Silverlight
SLAR
Software Development
TechEd
TheAjaxExperience
VB
VernorVinge
WinForms
WPF
Archives
May 2008 (2)
April 2008 (11)
March 2008 (21)
February 2008 (12)
January 2008 (14)
December 2007 (13)
November 2007 (13)
October 2007 (21)
September 2007 (7)
August 2007 (13)
July 2007 (10)
June 2007 (25)
May 2007 (18)
April 2007 (15)
March 2007 (15)
February 2007 (6)
January 2007 (15)
December 2006 (8)
November 2006 (12)
October 2006 (13)
September 2006 (8)
August 2006 (5)
July 2006 (12)
June 2006 (15)
May 2006 (12)
April 2006 (10)
March 2006 (15)
February 2006 (14)
January 2006 (13)
December 2005 (7)
November 2005 (18)
October 2005 (16)
September 2005 (30)
August 2005 (22)
July 2005 (15)
June 2005 (14)
May 2005 (17)
April 2005 (24)
March 2005 (28)
February 2005 (20)
January 2005 (28)
December 2004 (18)
November 2004 (17)
October 2004 (24)
September 2004 (16)
August 2004 (28)
July 2004 (17)
June 2004 (19)
May 2004 (28)
April 2004 (31)
March 2004 (28)
February 2004 (30)
January 2004 (35)
December 2003 (17)
November 2003 (28)
October 2003 (43)
September 2003 (25)
August 2003 (21)
July 2003 (26)
June 2003 (9)
May 2003 (14)
April 2003 (50)
Books by Brad Abrams
Framework Design Guidelines : Conventions, Idioms, and Patterns for Reusable .NET Libraries
.NET Framework Standard Library Annotated Reference, Volume 2
.NET Framework Standard Library Annotated Reference, Volume 1
Base Class Library Reference Poster
Programming in the .NET Environment
Noteworthy Posts
Who am I?
Code Guidelines
Syndication
RSS 2.0
Atom 1.0