Client-side rendering is a new concept in SharePoint 2013. It’s provides you with a mechanism that allow you to use your own output render for a set of controls that are hosted in a SharePoint page (list views, display, add and Edit forms). This mechanism enables you to use well-known technologies, such as HTML and JavaScript, to define the rendering logic of custom and predefined field types.
I upload some code samples to MSDN code gallery and I wrote those samples to be easy to understand and to achieve learning purpose, because of that I avoided using complex code and controls. In the same time I tried to be close to the real word examples.
Download and read more ...