Browse by Tags
All Tags »
atlas (
RSS)
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...
Developing ASP.NET AJAX (or any AJAX really) is tremendously easier if you can watch the traffic going across the wire. There are a lot of ways to accomplish this, but I think Fiddler is the most popular Windows application for ASP.NET developers. Sure...
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]);...
In case you don't monitor Scott Guthrie's blog (which you should with his RSS Feed ), he just announced the availability of source code for the ASP.NET Ajax Library. Both server and client side code. The Server is released with an Ms-RL license...
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...
At my User Group meeting last night, I presented on Atlas, and more specifically the control extenders. Here is a control extender that I wrote for the example, and I think it's a nice little simple control, that is worthy of learning from. First I wrote...
More Posts