AJAX client files should be separated into smaller units
Yep, that's what i expected to happen but it didn't...I think that the main ajax client file (MicrosoftAjax.js) should be separated into several files. even though saying that having only a single file might give you a quicker download time (which might be true if you want to get everything), i don't buy it. for instance, in my current project , i'd really really love to use OO introduced by AJAX extensions client library. But that's all I want for this project. I don't really need components or the network stack. Unfortunately, everything is packed on the same file. If I want to use the "AJAX Extensions OO approach", I do need to download everything.
Oh well, I'll just have to keep using the traditional javascript OO code (which really isn't much fun)...