Is it Asp.Net or Ajax or can both technologies be used together when developing web sites?

Posted by AspOnMyNet on Stack Overflow See other posts from Stack Overflow or by AspOnMyNet
Published on 2010-04-20T18:36:24Z Indexed on 2010/04/20 18:43 UTC
Read the original article Hit count: 422

Filed under:
|
|

1) A while ago I’ve started learning Asp.Net, but then I’ve heard that Ajax is “the new thing”. Since I don’t want to throw away the time I’ve invested into Asp.Net, I’d like to know if it is a common/recommended practice to use both technologies ( Asp.Net and Ajax) when creating websites and web apps in general?

2) If it indeed is a common practice to use the two technologies together, is that only true for server-side Ajax and Asp.Net or can client-side Ajax also be used in conjunction with Asp.Net?

thanx

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about asp.net-ajax