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 » javacript (RSS)
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]);...
Part 2 of 2 : Delegates/Inheritance in .NET and MS Ajax
In Part 1 of this series , I showed how delegates work in C#. We created a matrix that was populated with a delegated function call. This function was responsible for performing the display result in each cell of the matrix. In today's post, we wish...
More Posts