Dynamic in C# - why what's new is more than what's old
A quick look at the new dynamic keyword in c# 4.0, it's predecessors, and why it's not the same this time.
A quick look at the new dynamic keyword in c# 4.0, it's predecessors, and why it's not the same this time.
A while back I wrote a blog post about as LINQ considered as a Domain-specific language. C# has DSLs, more of them over time, but as users of c# we don't have acess to this layer of the compiler.