Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a good editor on the Mac supports the new Razor View Engine format from ASP.NET MVC? [closed]

I'd like to make it easier for the designers working on the Macs at the office to work with a new ASP.NET MVC 3 site using the new Razor View Engine template format.

Are there any editors which would help a user on a Mac edit the new .cshtml format?

like image 871
Brennan Avatar asked Feb 23 '11 03:02

Brennan


1 Answers

The newest version on Mono Develop included support for MVC 3 and Razor. See release note here. Your designers should be able to open cshtml using that.

like image 98
lancscoder Avatar answered Oct 21 '22 09:10

lancscoder