Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Dynamic » DLR   (RSS)
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. We can break down Read More...
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 : static void Main( string [] args) { var xl = new Excel .Application(); (( Excel . Range Read More...
 
Page view tracker