Project DescriptionA tag cloud implementation for ASP.NET and ASP.NET MVC applications. The generic nature of the implementation makes it easy to use either in a ASP.NET or ASP.NET MVC application. The code is written in C# 3.0 using some of the latest language features like Linq, object initializers and Lambda expressions.
ScreenshotThe following example is captured by using the tag cloud with tag data from CodePlex.
Code exampleThe following code can be used in a aspx file to render a tag cloud. In this example we provide a dictionary of weighted tags along with some settings on how we want our tags to get generated.
