Subscribe to this Blog

Subscribe to this Blog

AJAX - Stephen Walther on ASP.NET MVC

Browse by Tags

All Tags » AJAX (RSS)

Talks: Pure AJAX Talk from ASP.NET Connections Orlando by swalther

Thank you everyone who came to my Building "Pure" Ajax Applications talk in Orlando! Here are the performance results recorded during the talk:...
Filed under: ,

Using ASP.NET AJAX with ASP.NET MVC by swalther

Yes, you can use ASP.NET AJAX with ASP.NET MVC. Several people have asked me recently how you can use ASP.NET AJAX in an ASP.NET MVC view. In this blog entry, I’m going to explain the problem and the solution....
Filed under: ,

ASP.NET AJAX In-Depth: Application Events by swalther

The goal of this blog entry is simple: I want to understand everything about ASP.NET AJAX Application events. I want to know how application events work under the covers by performing a close examination of the Microsoft AJAX Library source code for the Application object....
Filed under:

ASP.NET AJAX In-Depth: Object Inheritance by swalther

The goal of the blog entry is simple: I want to understand everything happening under the covers when you take advantage of ASP.NET AJAX inheritance....
Filed under: ,

Two Methods of Creating JavaScript Objects: Prototype Inheritance and the Xerox Method by swalther

In this blog entry, I examine different methods of building new JavaScript objects from existing JavaScript objects. For lack of better names, I’m calling the first method the Prototype Inheritance method and the second method the Xerox method. The goal of this blog entry is discuss the relative strengths and weaknesses of the two methods. At the very end of this entry, I briefly examine the approach taken by the ASP.NET AJAX framework....
Filed under: ,

Declaring Client-Side ASP.NET AJAX Controls : Part I by swalther

I want to build “pure” client-side ASP.NET AJAX web applications and I want to get the full benefits of a declarative framework. Currently, the ASP.NET AJAX framework does not support a good method of creating declarative client-side controls. In this blog entry, I examine different strategies for implementing declarative client-side controls that target the Microsoft ASP.NET AJAX framework....
Filed under:

ASP.NET 3.5 Unleashed Errata: ASP.NET AJAX Authentication by swalther

Well, I guess it is too much to hope that there would not be any errors in an almost 2,000 page book. Bertrand Le Roy sent me an email pointing out a security hole in one of my code samples...

Creating JavaScript Properties in ASP.NET AJAX by swalther

JavaScript (or more accurately, ECMAScript 3.0) does not support properties. JavaScript objects do not have properties in the same sense as C# or VB.NET objects have properties. That’s unfortunate, since there are benefits to C# and VB.NET properties...
Filed under: ,
More Posts