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. Victim of MS experiment

Victim of MS experiment

Scheduled Pinned Locked Moved The Lounge
asp-nethostingcsharpjavascriptcss
56 Posts 30 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.
  • A Anurag Gandhi

    I think like me, many .net developer are the victim of MS experiment. I learned silverlight, it became outdated. I learned Asp.Net WebForms, now no more supported in vNext. I learned Mobile View features of MVC 4, taken over by bootstrap Knockout got washed away by Angular. I learned Identity in MVC 5, disappeared. Windows 8 tiles were experimented and taken off in Windows 10. Windows 9 experiment went away even before beta release. :) :) I learned IIS and now Microsoft is coming with self hosting website in cloud. They are again experimenting and combining Web API, MVC and other stuffs in MVC 6. Changing a lot of stuffs. By the time we learn those stuffs, they take their step back and experiment something new. Why the hell we are learning those for such a short duration. All such stuffs are inspiring me to stay away from Microsoft and move towards open source for all major stuffs.

    Life is a computer program and everyone is the programmer of his own life.

    P Offline
    P Offline
    PIEBALDconsult
    wrote on last edited by
    #43

    Stick with what works. ADO.net and WinForms still work just fine.

    1 Reply Last reply
    0
    • D Dominic Burford

      That's the industry in which we live and breathe. Technology doesn't stand still for anyone. Sometimes the changes don't work, othertimes they do, or sometimes they need further re-work. The point is, it is a constantly moving and shifting industry. If you're not moving forwards then you're going backwards. If you don't like the MS way of doing things, then there are always other technological ecosystems you could use.

      "There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult." - C.A.R. Hoare Home | LinkedIn | Google+ | Twitter

      E Offline
      E Offline
      Eric Goedhart
      wrote on last edited by
      #44

      Hi, It prepares you for legacy projects :)

      With friendly greetings,:) Eric Goedhart

      1 Reply Last reply
      0
      • A Anurag Gandhi

        I think like me, many .net developer are the victim of MS experiment. I learned silverlight, it became outdated. I learned Asp.Net WebForms, now no more supported in vNext. I learned Mobile View features of MVC 4, taken over by bootstrap Knockout got washed away by Angular. I learned Identity in MVC 5, disappeared. Windows 8 tiles were experimented and taken off in Windows 10. Windows 9 experiment went away even before beta release. :) :) I learned IIS and now Microsoft is coming with self hosting website in cloud. They are again experimenting and combining Web API, MVC and other stuffs in MVC 6. Changing a lot of stuffs. By the time we learn those stuffs, they take their step back and experiment something new. Why the hell we are learning those for such a short duration. All such stuffs are inspiring me to stay away from Microsoft and move towards open source for all major stuffs.

        Life is a computer program and everyone is the programmer of his own life.

        N Offline
        N Offline
        Nicolas Dorier
        wrote on last edited by
        #45

        Well, most of the skills are very easily transferable to their newer technologies, so I don't really care. (And since I am a .NET trainer, I earn money everytime they deprecate something ahah) It reminds me when I first use ASP.NET Web API ! I did not know about the technology, and thought I was doing a JSON web service with ASP.NET MVC. I said : "Woaw, I don't remember ASP.NET MVC being so good !! awesome". Then I only learned 3 weeks after that the two technologies were different. Don't use a technology if you don't see the need. Reading the summary of new techs are enough to give you an idea to choose the right current best tool for the job when you will need. If you have no time, make a RSS feed of .NET blogs and only read the title. If you have more time, read the content. If you have more time : Channel9 !

        1 Reply Last reply
        0
        • R Rage

          That's why I do not code anymore. Actually, I did not give up, I am just waiting for stability in the technologies.

          ~RaGE();

          I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus Entropy isn't what it used to.

          A Offline
          A Offline
          Anurag Gandhi
          wrote on last edited by
          #46

          Rage wrote:

          I am just waiting for stability in the technologies.

          I don't think it will happen any time near future. It is continuously evolving.

          Life is a computer program and everyone is the programmer of his own life.

          1 Reply Last reply
          0
          • P peterchen

            That's like saying demolishing windows helps the economy

            ORDER BY what user wants

            G Offline
            G Offline
            gordon88
            wrote on last edited by
            #47

            And working for Oracle and or Google that directly benefit from "open project" miss understood (on purpose) as "open source"

            Gordon

            1 Reply Last reply
            0
            • R Rob Grainger

              Anurag Gandhi wrote:

              But they are not as volatile as MS

              Have you not noticed the velocity with which "in vogue" changes for Javascript frameworks, how technologies like Rails come into and out of fashion, and the forking of Open Source projects (most recently node.js)? I suspect you'll find things more similar than you hope in the OSS world.

              "If you don't fail at least 90 percent of the time, you're not aiming high enough." Alan Kay.

              J Offline
              J Offline
              JohnLBevan
              wrote on last edited by
              #48

              You don't need to be on the latest version of these frameworks. Learn the languages well / keep up to date with those; but pick a framework and stick to it, until there's a significantly compelling reason to migrate, or you find something that's more standards compliant (e.g. if you picked something requiring SilverLight then an HTML5 friendly version appears, the HTML5 version's the one that'll stay, since it's compatible with more end-user devices).

              R 1 Reply Last reply
              0
              • A Anurag Gandhi

                I think like me, many .net developer are the victim of MS experiment. I learned silverlight, it became outdated. I learned Asp.Net WebForms, now no more supported in vNext. I learned Mobile View features of MVC 4, taken over by bootstrap Knockout got washed away by Angular. I learned Identity in MVC 5, disappeared. Windows 8 tiles were experimented and taken off in Windows 10. Windows 9 experiment went away even before beta release. :) :) I learned IIS and now Microsoft is coming with self hosting website in cloud. They are again experimenting and combining Web API, MVC and other stuffs in MVC 6. Changing a lot of stuffs. By the time we learn those stuffs, they take their step back and experiment something new. Why the hell we are learning those for such a short duration. All such stuffs are inspiring me to stay away from Microsoft and move towards open source for all major stuffs.

                Life is a computer program and everyone is the programmer of his own life.

                B Offline
                B Offline
                BlueIshDan
                wrote on last edited by
                #49

                They're like an young-middle aged man. Afraid of commitment! lol

                1 Reply Last reply
                0
                • A Anurag Gandhi

                  I think like me, many .net developer are the victim of MS experiment. I learned silverlight, it became outdated. I learned Asp.Net WebForms, now no more supported in vNext. I learned Mobile View features of MVC 4, taken over by bootstrap Knockout got washed away by Angular. I learned Identity in MVC 5, disappeared. Windows 8 tiles were experimented and taken off in Windows 10. Windows 9 experiment went away even before beta release. :) :) I learned IIS and now Microsoft is coming with self hosting website in cloud. They are again experimenting and combining Web API, MVC and other stuffs in MVC 6. Changing a lot of stuffs. By the time we learn those stuffs, they take their step back and experiment something new. Why the hell we are learning those for such a short duration. All such stuffs are inspiring me to stay away from Microsoft and move towards open source for all major stuffs.

                  Life is a computer program and everyone is the programmer of his own life.

                  D Offline
                  D Offline
                  DarkChuky CR
                  wrote on last edited by
                  #50

                  Hehehehe you better do Java and Open source, you will get a new popular flavor each Month!!! At least with MS you have one source only!!!

                  1 Reply Last reply
                  0
                  • A Anurag Gandhi

                    I think like me, many .net developer are the victim of MS experiment. I learned silverlight, it became outdated. I learned Asp.Net WebForms, now no more supported in vNext. I learned Mobile View features of MVC 4, taken over by bootstrap Knockout got washed away by Angular. I learned Identity in MVC 5, disappeared. Windows 8 tiles were experimented and taken off in Windows 10. Windows 9 experiment went away even before beta release. :) :) I learned IIS and now Microsoft is coming with self hosting website in cloud. They are again experimenting and combining Web API, MVC and other stuffs in MVC 6. Changing a lot of stuffs. By the time we learn those stuffs, they take their step back and experiment something new. Why the hell we are learning those for such a short duration. All such stuffs are inspiring me to stay away from Microsoft and move towards open source for all major stuffs.

                    Life is a computer program and everyone is the programmer of his own life.

                    K Offline
                    K Offline
                    Kirk 10389821
                    wrote on last edited by
                    #51

                    There are a lot of good comments here. First, you don't have to always switch. Second, it is not just MSFT changing TOOLS. I had software a client used for YEARS under Windows XP (and even before that). No issues. Windows 8 comes out, and he cannot run the application (it was written in Delphi, using Paradox DB/BDE). Mircosoft made so many breaking changes, this became impossible to support. I reworked it to newer Delphi + SQLite database. Still a couple of hiccups (like non-infinite waiting for SMTP connections which are fixed now). Luckily I got paid to do it. The problem is NOT that the tools are changing. The problem is that the rate of change is ever increasing! Also customer expectations are through the roof. They no longer need a simple DB application that generates input/ouput, and creates an import for their Accounting System. Today, they want it web enabled, with customers placing orders online, updating everything back at the office, hitting the accounting system in real-time, completely integrated with ALL 3rd party shippers, and BTW, could you make it Multi-Lingual and Multi-Currency, AND super secure so the Credit Card company can test/validate it? (Oh, and we have a VERY LIMITED budget... This has to pay for itself in a year... LMAO) That Said. I was just hired to upgrade some old PHP sites as the hosting companies will no longer support the older (less secure) versions of PHP... And have you noticed how often JRE/JDK updates are coming down the pipe? I am fortunate enough to get to play with a LOT of this. Less of the MSFT stuff because I felt it would take them 10years to really do .Net correctly (I was close!), and I was able, for a long time, to avoid it with Delphi... But that is slowly dying... Luckily solid code can last a long time if the underlying components can still be installed! We are discussing where to go next... C# or Java... But this is a 3-5 year decision for us. We change REALLY SLOWLY because frankly we plan on living with that solution for some time. We have to be able to target Windows, Linux, Web, and now Macs are becoming a target platform for us. Prior to open sourcing some of .Net, Java was the pretty clear winner for us. It will probably be the final winner, only because we dread linking our existence to MSFT who can do some really stupid things of late (windows Vista? windows 8? killing windows 7 next). In the end... It is programming. It is problem solving. It is just too much fun to stay away from!

                    1 Reply Last reply
                    0
                    • A Agent__007

                      Anurag Gandhi wrote:

                      Why the hell we are learning those for such a short duration.

                      Because it's fun and you get paid for that? :rolleyes:

                      Your time will come, if you let it be right.

                      M Offline
                      M Offline
                      Member 10707677
                      wrote on last edited by
                      #52

                      Consider it time well spent to prove you have the three years experience mandated by the HR department on a software product that has only been on the market for six months.

                      1 Reply Last reply
                      0
                      • A Anurag Gandhi

                        Hmmm, We get paid for providing business solutions not for learning crap technologies. Migration from previous verion of MVC to next version is always a pain. Other technologies are also getting paid good. But they are not as volatile as MS. And many of them has solid core and works quite well.

                        Life is a computer program and everyone is the programmer of his own life.

                        L Offline
                        L Offline
                        Luiz Monad
                        wrote on last edited by
                        #53

                        shhh, that's a lie, don't let them know. We get paid to play with technology. Using same technology for years get boring. Microsoft just realized that and are providing us our "games".

                        1 Reply Last reply
                        0
                        • A Anurag Gandhi

                          I think like me, many .net developer are the victim of MS experiment. I learned silverlight, it became outdated. I learned Asp.Net WebForms, now no more supported in vNext. I learned Mobile View features of MVC 4, taken over by bootstrap Knockout got washed away by Angular. I learned Identity in MVC 5, disappeared. Windows 8 tiles were experimented and taken off in Windows 10. Windows 9 experiment went away even before beta release. :) :) I learned IIS and now Microsoft is coming with self hosting website in cloud. They are again experimenting and combining Web API, MVC and other stuffs in MVC 6. Changing a lot of stuffs. By the time we learn those stuffs, they take their step back and experiment something new. Why the hell we are learning those for such a short duration. All such stuffs are inspiring me to stay away from Microsoft and move towards open source for all major stuffs.

                          Life is a computer program and everyone is the programmer of his own life.

                          Y Offline
                          Y Offline
                          Yortw
                          wrote on last edited by
                          #54

                          You should try living in the non-ms world... to me it looks like the pace of change is even faster there. What you started learning this week is out of date before you finished learning it.

                          1 Reply Last reply
                          0
                          • J JohnLBevan

                            You don't need to be on the latest version of these frameworks. Learn the languages well / keep up to date with those; but pick a framework and stick to it, until there's a significantly compelling reason to migrate, or you find something that's more standards compliant (e.g. if you picked something requiring SilverLight then an HTML5 friendly version appears, the HTML5 version's the one that'll stay, since it's compatible with more end-user devices).

                            R Offline
                            R Offline
                            Rob Grainger
                            wrote on last edited by
                            #55

                            Which could also be said of the MS stack.

                            "If you don't fail at least 90 percent of the time, you're not aiming high enough." Alan Kay.

                            1 Reply Last reply
                            0
                            • A Anurag Gandhi

                              Dominic Burford wrote:

                              If you don't like the MS way of doing things, then there are always other technological ecosystems you could use.

                              Yeah, I would slowly shift towards Open Source which is probably not changing so frequently but getting updated with time. I can't do a sudden switch as I have spent 9+ years in MS technologies.

                              Life is a computer program and everyone is the programmer of his own life.

                              P Offline
                              P Offline
                              Peter Adam
                              wrote on last edited by
                              #56

                              I'm afraid you should read about AngularJS and AngularJS 2 for starter to know what to expect. What you see now in MSland is the pure open source fest you and others wanted so badly and loudly - no official, best for all purpose solutions, fast development, breaking changes. Many ways to the top of the mountain, choose your one wisely.

                              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