Using Silverlight for an entire website?

后端 未结 12 1638
渐次进展
渐次进展 2021-02-06 01:52

We need to build an administration portal website to support our client/server application. Since we\'re a .Net shop the obvious traditional way would be to do that in ASP.Net.

相关标签:
12条回答
  • 2021-02-06 02:32

    The previous comments have dealt with most of the downsides of using Silverlight for a site like this and I agree. If you're determined to have rich-client style development and your audience is small (for admins only) then I'd probably recommend WPF over Silverlight as it currently provides a richer set of tools and controls.

    If you stick with ASP.NET have you looked at Dynamic Data - it's ideal for building backend management sites with little effort.

    0 讨论(0)
  • 2021-02-06 02:35

    ASP all the way. You should only use silverlight/flash etc when text can't do what you want it to do - e.g. display video.

    0 讨论(0)
  • 2021-02-06 02:36

    I agree with what everyone had said so far and I think this Flow Chart, which is aimed at Flash, also applies to Silverlight.

    enter image description here

    Source of Image

    0 讨论(0)
  • 2021-02-06 02:38

    It sounds like your problem is that you need a rich-client admin application. Why not use click-once?

    0 讨论(0)
  • 2021-02-06 02:41

    I've seen "Silverlight only" websites at Microsoft and they are pretty impressive. But again, the demos were there to exploit the full potential of what Silverlight can do. The moment you need something different you may be out of luck. I don't see Silverlight like Flash except in the way they are installed/seen. But the Flash/ActionScript backend is really bad compared to what Visual Studio can offer with .NET

    Ask yourself why would you like to use Silverlight? Fancy effects or programming model?

    0 讨论(0)
  • 2021-02-06 02:43

    There are some downsides with developing a site completely in Flash / Silverlight, but if those downsides won't matter to you or won't have an impact then there is nothing stopping you. Choose whatever tool you think meets your needs more fully. I wouldn't be put off creating a site purely in Silverlight based on the downsides, because it brings a lot more positives to the user experience.

    0 讨论(0)
提交回复
热议问题