Articles tagged with: C#

Community Server 2007: Extend user profile to add Twitter account and auto-tweet

Summary: Explains how to extend Community Server 2007's user profile to add a Twitter account and enable auto-tweeting.


Community Server 2007: Correct sorting of Files TreeView

Summary: A guide on sorting files in Community Server 2007's treeview by name instead of creation date, with simple code changes.


Oxite: Good, but not clean

Summary: A critical review of the Oxite .NET project.


Dictionaries and GetHashCode()

Summary: A lesson learned about the importance of overriding GetHashCode() method when comparing objects in .NET.


Excel and CSV files II

Summary: A simple C# method for preparing CSV data for parsing.