Amazon.com Widgets SLAR - Brad Abrams - Site Home - MSDN Blogs

Brad Abrams

Design Guidelines, Managed code and the .NET Framework

SLAR

Posts
  • Brad Abrams

    Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 23: Azure

    • 9 Comments
    Still updating my Mix 09 Silverlight 3 + RIA Services talk with more fun stuff.    Azure represents a general trend in the industry towards a cloud computing model. As much as I love the development phase of projects, the operations side...
  • Brad Abrams

    Review for SLAR vol2

    • 2 Comments
    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...
  • Brad Abrams

    The SLAR (vol2) on System.Globalization.CultureInfo

    • 5 Comments
    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) ...
  • Brad Abrams

    The SLAR (vol2) on System.Runtime.InteropServices.CharSet

    • 1 Comments
    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 { ...
  • Brad Abrams

    The SLAR (vol2) on System.Runtime.CompilerServices. DecimalConstantAttribute

    • 2 Comments
    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 ...
  • Brad Abrams

    The SLAR (vol2) on System.Reflection.BindingFlags

    • 0 Comments
    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...
  • Brad Abrams

    The SLAR (vol2) on System.BadImageFormatException

    • 1 Comments
    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...
  • Brad Abrams

    The SLAR (vol2) on System.Net.Authorization

    • 5 Comments
    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...
  • Brad Abrams

    The SLAR (vol2) on System.AssemblyLoadEventHandler

    • 1 Comments
    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...
  • Brad Abrams

    The SLAR (vol2) on System.Assembly

    • 5 Comments
    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...
  • Brad Abrams

    The SLAR (vol2) on System.AppDomain

    • 0 Comments
    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...
  • Brad Abrams

    The SLAR (vol2) on System.Reflection.AmbiguousMatchException

    • 0 Comments
    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...
  • Brad Abrams

    SLAR2 gets a review..

    • 3 Comments
    Check out the recent review of the SLAR2 from http://www.larkware.com/
  • Brad Abrams

    The SLAR (vol2) on System.Net.Sockets.AddressFamily

    • 4 Comments
    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...
  • Brad Abrams

    Sample Chapter from the SLARv2 posted

    • 3 Comments
    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…
  • Brad Abrams

    .NET Framework 2.0, SLARvol2 and FDG

    • 3 Comments
    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. ...
  • Brad Abrams

    Dr. Dobb's Programmer's Bookshelf on the SLAR

    • 1 Comments
    I was very happy to see that Dr. Dobb's Programmer's Bookshelf did a short review of the SLAR . Other comments\feedback welcome!
  • Brad Abrams

    Its an honor just to be nominated :-)

    • 0 Comments
    Check out .NET Developer's Journal Interactive 2004 Readers' Choice Awards Voting Ballot ,,, Lots of great books in the list, I am honored to have the .NET Framework Standard Library Annotated Reference, Volume 1 on the list… Also, notice, they have categories...
  • Brad Abrams

    The SLAR on System.Console

    • 7 Comments
    More from the series sharing some of the information in the .NET Framework Standard Library Annotated Reference Vol 1 here is an annotation from the System.Console attribute. Brad Abrams : Notice the heavy use of method overloading in this class. We special...
  • Brad Abrams

    The SLAR on System.Diagnostics.ConditionalAttribute

    • 4 Comments
    More from the series sharing some of the information in the .NET Framework Standard Library Annotated Reference Vol 1 here is an annotation and simple sample from the System.Diagnostics.ConditionalAttribute attribute. Brad Abrams : There is a common misconception...
  • Brad Abrams

    The SLAR on System.CLSCompliantAttribute

    • 3 Comments
    In honor of generics getting into the CLS , I thought I’d get back to the series sharing some of the information in the .NET Framework Standard Library Annotated Reference Vol 1 here is an annotation from the System.CLSCompliantAttribute class. Brad Abrams...
  • Brad Abrams

    SLAR: Thanks for the plug

    • 2 Comments
    I’d like to thank Sean Chase for his comments on the SLAR up on Amazon.. As you saw from my previous post , I am in the middle of finishing up vol2, so now is a great time to get good and constructive feedback on Vol1. Please feel free to drop me a line...
  • Brad Abrams

    Dealing with Urls in books

    • 18 Comments
    Tonight I spent some time reviewing the latest batch of sample code for Volume 2 of the SLAR . As you may recall, Volume 2 covers System.Xml, System.Net, System.Reflection namespaces (among others). I really want every type and nearly every member in...
  • Brad Abrams

    The SLAR and .NET Framework 2.0

    • 2 Comments
    I was recently asked by my publisher and by a reader of this blog if the SLAR is still applicable given the upcoming release of the .NET Framework 2.0. The answer is, of course, yes. All of the types we cover in the SLAR are still the most used types...
  • Brad Abrams

    The SLAR on System.Char

    • 2 Comments
    Continuing in the series on sharing some of the information in the .NET Framework Standard Library Annotated Reference Vol 1 here is an annotation from the System.Char class. BA - In the design of this type we debated having all the predicates (IsXxx...
Page 1 of 2 (40 items) 12