views:

144

answers:

3

I was looking at a job posting requesting a desired knowledge of: "Client side asynchronous frameworks". What do they mean by this with respect to Microsoft technologies, specifically .NET framework?

+3  A: 

That would be what is more commonly known as AJAX.

driis
+2  A: 

I think it refers to AJAX technologies, like ASP.NET Ajax and jQuery.

ichiban
+2  A: 

I would imagine anything (or at least one technology) that runs on the client side, and I would assume over the web: Ajax (jQuery, Prototype, ASP.NET AJAX, etc.), Silverlight, Flash, Java FX, etc..

Eduardo Scoz