Developing for ASP.NET - MVC without Visual Studio
Instead of creating my ASP.NET C# applications in Visual Studio, I utilized my favored full-screen editor UltraEdit32.
Exists anyhow I can implement MVC without making use of VS?
There is absolutely nothing VS details with the MVC structure - it is simply a number of DLLs that you can make use of. The wizards in VS simply construct you a fast - start structure.
ASP.NET MVC is "container - deployable" - there is absolutely nothing also brilliant to set up on the web server either - simply aim the wildcard ISAPI filter to ASP.NET
Assuming you have the proper settings up and also a C# compiler you theoretically can make use of whatever you intend to modify the code and afterwards simply run the compiler by hand or making use of a construct manuscript. That being claimed it is an actual discomfort doing.NET growth without Visual Studio/SharpEdit/Monodevelop in my point of view.
Related questions