Monday, April 25, 2005

How to access a File Transfer Protocol site by using Visual Basic .NET

I wrapped this code in a COM interface to be used by VB6 stuff that still hangs around insidiously.

Thursday, April 21, 2005

GotDotNet User Sample: FTP Client in .NET

This C# project appears to be a useful sockets wrapper that implements basic ftp functionality.

Friday, April 15, 2005

ShellExecute

This is an example of using the Windows API to shell out to a program and wait for the handle to be released.

Wednesday, April 06, 2005

Visual Basic: Adventures in Visual Basic .NET: A Simple Business Rules Manager

This might be a useful architecture to handle business rules in a common way.
Programmingtutorials.com - Free Online Programming Tutorials

A bunch of links to vb.net tutorials as well as others.