Microsoft MVP Donald Belcham to Speak on Visual Studio, C# vNext, Aspect Oriented Programming, Live Mesh Bangalore, December 1, 2008: When writing Microsoft technology-related applications to have strong separations of concerns you inevitably run
I have to use VB6 to access a web page using GET (not POST) and pass variables to the web page for processing. If it were a POST, I'd just append the data to the end of the URL. But this particular website does not recognize the variables passed in that manner. I believe