Summary: The book provides a good start for building a social network with ASP.NET 4.0, but the architecture won't scale if the site grows. The book covers various frameworks and features, but also has some cons. Overall, it sets the basis for a decent social network with low usage and quite some features.
Summary: A comparison between using C# String array + File.WriteAllLines and StringBuilder + File.WriteAllText for writing large amounts of data to a file.
Summary: A review of the tool NDepend, version 3.0.
Summary: The importance of using derived Exception classes for better error handling in .NET and PHP.
Summary: A guide on obtaining Gravatar images by building the service URL.