Why Startups Could Use .NET, But Don’t
piehead.com
Why Startups Could Use .NET, But Don’t
1–10 of 103 posts
Re: Why Startups Could Use .NET, But Don’t
#2Ding ding ding, we have a winner. It's more about which tribe you want to belong to than anything these days.
Re: Why Startups Could Use .NET, But Don’t
#3But I do believe is cultural. We are building a start-up with several pieces of the service in .Net. And it has been extremely fast for us development wise. We are a team of multidisciplinary developers, and we decided to go with .Net for so many reasons; one of them was speed of development and speed of execution. And it has been great so far.
The weird thing is that we are considering using other technologies for specific problems, like C low level execution, but Ruby hasn't yet been found needed; at least not yet.
We believe that as a developer solving a problem we must choose the best tool for the job, and we believe culturally that is what should be promoted. Ruby, Python, PHP, Asp.Net, C#, Java, C++, Lisp, etc. They are only tools to achieve a goal.
Startups should strive to be problem solvers, not technology evangelists.
Re: Why Startups Could Use .NET, But Don’t
#4The culture is so important lately, that it is not only .Net Framework that is getting neglected, also Java. It seems start-ups feel that working with Ruby, Python or PHP is the best way to go for every problem. But I do believe is cultural. We are building a start-up with several pieces of the service in .Net. And it has been extremely fast for us development wise. We are a team of multidisciplinary developers, and…
A lot of people who like *nix are precluded from it, without some sort of major workflow change. After getting excited about OSS languages, it's hard to just dump that and go full-stack Microsoft. Hell, a place I just interviewed at literally has everything through Microsoft that's feasible. IIS to the damn mice. And SourceSafe.
Re: Why Startups Could Use .NET, But Don’t
#5And we use .Net for our startup :)
Re: Why Startups Could Use .NET, But Don’t
#6"The real reason startups don’t use .NET is based more on culture than technology." Ding ding ding, we have a winner. It's more about which tribe you want to belong to than anything these days.
I ultimately switched to Python not because I wanted to be part of the cabal of Pythonistas (which I frankly believe is much less 'cool' than Ruby), but because it has exceptional platform coverage, is highly readable - solving a problem I've had working with teams or with old code, and is easy to get up to speed in. Mainly though, it allows me to run my code in the cheapest way possible, and scale for pennies on the dollar compared to .Net.
I love Visual Studio, and I'm more than happy to write .Net code (though I haven't done it in awhile,) but I won't for my personal projects because the resulting product is prohibitively more expensive to run and operate than one built in a variety of other languages.
Re: Why Startups Could Use .NET, But Don’t
#7Re: Why Startups Could Use .NET, But Don’t
#8Re: Why Startups Could Use .NET, But Don’t
#9I do agree that programmers should be generalists so they can quickly adapt to new languages and frameworks.
Re: Why Startups Could Use .NET, But Don’t
#10Dupe from 7 Months ago - http://news.ycombinator.com/item?id=2557461 And we use .Net for our startup :)