开发者

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

开发者 https://www.devze.com 2023-02-25 12:42 出处:网络
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 o开发者_StackOverflo

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 o开发者_StackOverflowf this technique in a production environment and if so are your experiences positive?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消