Reputation: 33
I'm starting a new project with MVC and I've never used the Razor engine. Will there be any performance gains or hits as compared to using the standard Content/Master pages? I know that Razor looks better and seems easier to program for, but what is the cost?
Thanks
Upvotes: 3
Views: 601
Reputation: 24754
Razor, according to these tests, is slightly slower:
ASP.NET MVC 3 Razor performance
Upvotes: 1