Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Are there any disadvantages to using AJAX to deliver RIA as opposed to other technologies like Silver Light?

I would also like to mention that you can go further and use Ajax with jQuery to make even better RIA's - would anyone disagree?

Cheers, J

share|improve this question
Not really sure how you could compare AJAX with Silverlight. In addition is AJAX really only a small part of a "Rich Internet Application". – polarblau Jan 12 '11 at 17:10

2 Answers

up vote 5 down vote accepted

AJAX is just the concept of asynchronous calls to the server from websites without reloading the whole page.

Silverlight is a Framework, not even for creating html pages, but for providing "native" Windows applications started from the Web. Do yourself a favor and don't even consider it.

share|improve this answer
I wish I could vote twice on this one. – Diodeus Jan 12 '11 at 17:19
Classic - Cheers – JHarley1 Jan 12 '11 at 19:55

The main advantage of Silverlight over an HTML/AJAX solution is the speed and ease of development, particularly as your application gets more complex. Whether that's worth the loss of reach depends on your target audience.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.