Can a consumer oriented startup be .NET based?


6

I'm about to join a new startup as their CTO and we need to choose our server software stack. The client side is a mobile application (Android, iPhone, etc.) so the server side exposes an API and little to no UI.

My experience is mainly with the Microsoft stack which is why I'm leaning towards using it for our server development. However, we were told this would be frowned upon by potential valley VCs. We were told to go with "anything open source", such as PHP or RoR.

  • In your experience, is a consumer oriented startup based on Microsoft technologies something frowned upon by VCs?
  • Is the Microsoft option really more expensive given BizSpark and the advantages of a single vendor?

Venture Capital Microsoft

asked Mar 9 '11 at 19:44
Blank
Asaf R
133 points
Get up to $750K in working capital to finance your business: Clarify Capital Business Loans
  • I know as a job-seeker I'd certainly like to see more positions in the .NET world, everything seems to be Java/Python/Ruby which is a little discouraging (out of preference) – Andrew Koester 13 years ago
  • @Andrew Koester - there are over 8000 .NET jobs posted on Dice.com alone. – Jeff O 13 years ago
  • Question is, do .NET engineers require higher upkeep? – Henry The Hengineer 11 years ago

6 Answers


7

I don't think VCs should care about the technology stack you are using too much. Sure, I've heard some of them saying "we think our startups should be using RoR/Python, not Java", but I honestly don't take them too seriously. There are examples of startups using .NET, and Stack Exchange/Stack Overflow is one of them.

I'd say: at the stage when you are ready to talk with VCs, you have already proved you can build the product, run it and can serve a good amount of users. So don't worry about that, just choose a technology you know well.

answered Mar 9 '11 at 21:52
Blank
Filippo Diotalevi
2,573 points
  • I don't think they should care about it, too. Unfortunately, not everyone adhere to what I think, and my problem is showing success stories s.t. my partners are convinced. Can you refer me to such stories (aside from SO)? – Asaf R 13 years ago
  • Sounds like you need new partners. I'm not a .NET person (I'm primarily a JEE guy), but I know that people can build businesses and products with .NET stacks. If you are technically capable, you can get things done with either stack. People who lean too strong towards either stack are just being dogmatic (and possibly not technical enough to get it to work both ways.) What better success story than SO? You need quality, not numbers. Opportunities are not where the crowd gather. Another good example are MS and Apple. They build themselves up w/o using any *conventional wisdom* of the day. – Luis.Espinal 13 years ago

3

If your Microsoft experience means you've been building great apps for the past 5-10 years and you can do one more in your sleep, then stick with it. VC's would be more impressed with that.

Otherwise, consider the licensing fees (SQL Server can get expensive at the Enterprise Level), and the skill sets of developers you can most likely recruit. Are those that have been involved with Open Source projects more willing to join your firm and take stock options over salary?

Are you located in Silicon Valley, have had a previous startup (success is optional), and went to a top ten university? I hear they like that as well. Might as well go all out.

answered Mar 10 '11 at 01:37
Blank
Jeff O
6,169 points
  • I'd like to +1 on the licensing cost. We're using the MSFT stack and we're being VERY careful to architect our solution to use cheap windows licenses (Server 2008 R2 Web) and Sql licenses (Sql Express, $free). We're all .NET people (well I've got LAMP experience), so it was a bit of a no brainer. I'd rather get to market in 3 months vs. 6 because I didn't have to struggle with something else. – Sean 13 years ago

1

Sorry to break it down to you, but it's sounding like they're just using that as an excuse when they might not have any intention to fund you.

Now, given that, going with Microsoft tech for web development is not very smart. Microsoft has failed repeatedly at even being a significant player in the web so why would their tech be any good? In the same way, maybe the reason why so many startups are using RoR et al is because it really is a lot more efficient and cost-effective.

It all falls back to this:

  • You should just build whatever it is you're building. Don't worry about funding and/or technology. Just build it with whatever tech you're comfortable with.
  • Be ready to learn new technology as the business develops. Be willing to refactor. Be ready to even build version 2.0 from scratch in a completely different language/framework.
  • Once 1.0 is built and shipped, tinker with alternative languages and frameworks. Ruby/Rails and Scala or Earlang are good examples of languages that are used together quite a bit within the same app, for different tasks.

Most of all, keep an open mind about what is the most practical solution and what is the best solution. 1.0 should always be the practical. Worry about the "best" (ever-moving target) after you ship and just plan on incremental changes for the life of the code.

Good luck. :)

answered Mar 10 '11 at 03:29
Blank
Levi Figueira
19 points

1

I think you were told bullshit. A VC shouldn't care what you use to build your products, only that you can (and that you have a sensible business plan.)

answered Mar 10 '11 at 00:02
Blank
Luis.Espinal
111 points
  • The question isn't if they should or not. It's about the "effect" of your technology stack in the eyes of potential investors. – Leonardo Herrera 13 years ago

1

You can build anything with .NET. I am a .NET developer. I think the biggest concern is licensing fees and its added cost. If you have many servers as backbone to your business, you will have to consider the costs of license fees for Windows Server, SQL Server.. and the other server software from Microsoft. Maybe that's what VC's might be concerned about.

With a LAMP stack for example these server software are potentially free. Linux, MySQL... etc.

answered Mar 10 '11 at 04:38
Blank
Tony Henrich
283 points

0

I think you could spin the .Net angle to a benefit if you wanted to - there are startups on Microsoft - StackExchange is a prime example!

There's also a Mono angle you could use to reduce server costs and there's plenty of Windows supported database stacks (e.g. MySQL). If you do wanted to, you could also leverage MonoTouch and MonoDroid - and MonoWebOs? - for app development.

To me, the bottom line is that hosting costs are generally not the major determining factor for your Startup - salaries and marketing costs are likely to be the highest factors for at least the first year. After that, if your technical architecture can scale at a cost which will mean the business plan is profitable, then surely that will persuade the investors.

Good luck - and hope you enjoy the new job

answered Mar 10 '11 at 07:51
Blank
Stuart
194 points

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

Venture Capital Microsoft