Needing a quick way to build an ActiveX control out of some Java code, I tried out Visual J# Express.
Ran into a limitation, though, when I found that BigInteger.modPow is really slow, and since my Java code verifies a number of DSA signatures, operations that normal would take a few milliseconds were taking seconds. Was wondering if anybody else had dealt with this and found a workaround.