Contents tagged with DLR
-
Dynamic in C# II: Basics
Last time, we began to dive into dynamic binding in C# and what happens through the pipeline. This time, we'll take a simple scenario and pick apart the details of what happens under the covers, both during compile time and runtime.
-
Dynamic in C#
The other day I was playing around with some office code, and I found myself writing a lot of code much like the following sample that Anders used at his PDC talk: