Click here to Skip to main content
15,887,027 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: In-place OS upgrade - Linux vs Windows Pin
dandy7218-Oct-23 3:35
dandy7218-Oct-23 3:35 
GeneralRe: In-place OS upgrade - Linux vs Windows Pin
Clumpco17-Oct-23 23:55
Clumpco17-Oct-23 23:55 
GeneralRe: In-place OS upgrade - Linux vs Windows Pin
Ralf Quint18-Oct-23 9:48
Ralf Quint18-Oct-23 9:48 
GeneralRe: In-place OS upgrade - Linux vs Windows Pin
AAC Tech18-Oct-23 19:31
professionalAAC Tech18-Oct-23 19:31 
GeneralRe: In-place OS upgrade - Linux vs Windows Pin
dandy7219-Oct-23 8:29
dandy7219-Oct-23 8:29 
GeneralRe: In-place OS upgrade - Linux vs Windows Pin
Kate-X25718-Oct-23 23:11
Kate-X25718-Oct-23 23:11 
GeneralRe: In-place OS upgrade - Linux vs Windows Pin
dandy7219-Oct-23 8:32
dandy7219-Oct-23 8:32 
GeneralVisual Studio 2022 offline Pin
JudyL_MD17-Oct-23 3:05
JudyL_MD17-Oct-23 3:05 
I work on an air-gapped development network. Every year or so, I go out and spend a week or so on an internet connected machine and download Visual Studio and Android Studio and all the bits and pieces required for those products and the libraries they want to download to support our projects. Copy all that onto DVDs and transfer it to the air-gap and setup some scripts to install it all. Yes, it is a colossal PITA but it's what I've got to do for my work environment. VS has been getting worse each release as Microsoft ignores their offline developers more and more. If you need all those damn NuGet packages to do the most basic development actions like unit tests, include the *&(^# things in the offline packages! ... Okay, rant over.

Android Studio hasn't gotten worse, its process has been the same for years now ... run it online then bundle up the repository cache and take that offline.

I'm getting ready to do the big nasty for this year, and my question deals with Visual Studio. Currently, we have 2019 (with about half the major components), on the air-gap network with all current patches applied. I'm soliciting opinions on:

- how much more does 2022 want to access the internet in its normal course of operations, once you have all components for your project on the local machine? For reference, 2019 works fine with no delays trying to access the internet to do "other stuff" or look for updates or phone home.

- is it worth it to upgrade to 2022?
We have a suite of .NET Framework 4.7.2 WinForms applications, along with both C and C++ programs. No web and no database ... although I can see some small local DB stuff coming. This questions only applies if we stick with NET Framework. We're thinking about migrating to .NET 7 (whatever the current version is), which will force us to upgrade and render this question moot.

- how easy is it to set up a local NuGet server with just those packages put out by Microsoft, and maybe a few other select sources?
We are excessively paranoid about third party stuff here, so don't really use much that we can't get the source for and compile ourselves, so I'm not talking all those random open source packages that are out there. Yes, I know MS isn't qualitatively better, but my overlords are much happier if I can point to them, or some other recognized corporate purveyor of SW tools, as the source of a binary.

Data is transferred the old fashioned sneaker-net way, using DVDs. Having 10s of them is not a problem, but having 100s is.

Also, don't suggest creating a VM on the internet side and then transferring that VM to the air-gap side. This one is a NO for non-negotiable reasons; please don't ask what they are and don't try to argue why this should be an option.

Thanks in advance for your thoughts.
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

GeneralRe: Visual Studio 2022 offline Pin
0x01AA17-Oct-23 3:41
mve0x01AA17-Oct-23 3:41 
GeneralRe: Visual Studio 2022 offline Pin
JudyL_MD17-Oct-23 3:50
JudyL_MD17-Oct-23 3:50 
GeneralRe: Visual Studio 2022 offline Pin
milo-xml18-Oct-23 2:31
professionalmilo-xml18-Oct-23 2:31 
GeneralRe: Visual Studio 2022 offline PinPopular
dandy7217-Oct-23 4:07
dandy7217-Oct-23 4:07 
GeneralRe: Visual Studio 2022 offline Pin
Daniel Pfeffer17-Oct-23 4:17
professionalDaniel Pfeffer17-Oct-23 4:17 
GeneralRe: Visual Studio 2022 offline Pin
dandy7217-Oct-23 4:52
dandy7217-Oct-23 4:52 
GeneralRe: Visual Studio 2022 offline Pin
Daniel Pfeffer17-Oct-23 10:43
professionalDaniel Pfeffer17-Oct-23 10:43 
GeneralRe: Visual Studio 2022 offline Pin
JudyL_MD17-Oct-23 4:30
JudyL_MD17-Oct-23 4:30 
GeneralRe: Visual Studio 2022 offline Pin
dandy7217-Oct-23 4:45
dandy7217-Oct-23 4:45 
GeneralRe: Visual Studio 2022 offline Pin
JudyL_MD17-Oct-23 4:50
JudyL_MD17-Oct-23 4:50 
GeneralRe: Visual Studio 2022 offline Pin
dandy7217-Oct-23 4:54
dandy7217-Oct-23 4:54 
GeneralRe: Visual Studio 2022 offline Pin
Andreas Mertens18-Oct-23 18:08
professionalAndreas Mertens18-Oct-23 18:08 
GeneralRe: Visual Studio 2022 offline Pin
tcruse19-Oct-23 6:03
professionaltcruse19-Oct-23 6:03 
GeneralRe: Visual Studio 2022 offline Pin
Ralf Quint18-Oct-23 10:51
Ralf Quint18-Oct-23 10:51 
GeneralRe: Visual Studio 2022 offline Pin
dandy7219-Oct-23 8:18
dandy7219-Oct-23 8:18 
GeneralRe: Visual Studio 2022 offline Pin
Ralf Quint25-Oct-23 18:14
Ralf Quint25-Oct-23 18:14 
GeneralRe: Visual Studio 2022 offline Pin
dandy7226-Oct-23 3:00
dandy7226-Oct-23 3:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.