Showing posts with label C#. Show all posts
Showing posts with label C#. Show all posts

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.

Wednesday, 9 August 2006

Escape Characters

Jeff
Had a bit of an escape character jungle experience the other day. Had to use some HTML, JavaScript and C# escape characters all in the same day :-) So just thought I would record the links for future reference and for anyone else.

HTML escape characters

JavaScript escape characters

C# escape characters

Custom DateTime Format Strings

ScottSo simple, yet so easy to get mixed up :)
MSDN2 Custom DateTime Format Strings