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. Anyone experience with Visual Studio Online?

Anyone experience with Visual Studio Online?

Scheduled Pinned Locked Moved The Lounge
visual-studiocsharpphpdatabasecom
19 Posts 11 Posters 6 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.
  • Sander RosselS Sander Rossel

    That they placed it right next to the VS2013 CE download, same size on screen, like they were alternatives, didn't help either :)

    My blog[^]

    public class SanderRossel : Lazy<Person>
    {
    public void DoWork()
    {
    throw new NotSupportedException();
    }
    }

    F Offline
    F Offline
    FIorian Schneidereit
    wrote on last edited by
    #10

    Yes, that's what makes people mistakenly believe Visual Studio Online was some kind of "cloud IDE" that can be used as a stripped-down, simplified replacement for a local Visual Studio installation, like the free Office Online apps, but it's not.

    1 Reply Last reply
    0
    • Sander RosselS Sander Rossel

      I just set up a new VM for private use on my work laptop. I wanted to download VS2013 Community Edition, but then I noticed an alternative: VS Online. As far as I can see it's free for my personal use. I'm looking to do some hobby coding. Does it have the same features as VS2013 CE? What about database access? Would I also need a (free) Azure account? I'm looking for some experiences and recommendations. Go Online or stick to VS2013 CE? :)

      My blog[^]

      public class SanderRossel : Lazy<Person>
      {
      public void DoWork()
      {
      throw new NotSupportedException();
      }
      }

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

      Hobby code or other, I would never put my code in the cloud trusting that the servers will be running when I want to work on my project. Besides, there's lots of times I'm in a disconnected state (some may say a dissociated state) so having all my stuff without needing Internet access is a requirement. Marc

      Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

      M R 2 Replies Last reply
      0
      • M Marc Clifton

        Hobby code or other, I would never put my code in the cloud trusting that the servers will be running when I want to work on my project. Besides, there's lots of times I'm in a disconnected state (some may say a dissociated state) so having all my stuff without needing Internet access is a requirement. Marc

        Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

        M Offline
        M Offline
        Mycroft Holmes
        wrote on last edited by
        #12

        Marc Clifton wrote:

        so having all my stuff without needing Internet access is a requirement

        Yeah but finding code to cut and paste is a bitch. :laugh:

        Never underestimate the power of human stupidity RAH

        1 Reply Last reply
        0
        • D Deflinek

          Visual Studio Online[^] is the repository not an IDE. You can use it WITH VS2013 CE but not INSTEAD.

          -- "My software never has bugs. It just develops random features."

          B Offline
          B Offline
          BC3Tech
          wrote on last edited by
          #13

          Deflinek wrote:

          Visual Studio Online[^] is the repository not an IDE. You can use it WITH VS2013 CE but not INSTEAD.

          ^^ this. If/when you get to the point where you really want to use it for builds, etc, I have done quite a bit of configuration & experimentation in this regard and try to post those findings and other interesting things on my blog, .Netitude[^]

          1 Reply Last reply
          0
          • Sander RosselS Sander Rossel

            I just set up a new VM for private use on my work laptop. I wanted to download VS2013 Community Edition, but then I noticed an alternative: VS Online. As far as I can see it's free for my personal use. I'm looking to do some hobby coding. Does it have the same features as VS2013 CE? What about database access? Would I also need a (free) Azure account? I'm looking for some experiences and recommendations. Go Online or stick to VS2013 CE? :)

            My blog[^]

            public class SanderRossel : Lazy<Person>
            {
            public void DoWork()
            {
            throw new NotSupportedException();
            }
            }

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

            Sander Rossel wrote:

            I wanted to download VS2013 Community Edition, but then I noticed an alternative: VS Online.

            It's not an alternative.  It's what they used to call TFS Online.  And IMHO, rocks hugely.  (All my personal source code is stored there.) /ravi

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

            1 Reply Last reply
            0
            • M Marc Clifton

              Hobby code or other, I would never put my code in the cloud trusting that the servers will be running when I want to work on my project. Besides, there's lots of times I'm in a disconnected state (some may say a dissociated state) so having all my stuff without needing Internet access is a requirement. Marc

              Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

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

              Marc Clifton wrote:

              so having all my stuff without needing Internet access is a requirement.

              Marc, you can work disconnected.  It syncs on demand when you reconnect.  I love VSO!  (Been using it since before they changed the name.) /ravi

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

              M 1 Reply Last reply
              0
              • R Ravi Bhavnani

                Marc Clifton wrote:

                so having all my stuff without needing Internet access is a requirement.

                Marc, you can work disconnected.  It syncs on demand when you reconnect.  I love VSO!  (Been using it since before they changed the name.) /ravi

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

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

                Ravi Bhavnani wrote:

                It syncs on demand when you reconnect.

                Ah, I didn't know that. Ignorant me! :-O Marc

                Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

                1 Reply Last reply
                0
                • Sander RosselS Sander Rossel

                  I just set up a new VM for private use on my work laptop. I wanted to download VS2013 Community Edition, but then I noticed an alternative: VS Online. As far as I can see it's free for my personal use. I'm looking to do some hobby coding. Does it have the same features as VS2013 CE? What about database access? Would I also need a (free) Azure account? I'm looking for some experiences and recommendations. Go Online or stick to VS2013 CE? :)

                  My blog[^]

                  public class SanderRossel : Lazy<Person>
                  {
                  public void DoWork()
                  {
                  throw new NotSupportedException();
                  }
                  }

                  J Offline
                  J Offline
                  Joel Palmer 0
                  wrote on last edited by
                  #17

                  I love having my code in the cloud. I have 4 computers that I use the same code from and it syncs automatically between them. A lot of times, those computers are on networks that are completely unrelated by location or by domain. So, I can check my code in from an implementation site on my laptop and pull it down on my dev Desktop back at work. I develop in a 1 man shop (me) so any TFS implementation had to be maintained by me. That's waaay to much overhead for just little, old me. If you want to talk security... blah, I get paid for getting the job done. If someone thinks my code is so interesting that they go through the pain of hacking MS for it... then, they'll be sadly disappointed. Also, each of my dev computers have a copy of the code so if they delete the Web at some point (or it gets hacked and untrusted) I still have my own backups. Good Luck; You'll need it

                  Joel Palmer Data Integration Engineer

                  Sander RosselS 1 Reply Last reply
                  0
                  • Sander RosselS Sander Rossel

                    I just set up a new VM for private use on my work laptop. I wanted to download VS2013 Community Edition, but then I noticed an alternative: VS Online. As far as I can see it's free for my personal use. I'm looking to do some hobby coding. Does it have the same features as VS2013 CE? What about database access? Would I also need a (free) Azure account? I'm looking for some experiences and recommendations. Go Online or stick to VS2013 CE? :)

                    My blog[^]

                    public class SanderRossel : Lazy<Person>
                    {
                    public void DoWork()
                    {
                    throw new NotSupportedException();
                    }
                    }

                    C Offline
                    C Offline
                    Chris Jacobi
                    wrote on last edited by
                    #18

                    When I develop software I want the process to be repeatable. E.G. I want to be able to use a fresh machine, re-install the tools and rebuild my software from source code. With cloud tools I do not have any control over whether or not I can re-create a particular version of my code. You may ask why don't I use the cloud for quick experiments or hobby? The answer may be unsatisfying, but I simply don't like to develop and learn complete new processes for quick experiments when I am in a deep rut of doing it professionally without big hurdles and everything is ready.

                    1 Reply Last reply
                    0
                    • J Joel Palmer 0

                      I love having my code in the cloud. I have 4 computers that I use the same code from and it syncs automatically between them. A lot of times, those computers are on networks that are completely unrelated by location or by domain. So, I can check my code in from an implementation site on my laptop and pull it down on my dev Desktop back at work. I develop in a 1 man shop (me) so any TFS implementation had to be maintained by me. That's waaay to much overhead for just little, old me. If you want to talk security... blah, I get paid for getting the job done. If someone thinks my code is so interesting that they go through the pain of hacking MS for it... then, they'll be sadly disappointed. Also, each of my dev computers have a copy of the code so if they delete the Web at some point (or it gets hacked and untrusted) I still have my own backups. Good Luck; You'll need it

                      Joel Palmer Data Integration Engineer

                      Sander RosselS Offline
                      Sander RosselS Offline
                      Sander Rossel
                      wrote on last edited by
                      #19

                      Joel Palmer wrote:

                      If someone thinks my code is so interesting that they go through the pain of hacking MS for it... then, they'll be sadly disappointed.

                      :laugh: :thumbsup: You make some good points :)

                      My blog[^]

                      public class SanderRossel : Lazy<Person>
                      {
                      public void DoWork()
                      {
                      throw new NotSupportedException();
                      }
                      }

                      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