TilesViewWebPart in SharePoint 2013

TilesViewWebPart in SharePoint 2013
 
SharePoint 2013 Introduces a new “Getting Started” WebPart that has “Tiles” to provide an easy access to some of the main links in the Site like – adding lists\libraries,Creating masterpage etc.

To Programmatically Create this new WebPart a new abstract base class TilesViewWebPart has been added in SharePoint API.
You have to Create a Custom Webpart and Inherit from TilesViewWebpart and Override GetTiles() to Create Custom tiles. 
 
Thanks for learning my blogs!!!