Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Alright, first of all, what are Primary Interop Assemblies (PIAs), and why am I devoting an entire...
Date: 01/24/2010
Not too long ago, I did another Channel 9 video on Dynamic in C# with another compiler dev, Chris...
Date: 11/03/2009
One of the things I love about my job is that I get to make people happy. How do I do that? By...
Date: 11/03/2009
Wow, it’s been a while since I’ve last posted! Don’t worry, I’m still alive and kickin’, and we’re...
Date: 06/16/2009
Okay, my attempt at a clever title failed… Ties and Philosophers? I oughtta stick with technical...
Date: 04/17/2009
Last time we talked about the basics of named arguments, optional arguments, and default values....
Date: 04/01/2009
C# 4.0 introduces the concept of optional parameter values into the language. Now, this has been a...
Date: 02/04/2009
By now, my hope is that you all have a well-rounded view of dynamic. We started this series by...
Date: 12/24/2008
As I mentioned last time, there are a few gotchas that we'll need to look at in order to get a full...
Date: 12/15/2008
Now that we're all experts in how dynamic invocations work for regular method calls, lets...
Date: 12/11/2008
Yes, this does sound like a Star Wars movie, but no, I'm not a Star Wars geek that just likes to...
Date: 11/10/2008
Last time we dealt with the basics of dynamic binding. This time, we'll add a small twist. First,...
Date: 11/06/2008
A few weeks ago, a few of us on the compiler team did a Channel9 interview, discussing some of the...
Date: 11/03/2008
Last time, we began to dive into dynamic binding in C# and what happens through the pipeline. This...
Date: 11/02/2008
The other day I was playing around with some office code, and I found myself writing a lot of code...
Date: 10/29/2008
The cat's out of the bag! Hours ago at PDC '08, I got to watch Anders unveiled the new C# 4.0...
Date: 10/28/2008
I got the opportunity to give a talk at the SoCal CodeCamp 08 this past weekend, and its driven me...
Date: 10/27/2008
Optional Modifiers (or modopts) are CLR constructs that allow types to be annotated with optional...
Date: 03/05/2008
Last time we talked about generic method substitutions which resulted in types being declared with...
Date: 03/03/2008
It's been a while since I've last written - my apologies. We've been hard at work figuring out what...
Date: 02/13/2008
On December 19th, we officially announced that VS 2008 is released to manufacturing! This is the...
Date: 12/26/2007
Technorati Tags: Events One of the things that the language designers considered when designing the...
Date: 11/26/2007
In my previous post, Compiler-generated scopes for local variable declarations, I briefly touched on...
Date: 11/09/2007
I was tasked with understanding and fixing a bug on error reporting with foreach iteration variables...
Date: 11/07/2007
Hi there. My name is Sam Ng, and I'm a developer on the C# compiler team. This here's my little...
Date: 11/06/2007