So do I NEED Visual Studio of some flavor to do ASP.NET MVC development or could I technically do it all with a simple text editor? If YES, please tell me the catches, like if there is anything special I would have to do besides making the folder structure right and making sure my code is solid, etc.
+15
A:
You need a compiler, but you could use Notepad as your editor if you really wanted to. However, I would recommend using Visual Studio - it has all the help and support (IntelliSense etc.) you need.
You can download the Visual Studio Express edition for web development for free. The MVC extensions work with this.
ChrisF
2010-01-11 17:07:38
I agree and I see no reason to use Notepad when VS is free.
Pino
2010-01-11 17:08:10
SharpDevelop is free if you are wanting an alternative to VS - http://www.icsharpcode.net/OpenSource/SD/
Neal
2010-01-11 18:52:15
Or you can ditch your keyboard and just use a 3 button mouse. ;-)
John MacIntyre
2010-01-11 17:28:19
+1
A:
oh no - please say you're joking. as said, the free version gives you sooo much more.
that said, relying on basics can be very good!!
jimibt
2010-01-11 22:49:02