1.

Explain different types of rendering in Sitecore.

Answer»

In Sitecore, renderings are used to display or render a PAGE or part of a page. Some of the renderings in Sitecore are as follows:

  • VIEW Rendering: This type of rendering is used in components that involve little logic and don't have database TRANSACTIONS or MVC controllers. This should be used for rendering item content that doesn't require substantial business logic or presentation logic.
  • Controller Rendering: With this type of rendering, you supply the model, controller, and view. This should be used for rendering item content that REQUIRES SIGNIFICANT business logic or presentation logic and relies heavily on external data.


Discussion

No Comment Found