Developing for ASP.NET-MVC without Visual Studio

后端 未结 4 1437
生来不讨喜
生来不讨喜 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:35

    Assuming you have the correct assemblies and a C# compiler you in theory can use whatever you want to edit the code and then just run the compiler by hand or using a build script. That being said it is a real pain doing .NET development without Visual Studio/SharpEdit/Monodevelop in my opinion.

提交回复
热议问题