There are some alternative IDE for developing XNA games?
By example, can I to integrate XNA in #develop?
There are some alternative IDE for developing XNA games?
By example, can I to integrate XNA in #develop?
It depends on what you want to do with XNA.
You can use the assemblies outside of VS. However, the content creation pipeline is pretty much tied directly to MSBuild, so if you want to use it, you'll want to stick with Visual Studio.
However, XNA is designed to work with Visual Studio Express Edition, so it is a no-cost option.
There is nothing to stop you from editing most files in notepad...
I fear you will have trouble compiling in anything other than VSEE.