DCSIMG
Compildation Model - Justin myJustin = new Justin( Expriences.Current );

Browse by Tags

All Tags » Compildation Model (RSS)

Question from .Net Tapuz Forum: Overhead of using MasterPages and UserControls in ASP.Net (ASP.Net compilation modal)

שאלה: האם שימוש ב-UserControls וב-MasterPages (שהוא למעשה UserControl) גורר פגיעה כלשהי בביצועים? תשובה: האבחנה שה-Master Page הוא למעשה סוג של User Control היא נכונה מאוד. דפי Master Pages אפילו (בניגוד מוחלט לאינטואציה) מתרנדרים אחרי הדפים עצמם שאותם הם מכילים. לשימוש ב-User Control מול שימוש ב-Custom/Composite Controls היה אימפקט קל מאוד על הביצועים ב-ASP.Net 1.1. זהו אותו הבדל שהיה על כתיבת קוד בדף ה-ASP.Net Designer (כל מיני תגיות <asp:> למיניהן) לבין הצהרה על הפקדים תכנותית. הסיבה להבדל...