Category Archives: Development (General)

Reflections on five years NUnit experience

It has been five years since I first used NUnit and have used it with great success on almost every project since then. This post briefly reflects the pros and cons of Automated Developer Testing I experienced. . Zero Defects … Continue reading

Posted in Development (General) | Comments Off on Reflections on five years NUnit experience

Release Builds with Debug Symols (i.e. line numbers in your error logs)

This will be basic trivia to those with a Microsoft development background, but I only learned it on my last project: In a nutshell Release v’s Debug only sets certain compilation switches. Consequently it is no problem to deliver a … Continue reading

Posted in Development (General) | Comments Off on Release Builds with Debug Symols (i.e. line numbers in your error logs)

Atlanta’s Java User Group

Atlanta’s Java User Group is excellent. Tonight Justin Gehtland talked about his new book Better, Faster, Lighter Java. It was a thoroughly enjoyable evening, even with the numerous (and almost all inaccurate) .Net jibes. Prior to the main event Burr … Continue reading

Posted in Development (General) | Comments Off on Atlanta’s Java User Group

ASP.Net Cross Application Cookie Sharing

Several companies running ASP.Net experience this problem. They have several web applications and need common authentication. Out of the box ASP.Net makes the user login in to each different application. I know of several organizations where this was a frustration … Continue reading

Posted in Development (General) | Comments Off on ASP.Net Cross Application Cookie Sharing