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. Cloud Computing Beginning?

Cloud Computing Beginning?

Scheduled Pinned Locked Moved The Lounge
hostingcloudquestionloungelearning
20 Posts 10 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.
  • OriginalGriffO OriginalGriff

    Because it's fashionable? :-D

    "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

    T Offline
    T Offline
    theoldfool
    wrote on last edited by
    #11

    Don't forget shiny.

    If you can keep your head while those about you are losing theirs, perhaps you don't understand the situation.

    1 Reply Last reply
    0
    • Z ZurdoDev

      Keefer S wrote:

      We currently have multiple software packages programmed in C# a

      Again, it depends on if they are windows app, console app, web sites, windows services, etc.

      Keefer S wrote:

      I don't have a preference to AWS, Azure, or any other platform ye

      If you have .Net programs you likely have .Net developers and so the learning curve for them to get into the cloud will be easier to stay with Microsoft, hence Azure.

      Social Media - A platform that makes it easier for the crazies to find each other. Everyone is born right handed. Only the strongest overcome it. Fight for left-handed rights and hand equality.

      K Offline
      K Offline
      Keefer S
      wrote on last edited by
      #12

      Thanks. We are indeed using .NET so I agree that Azure is going to be the obvious choice. We currently are wanting to move toward a browser based interface to help support the cloud efforts. We currently have plans in place to move to .NET5 later this year, so we'll focus our efforts on getting familiar with Azure as our cloud platform. Thanks for the helpful feedback! :cool:

      1 Reply Last reply
      0
      • K Keefer S

        We currently have multiple software packages programmed in C# and use multiple SQL databases. I don't have a preference to AWS, Azure, or any other platform yet. Sounds to me if I understand you correctly, that Azure is going to be our best option. The big obstacle right now is that some of our software receives external input from devices connected to a computer (weight scales). Moving to a browser-based interface is presenting significant challenges to us because we operate under governmental security guidelines (FISMA, etc.)

        G Offline
        G Offline
        GuyThiebaut
        wrote on last edited by
        #13

        Keefer S wrote:

        Moving to a browser-based interface is presenting significant challenges to us because we operate under governmental security guidelines (FISMA, etc.)

        and yet they are insisting on you moving everything into 'the cloud' which basically means your software and data sitting on someone else's machines. That makes little sense to me. Oh sorry I forgot, you mentioned the word government...

        “That which can be asserted without evidence, can be dismissed without evidence.”

        ― Christopher Hitchens

        K 1 Reply Last reply
        0
        • G GuyThiebaut

          Keefer S wrote:

          Moving to a browser-based interface is presenting significant challenges to us because we operate under governmental security guidelines (FISMA, etc.)

          and yet they are insisting on you moving everything into 'the cloud' which basically means your software and data sitting on someone else's machines. That makes little sense to me. Oh sorry I forgot, you mentioned the word government...

          “That which can be asserted without evidence, can be dismissed without evidence.”

          ― Christopher Hitchens

          K Offline
          K Offline
          Keefer S
          wrote on last edited by
          #14

          Believe me when I say that I've had this exact argument with them for 3 years. Also been arguing that .NET is not disappearing in the next year or two!

          N 1 Reply Last reply
          0
          • K Keefer S

            Believe me when I say that I've had this exact argument with them for 3 years. Also been arguing that .NET is not disappearing in the next year or two!

            N Offline
            N Offline
            Nelek
            wrote on last edited by
            #15

            Keefer S wrote:

            Also been arguing that .NET is not disappearing in the next year or two!

            I know some places where Windows XP is still running stuff... (but to be fair... they are only connected to a local and isolated network of 3 or 4 computers without external access, but still XP 32 bit)

            M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

            1 Reply Last reply
            0
            • Z ZurdoDev

              Greg Utas wrote:

              Do you work for the NSA?

              Depends. Do you want me to let people know what you did last summer?

              Social Media - A platform that makes it easier for the crazies to find each other. Everyone is born right handed. Only the strongest overcome it. Fight for left-handed rights and hand equality.

              Greg UtasG Offline
              Greg UtasG Offline
              Greg Utas
              wrote on last edited by
              #16

              Sure, let them live vicariously. :)

              Robust Services Core | Software Techniques for Lemmings | Articles
              The fox knows many things, but the hedgehog knows one big thing.

              <p><a href="https://github.com/GregUtas/robust-services-core/blob/master/README.md">Robust Services Core</a>
              <em>The fox knows many things, but the hedgehog knows one big thing.</em></p>

              1 Reply Last reply
              0
              • K Keefer S

                I am attempting to migrate some of our custom-created in-house software to the cloud. I've done the basic research, but have yet to put the pieces together to form a simple basic task that truly employs something that is cloud-based. Can anyone point me to a suitable resource? I'm pretty intelligent, and understand the general concept of cloud computing, but need to know the nuts and bolts. Thanks in advance.

                K Offline
                K Offline
                kmoorevs
                wrote on last edited by
                #17

                Of course you could just get an Azure VM Server. If you will have multiple sql databases, this would be the cheaper route. Technically, it is still 'in the cloud'. I have over 5 years experience with Azure WebApps using Azure SQL Server. It was very easy to setup and get going. We are in the process of moving the web apps and one remaining database to an Azure VM for multiple reasons: 0: Much cheaper 1: Better user experience since apps and databases are on the same box 2: Control over the environment Just my 2 cents. :)

                "Go forth into the source" - Neal Morse

                1 Reply Last reply
                0
                • K Keefer S

                  I am attempting to migrate some of our custom-created in-house software to the cloud. I've done the basic research, but have yet to put the pieces together to form a simple basic task that truly employs something that is cloud-based. Can anyone point me to a suitable resource? I'm pretty intelligent, and understand the general concept of cloud computing, but need to know the nuts and bolts. Thanks in advance.

                  L Offline
                  L Offline
                  Lost User
                  wrote on last edited by
                  #18

                  If you know what a virtual machine is, then you understand cloud computing.

                  It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food

                  N 1 Reply Last reply
                  0
                  • L Lost User

                    If you know what a virtual machine is, then you understand cloud computing.

                    It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food

                    N Offline
                    N Offline
                    Nelek
                    wrote on last edited by
                    #19

                    Gerry Schmitz wrote:

                    If you know what a virtual machine is, then you understand cloud computing.

                    In all the similar threads about cloud that I have seen, this is the best "graphical" example I can relate to.

                    M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

                    1 Reply Last reply
                    0
                    • OriginalGriffO OriginalGriff

                      Because it's fashionable? :-D

                      "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

                      M Offline
                      M Offline
                      Marc Clifton
                      wrote on last edited by
                      #20

                      OriginalGriff wrote:

                      Because it's fashionable?

                      Clouds are the portent of rain and sleet and snow and hurricanes and thunderstorms. ;)

                      Latest Articles:
                      Thread Safe Quantized Temporal Frame Ring Buffer

                      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