Silverlight vs Flash vs HTML5, should I care?

后端 未结 6 1239
离开以前
离开以前 2020-12-31 15:22

I have read a range of articles on advantages/disadvantages of Microsoft Silverlight framework in comparisson to Flash.

Fact that there were two version of Silverli

6条回答
  •  遥遥无期
    2020-12-31 16:18

    I have integrated both Flash and Silverlight into my ASP.Net applications. I have to say that working with Silverlight was by far the easier way to go. Communication with the server is easier, initial setup was easier (along with a ASP.Net application or a simple HTML page). Integration into the ASP.Net application was the easiest part (as I'm sure you imagined it would be). If you're a .Net developer, then this is the way to go.

    Also, I wouldn't worry about either of these technologies going away anytime soon. HTML5 is not going to take over. It'll take some of the market share, not all.

    EDIT

    Here are some links to other SO posts on the subject:

    • Which is the future of web development: HTML5 or Silverlight(or other RIA framework)?
    • Should I Abandon Adobe Flash for HTML5 and ?
    • Can HTML5 do most of what Flash does today?

提交回复
热议问题