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. Visual Studio 2022 offline

Visual Studio 2022 offline

Scheduled Pinned Locked Moved The Lounge
csharpvisual-studioandroiddatabasesysadmin
44 Posts 18 Posters 3 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.
  • J JudyL_MD

    Thanks for your experience with 2022 working offline. If we decide to migrate to the new NET, we're going to have to upgrade to 2022. Unless someone knows a way to make 2019 support .NET 7. If 2022 is that unreasonable about working offline, that becomes a con in the debate about migrating. I'll be doing some experimenting with that when I'm out in internet land. As for the rest -- given your underlying assumptions (which you can deduce, based on your post), your comments are correct in every manner, and I agree with them. But ... you knew there was a but coming :) ... in my case, those assumptions are not correct and the development environment is absolutely correct for what I work on.

    Be wary of strong drink. It can make you shoot at tax collectors - and miss. Lazarus Long, "Time Enough For Love" by Robert A. Heinlein

    T Offline
    T Offline
    tcruse
    wrote on last edited by
    #33

    VS 2022 does a check for package updates normally. It is very easy to set up local nuget_repo on either an internal server or local directory on dev PC. Nexus operates as a proxy service for nuget but probably a lot faster and easier to build your own proxy service copy from "public" sources to local machine.

    1 Reply Last reply
    0
    • R Ralf Quint

      I think where you are going in the wrong direction is to think that an "air-gapped dev system" is something bad, there "there is something wrong with that picture". There are plenty of applications that work completely without the need for the Internet, for very valid reasons. I did for example a few years back a data conversion job for a large nationwide client in the healthcare business. I actually had to work the other way around, I wrote and updated the conversion software on my own laptop, with no connection to the hospital's infrastructure (bar electricity). Initial test data was screened and anonymized before I got this on my computer. There was never one bit of live data on my system. And program changes were also transferred to the actual computer performing the conversion via read-only media. This way no patient data could possibly get out this way. Yes, a bit cumbersome, but workable. And not that I really needed to Internet for any development, as the IDE/compiler/libraries work very nicely self-contained (it wasn't a Microsoft product). I think it is an absolute fallacy these days that so many people think that everything is "in the cloud", "needs to be connected to the Internet". Beside that in some businesses, the air-gap exists is so that no data gets out of the environment. Hence for example the read-only media (DVD) that the OP mentioned. And no, you ABSOLUTELY do not, NEVER, develop with any live data. NEVER EVER!

      D Offline
      D Offline
      dandy72
      wrote on last edited by
      #34

      Ralf Quint wrote:

      I think where you are going in the wrong direction is to think that an "air-gapped dev system" is something bad, there "there is something wrong with that picture".

      It's not that I think it's "wrong", it's that based on my experience with MS's development tools, they make your life kinda miserable if you are offline.

      Ralf Quint wrote:

      I think it is an absolute fallacy these days that so many people think that everything is "in the cloud", "needs to be connected to the Internet".

      I hope I didn't give the wrong impression--I'm entirely with you. I have a slow internet connection here at home, and I'm the guy who still, to this day, will always raise his hand and ask "how well will this work for those who are offline"...I despise products that assume you'll always be connected. I despise products that assume they'll be running on the fastest CPU with tons of memory and disk/network latency isn't a consideration, and they'll be the only products running on a system.

      R 1 Reply Last reply
      0
      • D dandy72

        Ralf Quint wrote:

        I think where you are going in the wrong direction is to think that an "air-gapped dev system" is something bad, there "there is something wrong with that picture".

        It's not that I think it's "wrong", it's that based on my experience with MS's development tools, they make your life kinda miserable if you are offline.

        Ralf Quint wrote:

        I think it is an absolute fallacy these days that so many people think that everything is "in the cloud", "needs to be connected to the Internet".

        I hope I didn't give the wrong impression--I'm entirely with you. I have a slow internet connection here at home, and I'm the guy who still, to this day, will always raise his hand and ask "how well will this work for those who are offline"...I despise products that assume you'll always be connected. I despise products that assume they'll be running on the fastest CPU with tons of memory and disk/network latency isn't a consideration, and they'll be the only products running on a system.

        R Offline
        R Offline
        Ralf Quint
        wrote on last edited by
        #35

        Well, this is one (of several) reasons why I do not use any MS development tools. Microsoft has completely lost touch with reality, and unfortunately, a lot of people just keep following anyway, like the lemmings...

        D 1 Reply Last reply
        0
        • R Ralf Quint

          Well, this is one (of several) reasons why I do not use any MS development tools. Microsoft has completely lost touch with reality, and unfortunately, a lot of people just keep following anyway, like the lemmings...

          D Offline
          D Offline
          dandy72
          wrote on last edited by
          #36

          Name one equivalent to VS - despite all its flaws. I don't think anyone's being a lemming.

          R 1 Reply Last reply
          0
          • D dandy72

            Name one equivalent to VS - despite all its flaws. I don't think anyone's being a lemming.

            R Offline
            R Offline
            Ralf Quint
            wrote on last edited by
            #37

            Define "equivalent to VS". And all the people that think that everything has to be on .NET and/or use VS, yes, they are lemmings. Or at least blind horses with blinders on. I do all my development for years now (kind of always have) in Object Pascal and the Lazarus IDE (Delphi before that), which runs identically on Windows, Linux, macOS and then some. Much less cruft than it comes with VS (or Eclipse, ), much more straight forward and much faster...

            D 1 Reply Last reply
            0
            • R Ralf Quint

              Define "equivalent to VS". And all the people that think that everything has to be on .NET and/or use VS, yes, they are lemmings. Or at least blind horses with blinders on. I do all my development for years now (kind of always have) in Object Pascal and the Lazarus IDE (Delphi before that), which runs identically on Windows, Linux, macOS and then some. Much less cruft than it comes with VS (or Eclipse, ), much more straight forward and much faster...

              D Offline
              D Offline
              dandy72
              wrote on last edited by
              #38

              Yeah, you're new around here and don't know much about the types of developers that hang around here...

              R 1 Reply Last reply
              0
              • D dandy72

                Yeah, you're new around here and don't know much about the types of developers that hang around here...

                R Offline
                R Offline
                Ralf Quint
                wrote on last edited by
                #39

                New around here? Nope, not really.

                D 1 Reply Last reply
                0
                • R Ralf Quint

                  New around here? Nope, not really.

                  D Offline
                  D Offline
                  dandy72
                  wrote on last edited by
                  #40

                  Barely over a year, yes, you're new. The old timers around here tend to agree - this has been discussed many, many times over. As much as most hate VS, there's really no good replacement for it. And I think you'll find that most developers here focus on Windows and .NET - specifically, C#. And they don't make the mistake of comparing apples with oranges. Calling that bunch "lemmings" will make you rather unpopular, rather quickly around these parts.

                  R 1 Reply Last reply
                  0
                  • D dandy72

                    Barely over a year, yes, you're new. The old timers around here tend to agree - this has been discussed many, many times over. As much as most hate VS, there's really no good replacement for it. And I think you'll find that most developers here focus on Windows and .NET - specifically, C#. And they don't make the mistake of comparing apples with oranges. Calling that bunch "lemmings" will make you rather unpopular, rather quickly around these parts.

                    R Offline
                    R Offline
                    Ralf Quint
                    wrote on last edited by
                    #41

                    dandy72 wrote:

                    Barely over a year, yes, you're new.

                    Well, not sure where you got that info from, but you are certainly wrong. It's more likely around 7 or 8 years. But anyway, if having a different opinion (and practical experience) isn't appreciated by some, oh well, so be it...

                    D 1 Reply Last reply
                    0
                    • R Ralf Quint

                      dandy72 wrote:

                      Barely over a year, yes, you're new.

                      Well, not sure where you got that info from, but you are certainly wrong. It's more likely around 7 or 8 years. But anyway, if having a different opinion (and practical experience) isn't appreciated by some, oh well, so be it...

                      D Offline
                      D Offline
                      dandy72
                      wrote on last edited by
                      #42

                      Ralf Quint wrote:

                      Well, not sure where you got that info from, but you are certainly wrong. It's more likely around 7 or 8 years.

                      Have you changed profiles? Because [yours](https://www.codeproject.com/script/Membership/View.aspx?mid=15683581) says you've only been on since June 22 of last year.

                      Ralf Quint wrote:

                      if having a different opinion (and practical experience) isn't appreciated by some, oh well, so be it..

                      It's not "having different opinion" that gets me, it's someone showing up on a very-much Windows/C#/.NET developer-centric web site, and calling VS users lemmings.

                      R 1 Reply Last reply
                      0
                      • D dandy72

                        Ralf Quint wrote:

                        Well, not sure where you got that info from, but you are certainly wrong. It's more likely around 7 or 8 years.

                        Have you changed profiles? Because [yours](https://www.codeproject.com/script/Membership/View.aspx?mid=15683581) says you've only been on since June 22 of last year.

                        Ralf Quint wrote:

                        if having a different opinion (and practical experience) isn't appreciated by some, oh well, so be it..

                        It's not "having different opinion" that gets me, it's someone showing up on a very-much Windows/C#/.NET developer-centric web site, and calling VS users lemmings.

                        R Offline
                        R Offline
                        Ralf Quint
                        wrote on last edited by
                        #43

                        dandy72 wrote:

                        Have you changed profiles? Because yours says you've only been on since June 22 of last year.

                        The oldest email from the CodeProject's "Daily News" here in my email folder is actually from 08/20/2009. I think I changed the email address once, but even that is several years ago, that's probably the 7 or 8 years that I mentioned before...

                        dandy72 wrote:

                        It's not "having different opinion" that gets me, it's someone showing up on a very-much Windows/C#/.NET developer-centric web site, and calling VS users lemmings.

                        Please go back and see what the OP of this thread is about, programming offline. And that is something that VS is simply unsuited for. If someone insists on using it anyway, because that's the only tool (s)he knows, then I would consider the comparison to lemmings fitting...

                        D 1 Reply Last reply
                        0
                        • R Ralf Quint

                          dandy72 wrote:

                          Have you changed profiles? Because yours says you've only been on since June 22 of last year.

                          The oldest email from the CodeProject's "Daily News" here in my email folder is actually from 08/20/2009. I think I changed the email address once, but even that is several years ago, that's probably the 7 or 8 years that I mentioned before...

                          dandy72 wrote:

                          It's not "having different opinion" that gets me, it's someone showing up on a very-much Windows/C#/.NET developer-centric web site, and calling VS users lemmings.

                          Please go back and see what the OP of this thread is about, programming offline. And that is something that VS is simply unsuited for. If someone insists on using it anyway, because that's the only tool (s)he knows, then I would consider the comparison to lemmings fitting...

                          D Offline
                          D Offline
                          dandy72
                          wrote on last edited by
                          #44

                          My previous response included a link to the details of your profile (the "yours" in "because yours says[...]"

                          Ralf Quint wrote:

                          If someone insists on using it anyway, because that's the only tool (s)he knows, then I would consider the comparison to lemmings fitting...

                          Now you're just being a child. VS has--literally--millions of users, and it's often the *only* tool that will work - for example - with the latest .NET release. You think people will forego its use just because it doesn't work offline as well as it could?

                          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