InterviewSolution
| 1. |
In What Way Is The Use Of Xsl Better Than C# In Sitecore? |
|
Answer» XSLT has advantages over other programming languages in the way that it gives you the possibility to CUSTOMIZE or REUSE a large variety of pages or various structures for source documents or other structure. For doing this a rule-based processing model will be USED, a thing not liked by most people because of the apparent difficulty that is has on first use. Even if this seems hard at first, it can be viewed like a long term investment. XLST has less performance issues until we use wrong querying like using descendants XPath QUERY, if a website appears to have performance problems, it must be from other reason. XSLT has advantages over other programming languages in the way that it gives you the possibility to customize or reuse a large variety of pages or various structures for source documents or other structure. For doing this a rule-based processing model will be used, a thing not liked by most people because of the apparent difficulty that is has on first use. Even if this seems hard at first, it can be viewed like a long term investment. XLST has less performance issues until we use wrong querying like using descendants XPath query, if a website appears to have performance problems, it must be from other reason. |
|