InterviewSolution
| 1. |
Which Are Different Types Of Rendering In Sitecore? |
|
Answer» There are basically three types of RENDERING used by Sitecore developers. Sublayout Rendering (mostly used) a) This is DEVELOPER’s favorite and most used rendering method. Sublayout is nothing but.ASCX user control. Web Control Rendering (average used) a) ASP.NET web CONTROLS are created to use this rendering. CREATE .CS file for thisrendering. XSL Rendering (RARELY used) a) Very few programmers are using this rendering as writing XSLT program is bit difficult and it has limited features. Create .XSLT file to use XSL rendering. There are basically three types of rendering used by Sitecore developers. Sublayout Rendering (mostly used) a) This is developer’s favorite and most used rendering method. Sublayout is nothing but.ASCX user control. Web Control Rendering (average used) a) ASP.NET web controls are created to use this rendering. Create .CS file for thisrendering. XSL Rendering (rarely used) a) Very few programmers are using this rendering as writing XSLT program is bit difficult and it has limited features. Create .XSLT file to use XSL rendering. |
|