Please can you suggest any implementation of elliptical curve cryptography to be used on .NET platform?
Also if you have used them, can you tell me the recommended curve
Check out the Bouncy Castle library for C#, it has ECDH and ECDSA.