Ask HN: Why is .NET not popular with startups?
11–20 of 99 posts
Re: Ask HN: Why is .NET not popular with startups?
#12In 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…
But it is free though! With .Net Core being Cross platform, I've actually yet to run it on anything else than Linux in production environments! Hosting is the same as any other technology, you just need a host to either run containers or the .Net artifacts directly. Lastly, I think it's unfair to throw SQL server into this comparison, as MySQL and PostgreSQL are perfectly supported with entity framework.
.Net has historically cost money while providing somewhat similar features as open source competitors. Its why MS was forced into open sourcing it. They could not compete anymore.
Re: Ask HN: Why is .NET not popular with startups?
#13Paul 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?
I don't think there's a single factually correct statement in this comment from startups being invented in 2005 to no one succeeding with .Net
Re: Ask HN: Why is .NET not popular with startups?
#14Going back to the question - certainly in the UK it is massively popular. The company i'm at now is mainly .net, but moving to .net core, probably a majority of jobs in my area are using some flavour.
To some extent I think old school .net is holding it back. Core however will get a lot of traction, nobody wants to pay the Windows tax when they don't need to.
Re: Ask HN: Why is .NET not popular with startups?
#15It's slow and closed source. Not being pedantic, it is just super stagnant compared to open source platforms.
Re: Ask HN: Why is .NET not popular with startups?
#16It's slow and closed source. Not being pedantic, it is just super stagnant compared to open source platforms.
Re: Ask HN: Why is .NET not popular with startups?
#17It's slow and closed source. Not being pedantic, it is just super stagnant compared to open source platforms.
Source: Worked for a decade on the .NET stack and for the past few years I've been working on a series of large codebases using Java/Golang/Ruby/Python/the_usual_startup_things. Got my taste of both, still miss C# as a language. I would call Java the most 'stagnant'.
Re: Ask HN: Why is .NET not popular with startups?
#18Paul 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?
#19I'm a Linux guy - but have to say .net core has impressed me. Going back to the question - certainly in the UK it is massively popular. The company i'm at now is mainly .net, but moving to .net core, probably a majority of jobs in my area are using some flavour. To some extent I think old school .net is holding it back. Core however will get a lot of traction, nobody wants to pay the Windows tax when they don't need…
Re: Ask HN: Why is .NET not popular with startups?
#20It's slow and closed source. Not being pedantic, it is just super stagnant compared to open source platforms.