views:

223

answers:

3

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
I agree and I see no reason to use Notepad when VS is free.
Pino
SharpDevelop is free if you are wanting an alternative to VS - http://www.icsharpcode.net/OpenSource/SD/
Neal
+20  A: 

Define 'NEED', technically all you need is this: alt text

Diadistis
Or a tiny magnet and a steady hand :)
JulianR
Or you can ditch your keyboard and just use a 3 button mouse. ;-)
John MacIntyre
I use butterflies... (http://xkcd.com/378/)
BenAlabaster
+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