| > To echo what others said... Your post doesn't do that. Most other posts name other reasons (potentially legitimate ones), your "it is expensive" justification is inaccurate and doesn't echo most posts here. > Microsoft charged money in multiple areas of the stack: the compiler (VS) cost money, the database (MS SQL Server) cost money, and the operating system (Windows licenses) cost money. The C# compiler is free and OSS. You don't need Visual Studio to use it. In fact many use it with VSCode, VIM, or Notepad++ for $0. You can also pay less money and use Jetbrains' Rider, or 5x commercial users can use Visual Studio Community Edition if you want a fancy IDE. MS Sql is non-free. But not at all part of .Net Framework. So it is off-topic. You can use MySQL, PostgreSql, SQLite, most Cloud database solutions (Azure, AWS, Google Cloud), or whatever you want. Drivers are readily available. You also don't need Windows. .Net Core is available for Linux and MacOS. So if C#/.Net Core + VIM + Linux + MySql is your thing? You can. For $0. Today. This type of misinformation is why people don't look to .Net Core though unfortunately. |
So in the good spirit of acknowledging others who posted similar comments before me, I get nitpicked?!?
- hours before me... look for word "money": https://news.ycombinator.com/item?id=20256086
- hour before me... look for word "budget":: https://news.ycombinator.com/item?id=20256682
- 9 minutes before me... look for word "expensive": https://news.ycombinator.com/item?id=20256765
- 5 minutes before me... look for word "costs": https://news.ycombinator.com/item?id=20256788
>For $0. Today.
Yes I also mentioned that tools are free today. My comment was about how the past has a ripple effect on culture of startups avoiding the Microsoft tech stack. This is still in effect today. I would guess than 90+% of YC startups in 2019 are still not choosing the Microsoft stack. It doesn't matter to those founders that .NET Core and VSCode are free today.