What are you thoughts as to why .NET hasn't taken off at startups?
Ask HN: Why is .NET not popular with startups?
1–10 of 99 posts
Re: Ask HN: Why is .NET not popular with startups?
#2Some of that is changing - the developer tooling is getting free/cheap - but the rest of the stack (OS, hosting, database) still isn't free. (I know, the MS folks are going to say SQL Server Express Edition is free, but you rarely run a startup on that.)
Re: Ask HN: Why is .NET not popular with startups?
#3Re: Ask HN: Why is .NET not popular with startups?
#4That's the problem with most .NET developers. They were fed straight from the MS spoon with blinders on, and never wondered what is out there. But to label oneself as a "I'm a .NET dev", and yet you don't know that there is another language besides VB/C# it's just sad.
But now that MSFT has turned things around, hopefully the F# community can get a bigger spotlight and bring a change about.
Re: Ask HN: Why is .NET not popular with startups?
#5I guess there's only really a place for one strongly typed language.
Re: Ask HN: Why is .NET not popular with startups?
#6Most startups are trying to build products with a low budget overhead and previously that was a lot harder to do in the .NET ecosystem.
Re: Ask HN: Why is .NET not popular with startups?
#7In the past, it's been about budgets: Microsoft has an aura of money about it. The OS cost money, the good developer tools cost money, the database cost (a lot of) money. Startups are by definition cash-strapped. Some of that is changing - the developer tooling is getting free/cheap - but the rest of the stack (OS, hosting, database) still isn't free. (I know, the MS folks are going to say SQL Server Express Edition…
Re: Ask HN: Why is .NET not popular with startups?
#8Update : forgot to mention. We use C# as the language.
Re: Ask HN: Why is .NET not popular with startups?
#9Paul Graham effectively invented startups as we know them. Back in about 2005 already, he just gave a piece of advice: everyone who tried to build using Microsoft technologies, failed. Maybe enough people listened?
Re: Ask HN: Why is .NET not popular with startups?
#10But, yeah, as other posters have mentioned, it comes down to budget. In the past .NET was expensive to use and created a lot of vendor lock-in. That's currently changing and I imagine you'll see more startups using .NET in the future.