Monday, May 07, 2007 3:28 PM
If you write code examples please do not assume the user is using ASP.Net Web Forms. They may be using WinForms or the most excellent MonoRail.
So please, make your code samples work with the command line, where applicable, obviously UI controls have an exception to this rant. For example, say you are a payment gateway, please don't assume that I am using ASP.Net webforms. I would much rather see code in a Unit Test framework like NUnit rather than behind an ASP.Net Web Forms page.