Monthly Archives: January 2006

Food for thought…

A Tale of Two ProgrammersIn a software development shop far, far away, there were two programmers. There each had years of experience and each had been successful. Yet each viewed systems in different ways. The first programmer viewed systems as … Continue reading

Posted in Uncategorized | Leave a comment

To clarify the last post…

OK, ok, settle down everybody, I didn’t mean for people to think that I was advocating putting your web DLLs into the GAC. I was simply stating the “official” workaround. I still feel that the GAC should only be used … Continue reading

Posted in Uncategorized | Leave a comment

URGENT ASP.NET 2.0 WARNING

This is just for those developing ASP.NET 2.0 web apps. There are instances where IIS (and even more so Cassini) will swap your Thread from one AppDomain to another. What this means is:1. Thread local storage content MUST be serializable2. … Continue reading

Posted in Uncategorized | Leave a comment

Great demo of LINQ

OK, I know I get excited about some of this stuff even when it seems a bit esoteric, but LINQ will be something that will be of incredible benefit to us developers. Here is a link from MSDN TV that … Continue reading

Posted in Uncategorized | Leave a comment

WinFX is now GO-LIVE!!!!!

Go Live licenses for WCF and WF Microsoft announced Go Live licenses this morning for WCF (Windows Communication Foundation / “Indigo”) and WF (Windows Workflow Foundation), which allow customers to use the January Go Live releases of WCF and WF … Continue reading

Posted in Uncategorized | Leave a comment

Architecture and Objects are worth the extra work!

OK, I just could not hold this in any longer. Most of the time, when I create a piece of software, I work on the design first, architecture second, code third. However, occasionally, I sucumb to the pressures of deadlines … Continue reading

Posted in Uncategorized | Leave a comment