SLAR
About my book: .NET Framework Standard Library Annotated Reference
- 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...