Extension Method internals – for Alex

April 5, 2008

Alex and I were pondering the nature of Extension Methods just the other day, so this is was well timed

How Extension Methods Work

When is someone going to set up our Extension Method library?

The first method that should go in there is this one: very clever idea, and needed it only moments ago. Nothing revolutionary, but he’s right – almost every time you need to use String.Format, it’s after you’re halfway through writing a string…

You get to do things like this:

“Some long string la la la ooh {0} really should be a template”.FormatWith(this);

 

Click Here for the implementation: Format As Extension method

Useful web tool – CSS styles for simple message boxes

 

http://woork.blogspot.com/2008/03/css-message-box-collection.html