Is there a good Mac editor that supports the new Razor View Engine format from ASP.NET MVC?

I would like designers working on Mac computers in the office to simplify the work with the new ASP.NET MVC 3 website using the new Razor View Engine template format.

Are there any editors that will help the user on the Mac edit the new .cshtml format?

+6
asp.net-mvc asp.net-mvc-3 razor macos
source share
4 answers

The latest version of Mono Develop includes support for MVC 3 and Razor. See release note here . Your designers should be able to open cshtml using this.

+2
source share

Of course, your designers should just create HTML / CSS (using an editor of their choice) and then developers to convert their projects into code (including C # and Razor)?

If (as Simon G suggests), you can get all of your ASP.NET MVC 3 solution built into Visual Studio on Windows to work on Mono on Mac, and then fine, but I would have expected some compatibility / cross-platform problems when this, correct me if I am wrong.

0
source share

My friend uses Visual Studio in a virtual machine. Using VMWare.

0
source share

Parallels and Visual Studio are great for me.

0
source share

All Articles