Scott Cate's WebLog

You just don't know what
you don't know.

community

frenz

my book(s)

my products

Browse by Tags

All Tags » StringBuilder (RSS)
Sys.StringBuilder.appendFormat(mask, args[])
I'm speaking this week at TechEd New Zealand, and TechEd Australia. As part of my talk, I show how Microsoft AJAX offers object oriented LIKE behavior. There are a ton of examples that I have build over the years on this subject, and the entire project...
Extending Sys.StringBuilder with an appendFormat method
I love working with the new objects in JavaScript available in the AJAX framework. There is a new Sys.StringBuilder, which looks/acts/feels just like the server side StringBuilder does. There is also an extension to String for a format(mask, [args]);...
More Posts