The strongly-typed HTML helpers included with ASP.NET MVC 2
provide a nice way to get better type-safety within your view templates.
This enables better compile-time checking of your views (allowing you to find
errors at build-time instead of at runtime), and also supports richer
intellisense when editing your view templates within Visual Studio.
Hope this helps,
Scott