Articles tagged with: C#

Book Review: ASP.NET 4 Social Networking

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.


C# String array + File.WriteAllLines vs StringBuilder + File.WriteAllText

Summary: A comparison between using C# String array + File.WriteAllLines and StringBuilder + File.WriteAllText for writing large amounts of data to a file.


Review: NDepend 3.0

Summary: A review of the tool NDepend, version 3.0.


Using derivate Exception classes for better error handling

Summary: The importance of using derived Exception classes for better error handling in .NET and PHP.


Obtaining Gravatar images

Summary: A guide on obtaining Gravatar images by building the service URL.