Any IDE's in Ubuntu for Windows Development with C Sharp?

MonoDevelop is an opensource IDE for doing cross platform development c#. It also works with ASP.net

It is available from the ubuntu software centre:

Install via the software center

Alternatively if your the command line loving type:

sudo apt-get install monodevelop

Yes you can use mono IDE for windows development. It will let you program .net development too

From this link you can download and install it

http://monodevelop.com/Download