问题
Are there alternatives to Visual Studio 2008/Visual Web Developer Express for developing ASP.Net applications?
回答1:
Microsoft Expression Web also has a limited support for ASP.NET. It will allow you to drop in the web controls and the like, but you'll have to write up your own code behind and compile from the back end unless you go with a Web Site deployment as opposed to a Web Application Project deployment.
EDIT: Well, looking at the features in Expression Web 2 (I'm still using 1.0), they seem to have a built in ASP.NET development server (as well as PHP I might add) to test things out with, so it will take you one step closer.
回答2:
There are two that I know of:
#Develop for Windows, which doesn't appear to support ASP.Net very well
and
MonoDevelop for Linux, Windows and soon Mac OS. Based on #Develop, with modifications for Mono/Gtk# and has better support for ASP.Net as of 2.0, which is currently in beta.
In addition to being free, they are also a good way to get support for lesser-known CLR/DLR languages like Boo, IronPython and IronRuby.
回答3:
for the GUI you can also use Macromedia DreamWeaver,
回答4:
Delphi Prism - Delphi development solution for .NET and Mono.
回答5:
Foo Basic Web Studio IDE for Asp.net is packed with great features and writes JS and jQuery for you, it is so easy to code with.
For instance you can create a modal nested popup with just one line of code and to reference a control that is located on another form is easy with their global control referencing, just code me.controlid.property no matter which form the control is on.
Its the only IDE that has a built in obfuscator and ability to lock your script. Go to their site www.foobasic.com for all the other great features this alternative ASP.NET Ajax IDE offers.
来源:https://stackoverflow.com/questions/588261/alternative-asp-net-designer-ide