Posted on November 22nd, 2005 by aaron
Filed under asp.net |
Here is an indispensable tool for building and deploying Web Projects in Visual Studio 2005.
(on msdn.microsoft.com)
Also, I have run into this sticky situation: I have several projects in my solution (a few class library projects, the website project, and the web deployment project), where one or more class libraries make use of web services. The [...]
Posted on November 17th, 2005 by aaron
Filed under programming |
UPDATE: With my new website comes a place to host files! (they were previously hosted on a free file hosting service site–it stank)
Download the Lerch.X10 library for v1.1 of the .NET Framework (built with VS.NET 2003)
Download the Lerch.X10 library for v2.0 of the .NET Framework (built with VS.NET 2005)
Download a Command Prompt interface to the [...]
Posted on November 16th, 2005 by aaron
Filed under programming |
I finally made the time and finished refactoring the X10 CM17A code! It works much better now, and the design allows for future extensions for other controllers with minimal impact (ahh, the factory pattern). I also implemented it in .NET 2.0 to take advantage of the new SerialPort class, but I will be [...]