Gusy sorry if that is something easy, but could someone tell me how razor scripts with business logic are compiled? It's before each pageload or only once at the aplication start?
They get "compiled at runtime (on demand)". As far as I understand it, individual files get compiled on a pageload (doesn't have to be the page with the Razor script on it), but they don't seem to cause a full application recycle. Not sure how to test that though, so I might be wrong.
Razor macros - when they are compiled?
Gusy sorry if that is something easy, but could someone tell me how razor scripts with business logic are compiled? It's before each pageload or only once at the aplication start?
Thanks
david
They get "compiled at runtime (on demand)". As far as I understand it, individual files get compiled on a pageload (doesn't have to be the page with the Razor script on it), but they don't seem to cause a full application recycle. Not sure how to test that though, so I might be wrong.
is working on a reply...