In MVC flavor of ASP.NET, I'm wondering what is the cost of relying on lambda expressions and data annotations as implied by the use of EditorFor and other *For helpers. I suppose all is stuff is cached - am I correct?
Any link or explanation on this topic is welcome.
Thank you!
Side question: Are there coding practices to avoid because it would prevent a proper caching?