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. The Lounge
  3. Silverlight in Enterprise App

Silverlight in Enterprise App

Scheduled Pinned Locked Moved The Lounge
csharpwpfwinformsbusinesscollaboration
47 Posts 20 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.
  • V vaghelabhavesh

    So we got a new project. :-) The requirements are pretty straight forward and can be easily implemented in Windows Desktop Application. But there are some persons in the team wants to develop it in Silverlight. That way they can learn a new technology. But nobody is sure that our team should take this risk or not. What do you say depending on your experience? Should we go for WPF/Silverlight or Windows Forms Technology is fine?

    Be careful, there is no Undo Button(Ctrl+Z) in life.

    R Offline
    R Offline
    Ravi Bhavnani
    wrote on last edited by
    #30

    crudeCodeYogi wrote:

    some persons in the team wants to develop it in Silverlight. That way they can learn a new technology.

    That sounds like putting the developer's agenda ahead of the users'. WTF!? /ravi

    My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

    1 Reply Last reply
    0
    • V vaghelabhavesh

      So we got a new project. :-) The requirements are pretty straight forward and can be easily implemented in Windows Desktop Application. But there are some persons in the team wants to develop it in Silverlight. That way they can learn a new technology. But nobody is sure that our team should take this risk or not. What do you say depending on your experience? Should we go for WPF/Silverlight or Windows Forms Technology is fine?

      Be careful, there is no Undo Button(Ctrl+Z) in life.

      S Offline
      S Offline
      SimonS
      wrote on last edited by
      #31

      All I read was "new project ... a new technology". Run. RUN! Do a little side project in Silverlight to test the waters, but starting a new project with a new technology that noone has experience in is asking for trouble. WinForms for the win.

      Cheers, Simon > company:: Broken Keyboards Software > VS add for delicious BKS-Delicious > skype :: SimonMStewart > CV :: PDF

      1 Reply Last reply
      0
      • V vaghelabhavesh

        So we got a new project. :-) The requirements are pretty straight forward and can be easily implemented in Windows Desktop Application. But there are some persons in the team wants to develop it in Silverlight. That way they can learn a new technology. But nobody is sure that our team should take this risk or not. What do you say depending on your experience? Should we go for WPF/Silverlight or Windows Forms Technology is fine?

        Be careful, there is no Undo Button(Ctrl+Z) in life.

        S Offline
        S Offline
        Super Lloyd
        wrote on last edited by
        #32

        Go for WPF + Prism + MVVM! The time spent learning would be more than offset by the increased simplicity and robustness!! :-D Asome people said... if no one knows anything of WPF / Prism / etc.. that might be a problem. That's a good point. But, as a person who knows WPF, WinForm, CaB, Prism, etc... As far as I'm concerned, WinForm is just a waste of time. Even simple thing are so much more time consuming. And complex things are so much more complicated! You could always hire someone who knows WPF or let one developer play on its own with WPF for 1~2 weeks...

        A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

        modified on Thursday, February 5, 2009 12:33 AM

        1 Reply Last reply
        0
        • P Pete OHanlon

          Well, you could look at this[^] entry, or this[^] entry, or even the binding referred to in this[^] entry.

          "WPF has many lovers. It's a veritable porn star!" - Josh Smith

          My blog | My articles | MoXAML PowerToys

          C Offline
          C Offline
          chriswalshie
          wrote on last edited by
          #33

          or you could use this[^] its still in beta but has proven to be quiet stable.

          P 1 Reply Last reply
          0
          • V vaghelabhavesh

            So we got a new project. :-) The requirements are pretty straight forward and can be easily implemented in Windows Desktop Application. But there are some persons in the team wants to develop it in Silverlight. That way they can learn a new technology. But nobody is sure that our team should take this risk or not. What do you say depending on your experience? Should we go for WPF/Silverlight or Windows Forms Technology is fine?

            Be careful, there is no Undo Button(Ctrl+Z) in life.

            K Offline
            K Offline
            kalbut
            wrote on last edited by
            #34

            It's a new project ! if your environment give you the possibility to work with WPF and Silverlight2, go ! May be it's the good project to let the team learn new technologies ? May be not ? If your strategy is to use Microsoft technologies go directly to WPF/Silverlight2. Of course your team will take some times to learn this 2 new technologies but if they know well .NET code, learning XAML will not be so hard. I had the same problem a few times ago. For some reasons I decided to choose WPF for my office application : > Powerfull way to build rich interface. You can do what you want depending on your imagination. > Powerfull way to represent and to manage Data (DataBinding, nothing to do with WindowsForm) > XAML is used in Silverlight2 and WPF application. Whith small changes your office application could become a web application. Your work is divided by 2. If you go to WPF and Silverlight 2 you will never come back to WindowsForm (sometimes I did nightmares).

            1 Reply Last reply
            0
            • V vaghelabhavesh

              So we got a new project. :-) The requirements are pretty straight forward and can be easily implemented in Windows Desktop Application. But there are some persons in the team wants to develop it in Silverlight. That way they can learn a new technology. But nobody is sure that our team should take this risk or not. What do you say depending on your experience? Should we go for WPF/Silverlight or Windows Forms Technology is fine?

              Be careful, there is no Undo Button(Ctrl+Z) in life.

              R Offline
              R Offline
              Rocky Moore
              wrote on last edited by
              #35

              Basically, you are talking about the presentation layer of your application. The backend would probably be about the same for Winform, WPF or Silverlight if designed properly. If you dump the legacy technology of Winforms and move to a Silverlight/WPF technology for the front end, you should be able to handle web/desktop needs with minimal recoding over the coming years. Most developers will be doing Silverlight and possibly WPF over the coming three years as that is where the market is moving. With a new project, that might be just the time to bring the shop into into the technology they will probably be using for the next 7 - 10 years :) At this point, it is not that much in front of the wave, the swelling is here and by the time Silverlight 4 hits next year and VS 2010 has everything built in along with Azure, the wave will be in full force.

              Rocky <>< Recent Blog Post: Doughboy – R.I.P. Thinking about Silverlight? www.SilverlightCity.com

              1 Reply Last reply
              0
              • C chriswalshie

                or you could use this[^] its still in beta but has proven to be quiet stable.

                P Offline
                P Offline
                Pete OHanlon
                wrote on last edited by
                #36

                It's still in beta?? Have I missed something? We started using XPO a couple of years ago. The product you linked to doesn't take care of the UI binding, which is the point of the posts above.

                "WPF has many lovers. It's a veritable porn star!" - Josh Smith

                My blog | My articles | MoXAML PowerToys

                C 1 Reply Last reply
                0
                • P Pete OHanlon

                  It's still in beta?? Have I missed something? We started using XPO a couple of years ago. The product you linked to doesn't take care of the UI binding, which is the point of the posts above.

                  "WPF has many lovers. It's a veritable porn star!" - Josh Smith

                  My blog | My articles | MoXAML PowerToys

                  C Offline
                  C Offline
                  chriswalshie
                  wrote on last edited by
                  #37

                  Pete, sorry posted wrong link, this[^] one shows the concept, this[^] one is the start of a Silverlight application using it, both are quite good, i am using "AgXpo" at the moment for a couple of projects and its rather good.

                  P 1 Reply Last reply
                  0
                  • C chriswalshie

                    Pete, sorry posted wrong link, this[^] one shows the concept, this[^] one is the start of a Silverlight application using it, both are quite good, i am using "AgXpo" at the moment for a couple of projects and its rather good.

                    P Offline
                    P Offline
                    Pete OHanlon
                    wrote on last edited by
                    #38

                    Cool. Thanks for the link.

                    "WPF has many lovers. It's a veritable porn star!" - Josh Smith

                    My blog | My articles | MoXAML PowerToys

                    C 1 Reply Last reply
                    0
                    • P Pete OHanlon

                      Cool. Thanks for the link.

                      "WPF has many lovers. It's a veritable porn star!" - Josh Smith

                      My blog | My articles | MoXAML PowerToys

                      C Offline
                      C Offline
                      chriswalshie
                      wrote on last edited by
                      #39

                      The only thing i dont like is with their samples they use ThreadPool.QueueUserWorkItem delegate as its impossible to know the status of your data sending / retrieving, which is why i use BackgroundWorkers to achieve all databinding and retrieving.

                      1 Reply Last reply
                      0
                      • E Ennis Ray Lynch Jr

                        If the application is properly designed the User Interface portion should consist of a very small portion of programming and should present a minimal risk so I would say go for it.

                        Need software developed? Offering C# development all over the United States, ERL GLOBAL, Inc is the only call you will have to make.
                        If you don't ask questions the answers won't stand in your way.
                        Most of this sig is for Google, not ego.

                        K Offline
                        K Offline
                        K v S
                        wrote on last edited by
                        #40

                        Think again, business logic is easy to implement. Most isues come from the GUI implementaion, no matter what the technology

                        E 1 Reply Last reply
                        0
                        • V vaghelabhavesh

                          So we got a new project. :-) The requirements are pretty straight forward and can be easily implemented in Windows Desktop Application. But there are some persons in the team wants to develop it in Silverlight. That way they can learn a new technology. But nobody is sure that our team should take this risk or not. What do you say depending on your experience? Should we go for WPF/Silverlight or Windows Forms Technology is fine?

                          Be careful, there is no Undo Button(Ctrl+Z) in life.

                          C Offline
                          C Offline
                          clearbrian1
                          wrote on last edited by
                          #41

                          MSDN mag has enterprise app code in Silverlight http://msdn.microsoft.com/en-gb/magazine/dd434653.aspx

                          V 1 Reply Last reply
                          0
                          • M Marc Clifton

                            crudeCodeYogi wrote:

                            What do you say depending on your experience? Should we go for WPF/Silverlight or Windows Forms Technology is fine?

                            Experience has shown that: a) developers that drive new technologies to learn something new get projects and companies in deep sh*t b) if the developer wants to learn something new, the company should either set up an R&D budget or the developer should learn it on their own nickel c) since nobody knows the new technology, nobody can adequately evaluate whether it'll meet the requirements d) web development (Silverlight) is very different from WinForm. WTF are you thinking? e) you are doing a WPF WinForm app, expect a huge rampup cost to learn the technology. Marc

                            Available for consulting and full time employment. Contact me. Interacx

                            J Offline
                            J Offline
                            JHubSharp
                            wrote on last edited by
                            #42

                            To be fair, Silverlight does bring web development a bit closer to WinForms since the need to manage state isn't as big of an issue. But as a guy stuck in "post-production support" (read: app is in the shitter) of an application that decided to lead the way and use Windows Workflow even though no one knew anything about it, I agree with the intent of this post 100%. There is sooo much I wish I had known back when the decision was made. I still can't decide if I like WF as a tech but our implementation sucks, or if the tech sucks as well.

                            1 Reply Last reply
                            0
                            • C clearbrian1

                              MSDN mag has enterprise app code in Silverlight http://msdn.microsoft.com/en-gb/magazine/dd434653.aspx

                              V Offline
                              V Offline
                              vaghelabhavesh
                              wrote on last edited by
                              #43

                              Thanks for the link :-)

                              Be careful, there is no Undo Button(Ctrl+Z) in life.

                              1 Reply Last reply
                              0
                              • K K v S

                                Think again, business logic is easy to implement. Most isues come from the GUI implementaion, no matter what the technology

                                E Offline
                                E Offline
                                Ennis Ray Lynch Jr
                                wrote on last edited by
                                #44

                                :laugh:

                                Need software developed? Offering C# development all over the United States, ERL GLOBAL, Inc is the only call you will have to make.
                                If you don't ask questions the answers won't stand in your way.
                                Most of this sig is for Google, not ego.

                                1 Reply Last reply
                                0
                                • T ToddHileHoffer

                                  I would not use silverlight for a standard enterprise business application. I have implemented WCF Services and I am fond of them. They provide actual value to the company I work for. WPF / Silverlight has not added any value for regular data driven business applications. That being said, if MS integrates expression blend / Silverlight projects in the next iteration of Visual Studio I will consider using these tools. If it were me, I would use a standard ASP.Net or WinForm application along with a nice set of UI Controls such as Telerik or Infragistics. You will still be able to provide an excellent UI to your users and it will be easier to develop.

                                  I didn't get any requirements for the signature

                                  K Offline
                                  K Offline
                                  K v S
                                  wrote on last edited by
                                  #45

                                  If you are looking for GUI components, Winform or ASP, check out DevExpress :thumbsup:

                                  T 1 Reply Last reply
                                  0
                                  • K K v S

                                    If you are looking for GUI components, Winform or ASP, check out DevExpress :thumbsup:

                                    T Offline
                                    T Offline
                                    ToddHileHoffer
                                    wrote on last edited by
                                    #46

                                    Thanks for the tip. My company purchased Telerik's ASPNet AJAX controls for me. They're excellent as well. It is just my opinion that it is always a good idea to use 3rd party controls for a slick UI. That way, you (the developer) can focus on meeting the needs of the client without having to worry about extra coding for a nice presentation.

                                    I didn't get any requirements for the signature

                                    1 Reply Last reply
                                    0
                                    • V vaghelabhavesh

                                      So we got a new project. :-) The requirements are pretty straight forward and can be easily implemented in Windows Desktop Application. But there are some persons in the team wants to develop it in Silverlight. That way they can learn a new technology. But nobody is sure that our team should take this risk or not. What do you say depending on your experience? Should we go for WPF/Silverlight or Windows Forms Technology is fine?

                                      Be careful, there is no Undo Button(Ctrl+Z) in life.

                                      D Offline
                                      D Offline
                                      David Wong
                                      wrote on last edited by
                                      #47

                                      If your new to Silverlight/WPF then there is a steep learning curve. However once you are over that hump Silverlight is the best of both worlds(web and winforms)!

                                      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