9
Shouts

Dynamic Views in ASP.NET MVC 2

published 689 days, 4 hours, 35 minutes ago posted by gshacklesgshackles 690 days, 22 hours, 30 minutes ago
Tuesday, July 06, 2010 2:39:43 PM GMT Sunday, July 04, 2010 8:45:06 PM GMT

One of the new features introduced in C# 4.0 is the dynamic keyword. So far I haven’t had much use for it, but lately I’ve discovered that it can be very useful when designing ASP.NET MVC views. It also has uses when interacting with COM APIs and other dynamic languages, but I’m going to focus on its use in MVC.

category: ASP.NET | clicked: 0 | | source: www.gregshackles.com | show counter code
tags: .net 4, dynamic, MVC 2