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.
那么我需要Visual Studio的某些风格来进行ASP.NET MVC开发,还是我可以通过简单的文本编辑器在技术上完成所有这些工作?如果是,请告诉我捕获量,比如除了使文件夹结构正确并确保我的代码是稳定的等等之外我还需要做些什么。
3 个解决方案
#1
17
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.
您需要一个编译器,但如果您真的想要,可以使用记事本作为编辑器。但是,我建议使用Visual Studio - 它具有您需要的所有帮助和支持(IntelliSense等)。
You can download the Visual Studio Express edition for web development for free. The MVC extensions work with this.
您可以免费下载用于Web开发的Visual Studio Express版本。 MVC扩展适用于此。
#2
22
Define 'NEED', technically all you need is this: alt text http://www.geeks3d.com/public/jegx/200808/keyboard-for-real-coder-big.jpg
定义'需要',技术上你只需要这个:alt text http://www.geeks3d.com/public/jegx/200808/keyboard-for-real-coder-big.jpg
#3
1
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!!
那说,依靠基础可以很好!!
#1
17
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.
您需要一个编译器,但如果您真的想要,可以使用记事本作为编辑器。但是,我建议使用Visual Studio - 它具有您需要的所有帮助和支持(IntelliSense等)。
You can download the Visual Studio Express edition for web development for free. The MVC extensions work with this.
您可以免费下载用于Web开发的Visual Studio Express版本。 MVC扩展适用于此。
#2
22
Define 'NEED', technically all you need is this: alt text http://www.geeks3d.com/public/jegx/200808/keyboard-for-real-coder-big.jpg
定义'需要',技术上你只需要这个:alt text http://www.geeks3d.com/public/jegx/200808/keyboard-for-real-coder-big.jpg
#3
1
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!!
那说,依靠基础可以很好!!