Wednesday 8 November 2006

Tech Ed - C# whiteboard session with Anders Hejlsberg

Lots of cool questions but an interesting feature was discussed was partial methods where a method call is put in a partial class to a partial method. This partial method can then be implemented in another partial class.

Anders talking about what he would do different with C# said;
  • He would of liked better difference between reference equals and value equals.
  • No goto.
  • Go straight to lambda instead of using annoymous types.

No comments: