in reply to Migrating Perl to Java or .NET

I've had a some experience that might be instructive. We have a system written in Perl that works with a vendor product written in .Net. Flow can pass back and forth between them with all key data in the database. Issues:

It should be possible to live in both for a period of time, but the key people on the project will need to really understand all the moving parts of the system. It can be very difficult to support such a system as well, since there are many place to look when things stop working.

The up-side is your group will get a taste of .Net alongside Perl and be able to make some fair comparisons. You'll be able to pass up some good information on how successful the full transition is likely to be.