Can I send a program written in XP/.NET to a Win98 client?

If I write a program in Windows XP with .NET, can I still send the program to clients who are running Windows 98?
Absolutely! You'll just need to make sure you don't make any Windows XP-specific operating system calls. Additionally, you'll have to install the .NET Framework on the Windows 98 machine.

This was first published in August 2003