5 ms·
It's a stretch to say that nobody pays for C#. A commercial Visual Studio license sure isn't free, and depending on what you're making you're at a big disadvant
by codebolt 4y ago
It's a stretch to say that nobody pays for C#. A commercial Visual Studio license sure isn't free, and depending on what you're making you're at a big disadvantage without one.
- GABeech 4y agoRight, you're not paying for C# you're paying for an IDE. You don't need VS to use C#. Especially now with Roslyn a the c# language server a lot of other IDEs can do a lot of the same things VS can do.
- codebolt 4y agoAnd if you're working on open source/non-commercially, the free community edition is also a good option.
- giaour 4y agoIndie devs and small businesses (<5 installs) can use the community edition for commercial purposes, too. I use VS Code & the C# extension most of the time, and that's free as in beer for use by anybody.
- charles_f 4y agoThe same way that js isn't free because you need webstorm or an aws account to deploy a node app? That argument is a stretch too.