2015-09-13 15:55:27 -04:00
2015-09-13 15:22:47 -04:00
2015-09-13 15:22:47 -04:00
2015-09-13 15:51:34 -04:00
2015-09-13 15:32:14 -04:00

What is this?

This is a simple MVC application to show the Power of custom Display Templates. This sample as a ViewModel that contains a list of 'ITile objects'. Ultimatly these are tiles that end up in a bootstrap grid. We have a controller which creates 2 different types of tiles, and using the DisplayFor() we end up with very different behaviors based on the tile's Type

One tile is a simple text tile to show text on the DOM, the other tile is an image tile that displays a responsive image. using this type of Architecture you could make an upload tile, or additional behaviors

Screen Capture

Description
Example how you can make "pluggable" views using DisplayFor templates
Readme 684 KiB
Languages
JavaScript 43.8%
HTML 32.6%
C# 20.8%
CSS 2.3%
ASP.NET 0.5%