I still use windows because of Visual Studio.
-
I still use windows because of Visual Studio. I used to use Mac OSX because of XCode and I honestly don't understand people today who still use Windows or Mac for anything other than Development.
If there was an alternative to Visual Studio for Linux I wouldn't think twice.
-
I still use windows because of Visual Studio. I used to use Mac OSX because of XCode and I honestly don't understand people today who still use Windows or Mac for anything other than Development.
If there was an alternative to Visual Studio for Linux I wouldn't think twice.
Visual Studio is a relic of the past. Does anyone still use it?
-
I still use windows because of Visual Studio. I used to use Mac OSX because of XCode and I honestly don't understand people today who still use Windows or Mac for anything other than Development.
If there was an alternative to Visual Studio for Linux I wouldn't think twice.
The only thing I really miss about visual studio is the automatic profiler. Everything else just felt archaic, bloated, slow, and unintuitive. Adding one line in cmake often does the same thing as clicking through five submenus which never once got updated since 2012.
-
Visual Studio is a relic of the past. Does anyone still use it?
This question is a comment to its answer
-
I still use windows because of Visual Studio. I used to use Mac OSX because of XCode and I honestly don't understand people today who still use Windows or Mac for anything other than Development.
If there was an alternative to Visual Studio for Linux I wouldn't think twice.
People who use windows or Mac for anything but development do so for the same reasons as you, they are locked into some features. For example, at home I need a local music library manager with local sync to my phone music app and smart playlists. Mac is still the only platform with this.
At work I need MS exchange integration and all the features of native office. Even the Mac version isn't good enough for my workflow.
My only hope would be to turn to emulators or something like that, but at that point I'm not really running Linux anyway. I'm just running something else in a container inside Linux.
-
I still use windows because of Visual Studio. I used to use Mac OSX because of XCode and I honestly don't understand people today who still use Windows or Mac for anything other than Development.
If there was an alternative to Visual Studio for Linux I wouldn't think twice.
In short, you want a .Net developement platform for Linux? And i assume something like VScode is not enough? The thing with .exe compilers in Linux ususally using Mingw/Msys2 because MS having their own proprietary compiler thing?
-
People who use windows or Mac for anything but development do so for the same reasons as you, they are locked into some features. For example, at home I need a local music library manager with local sync to my phone music app and smart playlists. Mac is still the only platform with this.
At work I need MS exchange integration and all the features of native office. Even the Mac version isn't good enough for my workflow.
My only hope would be to turn to emulators or something like that, but at that point I'm not really running Linux anyway. I'm just running something else in a container inside Linux.
MPD works pretty well for the music thing, and, I don't know if this is would be an option for you, but I programmed my own smart-paylist-generator in rust as a hobby project to get control of my 500Gb (around 10,000 100% legally acquired tracks cough, cough) library. The additional control over the algo meant I got something that works waaaay better than pretty much anything else I've tried (including Spotify suggestions, etc. — the only thing I still use is Bandcamp for new artist suggestions); if you have the time, I highly recommend a homemade solution like that. It is a lot of work though.
-
MPD works pretty well for the music thing, and, I don't know if this is would be an option for you, but I programmed my own smart-paylist-generator in rust as a hobby project to get control of my 500Gb (around 10,000 100% legally acquired tracks cough, cough) library. The additional control over the algo meant I got something that works waaaay better than pretty much anything else I've tried (including Spotify suggestions, etc. — the only thing I still use is Bandcamp for new artist suggestions); if you have the time, I highly recommend a homemade solution like that. It is a lot of work though.
Can you send me the details on your smart playlist generator? What does it do, comb the music and create a static playlist from the library music based on defined parameters?
As far as I can tell from an initial look, MPD doesn't have local playback and sync which are the main features I'm looking for. Does MPD have a mobile app that I can locally sync the whole library to?
-
I still use windows because of Visual Studio. I used to use Mac OSX because of XCode and I honestly don't understand people today who still use Windows or Mac for anything other than Development.
If there was an alternative to Visual Studio for Linux I wouldn't think twice.
Without knowing what you are working on in Visual Studio, I would suggest checking out Jetbrains IDEs. I've used Rider for .NET quite successfully, and most of their other IDEs. I havent spent nearly as much time with CLion, but its supposed to be good. I haven't used VS since like 2015, so I really don't know how they compare these days. But I also haven't missed it.
-
I still use windows because of Visual Studio. I used to use Mac OSX because of XCode and I honestly don't understand people today who still use Windows or Mac for anything other than Development.
If there was an alternative to Visual Studio for Linux I wouldn't think twice.
If it's for C#, I'm doing pretty well with VSCode/VSCodium on Linux.
WPF and Forms does not work but I also have a Rider license from work which I use occasionally to maintain one of our old WPF applications, which we converted to Avalonia XPF. It works great and we now also have a Mac and Linux version.