Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Probably the biggest complaint brought to ASP.NET MVC 1.0 was the lack of an easy way to have some kind of reusable components: With the RenderPartial helper, you can encapsulate portions of a View, but there was no easy way to encapsulate the logic also.
The new version of the Framework introduces a concept that tries to solve this issue: child actions.