Articles tagged with: Development

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.


Building your own feedburner stats with the ASP.NET Charting control

Summary: A guide on creating custom Feedburner stats using ASP.NET Charting Control.


The problem of not listening to others

Summary: The importance of listening to others in the software development field.


Dictionaries and GetHashCode()

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