Is creating a full application in Silverlight advisable?
Posted
by
Anthony
on Programmers
See other posts from Programmers
or by Anthony
Published on 2011-06-23T13:54:50Z
Indexed on
2011/06/25
16:30 UTC
Read the original article
Hit count: 397
Is creating a huge public site fully in Silverlight really advisable? for eg. an ecommerce site. I don't want to start any debate but actually I feel Silverlight shouldn't be used for full website because the biggest loss you incur is of SEO. No search engines till today can parse the xap file and index it based on it's content. You can get around it by doing ifs and thens like if Silverlight is not supported then make an Asp.Net equivalent page for it but that only doubles our effort of making application, more than anything else. Why write double code in 2 applications meant for the same purpose. If that is the only option why not create Asp.Net application only. What are your views?
Thanks in advance :)
© Programmers or respective owner