Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WPF
  4. Advantages and disadvantage using sliverlight

Advantages and disadvantage using sliverlight

Scheduled Pinned Locked Moved WPF
helpquestion
8 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    Gopal_Kanchana
    wrote on last edited by
    #1

    Hi Our company planing to develop application using sliverlight. since user can use both desktop(standalone) and web(cross browser) I would like to all feasibility. Sliverlight Is it correct choice? and what are advantage and disadvantage. While installing into desktop from web, do we face some issue? Regards Gopal

    M K A M 5 Replies Last reply
    0
    • G Gopal_Kanchana

      Hi Our company planing to develop application using sliverlight. since user can use both desktop(standalone) and web(cross browser) I would like to all feasibility. Sliverlight Is it correct choice? and what are advantage and disadvantage. While installing into desktop from web, do we face some issue? Regards Gopal

      M Offline
      M Offline
      Mark Salsbery
      wrote on last edited by
      #2

      If you can do without a full trust application, Silverlight is a good choice. You can write one app that will run on Win PCs and Macs, online or offline. Silverlight has out-of-browser support, which isn't quite the same as a stand-alone application. You don't get anything special running out-of-browser beyond the ability to run without a network connection. The same security restrictions apply, and you're still using the Silverlight .NET framework, not the full .NET framework. Silverlight 4 apps will be able to run out-of-browser with elevated privileges....for more info see Silverlight 4 Beta – A guide to the new features[^]

      Mark Salsbery Microsoft MVP - Visual C++ :java:

      1 Reply Last reply
      0
      • G Gopal_Kanchana

        Hi Our company planing to develop application using sliverlight. since user can use both desktop(standalone) and web(cross browser) I would like to all feasibility. Sliverlight Is it correct choice? and what are advantage and disadvantage. While installing into desktop from web, do we face some issue? Regards Gopal

        K Offline
        K Offline
        Kunal Chowdhury IN
        wrote on last edited by
        #3

        I will suggest you to use Silverlight if you are planning to use it for web application. If you want to target it for a desktop application I will suggest you to prefer WPF. To run a WPF application the user requires .Net framework which is around 256MB & Silverlight plugin requires only 4-5MB. In other hand if you are targeting for web application & some users for standalone application, use Silverlight with OOB support. In OOB though you will not get all the security privileges but you can do best of the things. Silverlight 4 OOB has a huge support for security. So, you can use Silverlight 4 to implement your app. Be sure that, Silverlight 4 is now in Beta stage & hence it does not have any go-live license.

        Regards, - Kunal Chowdhury (My Blog)

        G 1 Reply Last reply
        0
        • G Gopal_Kanchana

          Hi Our company planing to develop application using sliverlight. since user can use both desktop(standalone) and web(cross browser) I would like to all feasibility. Sliverlight Is it correct choice? and what are advantage and disadvantage. While installing into desktop from web, do we face some issue? Regards Gopal

          A Offline
          A Offline
          Abhinav S
          wrote on last edited by
          #4

          Silverlight can help you avoid update issues that often occur with traditional desktp client type applications. There are decent workarounds (like click once deployment) to overcome these deployment issues, but if you do not want to get into them, Silverlight can be a good choice.

          1 Reply Last reply
          0
          • K Kunal Chowdhury IN

            I will suggest you to use Silverlight if you are planning to use it for web application. If you want to target it for a desktop application I will suggest you to prefer WPF. To run a WPF application the user requires .Net framework which is around 256MB & Silverlight plugin requires only 4-5MB. In other hand if you are targeting for web application & some users for standalone application, use Silverlight with OOB support. In OOB though you will not get all the security privileges but you can do best of the things. Silverlight 4 OOB has a huge support for security. So, you can use Silverlight 4 to implement your app. Be sure that, Silverlight 4 is now in Beta stage & hence it does not have any go-live license.

            Regards, - Kunal Chowdhury (My Blog)

            G Offline
            G Offline
            Gopal_Kanchana
            wrote on last edited by
            #5

            Hi Thanks for your info. Suppose our web application using db(sql) which is there in separate server and accessing db through WCF which is hosted in IIS. if I develop through silverlight its work fine. if want to conver OOB will i get problem? since our company don't want to create another destop application. Regards Gopal

            T 1 Reply Last reply
            0
            • G Gopal_Kanchana

              Hi Thanks for your info. Suppose our web application using db(sql) which is there in separate server and accessing db through WCF which is hosted in IIS. if I develop through silverlight its work fine. if want to conver OOB will i get problem? since our company don't want to create another destop application. Regards Gopal

              T Offline
              T Offline
              Teun L
              wrote on last edited by
              #6

              This won't be a problem for silverlight.

              1 Reply Last reply
              0
              • G Gopal_Kanchana

                Hi Our company planing to develop application using sliverlight. since user can use both desktop(standalone) and web(cross browser) I would like to all feasibility. Sliverlight Is it correct choice? and what are advantage and disadvantage. While installing into desktop from web, do we face some issue? Regards Gopal

                K Offline
                K Offline
                Kunal Chowdhury IN
                wrote on last edited by
                #7

                You can go with Silverlight...

                Regards, - Kunal Chowdhury (My Blog)

                1 Reply Last reply
                0
                • G Gopal_Kanchana

                  Hi Our company planing to develop application using sliverlight. since user can use both desktop(standalone) and web(cross browser) I would like to all feasibility. Sliverlight Is it correct choice? and what are advantage and disadvantage. While installing into desktop from web, do we face some issue? Regards Gopal

                  M Offline
                  M Offline
                  Michael Eber
                  wrote on last edited by
                  #8

                  OK -- I read through the replies and thought I'd add my 2cents worth. Silverlight is very good if you have a development staff that is more WinForm-centric but needs to do web development. There is a learning curve for XAML, but it is worth it. The learning curve for XAML is lessened if you also invest in Expression Blend. I actually feel that you cannot develop Silverlight without it, as it gives you the WYSIWYG interface that WinForm developers lean towards. The application is stateful even though it is a web app. It also follows much of the WCF construct but uses a lighter-weight framework. The idea is that even if a machine does not have the .NET framework on it, the Silverlight install will implement what is needed. The concept works well in theory but in practicallity you still need the Silverlight Toolkit which also has to be installed on the implementing machine, as this contains controls not in the Silverlight framework. The previous statement, as you can see, is both a pro and con of Silverlight deployment. Using controls outside of the framework requires some additional installations. I personally find Silverlight to be the easiest way to deploy web applications without having to learn the 4-inch-thick ASP.NET book. It keeps me more in my knowledge base of service/form development. I also find that I can do better UI development. For example, I have a customer maintenance program where the customer can have 3 different types of data to maintain. Using the Swivel behaviour, I was able to keep the UI VERY clean and gives the user a 'cool' UI experience. Clicking a button to view billing address swivels the customer address around to display the billing address. Clicking the return button swivels things back.

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups