How much should Silverlight use for web development?

I recently learned Silverlight technology, and I want to use it to develop a fairly large web application. The question is: should I use Silverlight as the application base and run all my application development in Silverlight, or use Silverlight only where necessary?

+3
source share
5 answers

If you absolutely do not need to use Silverlight, and you cannot do this with HTML, do not use Silverlight. This is useful for some functions (video, etc.), but remember that many people (for example, me) do not have Silverlight installed, and if we visit a site that says: “you must install Silverlight,” our answer is “ you must be crazy. " Each of them will lose a user or a client.

I visited one or two sites (mainly Microsoft) because I needed some information or something that interested. The developer decided that I was not allowed to have this information unless I installed Silverlight. I went to another place to find this information.

So make as much website as possible in HTML, and if you need to use Silverlight, suggest an alternative to HTML.

+6

Silverlight, RIA

+2

- Silverlight, Google, , SL , -.

, :

:

  • .
  • - .Net
  • .
  • HTML DOM JS-.

:

  • WCF ( )
  • .

, - HTML Silverlight (//).

+1

, silverlight - - ​​- .

+1

Silverlight browser penetration is not as good as flash or java, which will not be better due to competitors (google chrome, firefox), I suggest you use Adobe flex for a large application.

0
source

Source: https://habr.com/ru/post/1790931/


All Articles