Brad Abrams' .NET Framework Standard Library Annotated Reference should be on every .NET developer's bookshelf, regardless of the type of .NET development you're doing. Brad Abrams' .NET Framework ...
Weak references in .Net create references to large objects in your application that are used infrequently so that they can be reclaimed by the garbage collector if needed The GC is adept at reclaiming ...
.NET Framework Standard Library Annotated Reference, Volume 2, is a detailed dictionary-style guide that gives insight into how to use the .NET Framework properly. It covers the networking, XML, and ...
We are using Visual Source Safe (on our way to TFS later this year) and we are upgrading from Visual Studio 2008 .NET 3.5 to Visual Studio 2010 .Net 4.0. The question is how do we deal with solutions ...
Types in Microsoft .Net can be either value type or reference type. While value types are stored generally in the stack, reference types are stored in the managed heap. A value type derives from ...