Is there any IDE for coding mono on windows platform?
SharpDevelop and Visual Studio will both work. You can also use the Windows version of MonoDevelop.
I would recommend #develop or check out the status of porting MonoDevelop (A fork of #develop) back to Windows.
SharpDevelop comes to mind... I've found this quick howto for setting up a development environment with it and Mono and windows: http://yacoding.blogspot.com/2006/04/howto-mono-sharpdevelop-and-firebird.html
I tried SD3 which currently in beta form, but it doesn't have mono target, also I read about building mono using Visual Studio but it seems to be working in VS.NET 2003
I wonder if anyone got an updated add-on for vs.net 2008 or how to tweak SD3 in order to build (compile) using mono runtime.
All recommends and suggestions are very much appreciated.
MonoDevelop has now released a installer for Windows. You no longer need to build it from source. It is available from the MonoDevelop website
However on windows it runs on the .NET Framework, not Mono - it uses the .NET debugger instead of the Mono one.