Browse by Tags
All Tags »
ajax (
RSS)
Tonight (Jan 13, 2008 5:30-8pm) at the Arizona.net User Group , I’ll be presenting AJAX client templates currently available in the ASP.NET v4 Preview hosted on CodePlex . Below is a quick code sample to wet your appetite. C# / Service – Not really relevant...
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]);...
Over the past few years, I've been speaking and conferences and user groups around North America on the the subject of Microsoft AJAX, and the ASP.NET AJAX Extensions. If you've been to one of my talks, or read any of my material; first of all -- thank...
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...
Garbin has a great post that explains the possibility of creating a strongly typed collection in JavaScript. It’s very easy to read, and ends up with this sample code. This is all accomplished with a Function._validateParams that is built into the...
More Posts