Developing for ASP.NET-MVC without Visual Studio

后端 未结 4 1438
生来不讨喜
生来不讨喜 2021-02-11 17:55

Instead of writing my ASP.NET C# applications in Visual Studio, I used my favorite text editor UltraEdit32.

Is there any way I can implement MVC without the use of VS?

4条回答
  •  别那么骄傲
    2021-02-11 18:37

    There is nothing VS specific with the MVC framework - it is just a bunch of DLLs that you can use. The wizards in VS just build you a quick-start framework.

    ASP.NET MVC is "bin-deployable" - there is nothing too clever to set up on the server either - just point the wildcard ISAPI filter to ASP.NET

提交回复
热议问题