Subscribe to this Blog

Subscribe to this Blog

February 2008 - Posts - Stephen Walther on ASP.NET MVC

February 2008 - Posts

1
Comments

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...
12
Comments

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: ,
2
Comments

JavaScript Magic Properties: Using __count__ , __proto__ , and __parent__ by swalther

Two of the Mozilla implementations of the JavaScript engine, SpiderMonkey and Rhino, support a special list of magic properties. Because SpiderMonkey is the JavaScript engine used by Firefox, this means that you can use these magic properties in JavaScript code that is executed within the Firefox browser....
Filed under:
More Posts