tpayne
tpayne

Reputation: 33

C# MVC Razor or Master/Content performance

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

Answers (1)

John Farrell
John Farrell

Reputation: 24754

Razor, according to these tests, is slightly slower:

ASP.NET MVC 3 Razor performance

Upvotes: 1

Related Questions