Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionI'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?
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.
Surely your designers should be just producing HTML/CSS (using the editor of their choice), then it's up to the developers to convert their designs into code (including C# & Razor)?
If (as Simon G suggests) you can get your entire ASP.NET MVC 3 solution, built in Visual Studio in Windows, to work in Mono on a Mac, then great, but I would foresee some compatibility/cross-platform issues in doing so, correct me if I'm wrong.
A friend of mine use Visual Studio in a virtual machine. Using VMWare.
Parallels and Visual Studio works great for me.
精彩评论