Control 1: FeaturedArticle Purpose: This control shows one featured article, along with the excerpt and the authorâs avatar. Files Needed : FeaturedArticle.cs, Skin-FeaturedArticle.ascx
Control 2: AggregateCompactPostList Purpose: Shows a configurable number of latest and most popular posts. Files Needed : AggregateCompactPostList.cs, Skin-AggregateCompactPostList.ascx, AggregatePostList.cs, AggregatePostList.ascx
Control 3: AggregateCompactArticleList Purpose: Displays an articleâs category title, excerpt, and published articles. Files
Needed : AggregateCompactArticleList.cs,
Skin-AggregateCompactArticleList.ascx, AggregatePostList.cs,
AggregatePostList.ascx.
A bunch of people commented that these controls break with
1.1, and there were indeed some breaking changes that had to be fixed.
Iâve also added our AggregateCompactBlogList, which we use
on our blogs page to display the list of bloggers on
the site.