Articles tagged 'Sitecore MVC'

Sitecore MVC refers to using ASP.NET MVC with the Sitecore CMS.

Sitecore MVC for Front-end developers
Part 1: Introduction

29 September 2017

A proof of concept solution demonstrating a Sitecore site using only view renderings. Base on Helix architecture principles. Full source code available on GitHub.

Sitecore MVC Dependent Renderings

13 August 2017

How to include related renderings in Sitecore MVC.

Sitecore MVC Component Development Checklist

02 February 2017

Simple checklist to follow when building components in Sitecore MVC.

Building a Carousel with Personalization in Sitecore MVC

07 July 2016

How to build a carousel in Sitecore MVC with personalization

Passing Parameters to a Sitecore MVC ItemRendering

26 March 2016

A work-around for passing parameters to item renderings in Sitecore MVC.

Sitecore MVC Rendering Datasources

07 March 2016

A short article describing three ways to get the datasource/context item for a rendering.

Responsive Images in Sitecore MVC

17 October 2015

Custom extension method for responsive images in Sitecore MVC View Renderings.

Moving to Sitecore MVC

09 October 2015

An overview of Sitecore MVC for developers looking to move to Sitecore MVC from WebForms.

Building a Carousel in Sitecore MVC
Part 3: Item Renderings

26 February 2015

Tutorial on building a carousel component in Sitecore MVC (Part 3 of 3 : Item Renderings)

Building a Carousel in Sitecore MVC
Part 2: Controller Renderings

23 February 2015

Tutorial on building a carousel component in Sitecore MVC (Part 2 of 3 : Controller Renderings)

Building a Carousel in Sitecore MVC
Part 1: View Renderings

22 February 2015

Tutorial on building a carousel component in Sitecore MVC (Part 1 of 3 : view renderings)

How to get the Rendering Datasource after an AJAX postback in Sitecore MVC

28 January 2015

How to get the datasource item on post-back from a controller or view rendering in Sitecore MVC.

5 Simple Security Tips for Sitecore MVC Projects

01 January 2015

This post is relevant to Sitecore solutions with user login and access to user data. It presents 5 simple but important first steps that should be taken to improve application security.

Sitecore MVC Presentation Concepts

03 October 2014

Overview of Layouts, View Renderings, Controller Renderings, Item Renderings, Models and Controllers in Sitecore MVC

Building a Single Page Application in Sitecore MVC

13 June 2014

Building a 'proof of concept' single page application in ASP.NET MVC with Sitecore.