Alex Webber
Alex Webber

Reputation: 301

Has anyone used Chris van de Steeg's compiling of Razor views technique in production?

Chris van de Steeg recently detailed and implemented a means to precompile your Razor views into a separate DLL: Embedding precompiled razor views in your dll. Has anyone made use of this technique in a production environment and if so are your experiences positive?

Upvotes: 3

Views: 153

Answers (1)

Haacked
Haacked

Reputation: 59021

I haven't, but another approach worth looking into is one by David Ebbo, an architect on the ASP.NET team: http://blog.davidebbo.com/2011/06/precompile-your-mvc-views-using.html

Upvotes: 3

Related Questions