Posted in .NET, Programming on Sep 19th, 2004
ASP.Net makes it very easy to write and debug server side code. I’ve found when talking to ASP.Net developers that many of them don’t know that you can debug clent side script with VS.NET too.
This week I was working on a client web site and needed to to write some client-side JavaScript. This reminded me [...]
Read Full Post »
Posted in Programming on Aug 4th, 2004
Eight months after it was released I finally discovered the PortQry Command Line Port Scanner Version 2.0 . A simple but powerful utility it provides nearly everything you need in a port scanner except a GUI.
PortQry shipped as part of Windows 2003 but is available as a free download from Microsoft. Be sure and [...]
Read Full Post »
Posted in Programming on May 18th, 2004
Yesterday I ran across this quote while googling around for some C# code.
"The key to understanding recursion is to begin by understanding recursion. The rest is easy." – Koenig/Moo, Accelerated C++
Read Full Post »