In the first part of this post , I explained what requirements we have for the view models in Orchard and why we think dynamic is a good fit for such an object modelThis time, we’re going to look at Louis ’ Clay library and how you can use it to create object graphs and consume them.
But before we do that, I want to address a couple of questions1If we use dynamic, aren’t we losing IntelliSense and compile-time checking and all the good things that come with statically-typed languages? And is C# becoming overloaded with concepts, and trying to be good at everything but becoming good at nothing? Hush, hush, everything is going to be all right.
RelaxNow think of all the XML/DOM styles of APIs that you know in .NET (or Java for that matter...(
read more)

.