Knowledge Management Systems

Here’s an excerpt from a very interesting article I read on Knowledge Management Systems by Alan Ward. In his book “Future Shock”, Alvin Toffler notes that if you were to take the time that human beings have been in existence (about 50,000 years) and divide this…

Successful Strategies for Commenting Code

Successful Strategies for Commenting Code. My personal favorite is the VS.NET’s in-built commenting feature for C#, which can be further utilized to auto-genereate clean MSDN-style documentation using NDoc (btw, there’s a cool VS.NET and SharpDevelop add-in to NDoc).…

Windows Error Reporting Data

“What happens to all the crashes in programs not written by Microsoft that are submitted via Windows Error Reporting? Microsoft still collects and indexes them, and vendors can sign up to gain access to the error reporting database to see the crashes in their programs. The service is free,…