TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Any Successful Startups using Microsoft Dotnet Stack?

12 点作者 kloc大约 15 年前
I am going to start a personal web project and professionally I am an Asp.Net(MVC) programmer. I have been trying Django which is nice and want to learn and use it. But sometimes I am too inclined to just start using Asp.net MVC. Obvious benefits to use are: 1) I am well versed in Asp.net (MVC) and Dotnet framework. 2) I have MSDN license so access to all MS tools. 3) Visual Studio is an awesome IDE. Some reasons not to use: 1) MS lock in. 2) Expensive hosting(??). 3) Not so cool :)

11 条评论

byoung2大约 15 年前
The costs of Windows hosting has come down a lot over the years, so it's not the hosting costs that will kill you. More likely, it will be the expense of hiring additional .NET developers. The company I work for runs 200+ sites (most through acquisition), and when we inherit a new site that's not LAMP, it's not long before we migrate it to LAMP, just because it's cheaper to maintain. We have a handful of .NET sites, and a few Ruby sites, and I'd bet that the salary of the 4 or 5 guys who work on those sites is more than the combined salary of the other 50 PHP devs.<p>That said, if you can get the project profitable enough on your own, maybe you can afford to hire additional .NET devs.
评论 #1259531 未加载
评论 #1259310 未加载
vaidhy大约 15 年前
FWIW, the reason I choose Django for my latest project is the admin. For a lot of internal facing stuff, I am running it off the admin framework and it has saved me a lot of time from writing html and JS template/code. I do not know much about .NET.. but if there is such a functionality, I would suggest got for it. What you know is going to make you more productive.
GotToStartup大约 15 年前
This seems like a great opportunity to learn a new language, framework and IDE. Visual Studio is an awesome IDE but it's always valuable to learn something different and be able to integrate that in your day job. To answer your question, a successful site that keeps popping up that uses asp .Net MVC and the Microsoft stack would be StackOverflow.com
评论 #1259315 未加载
samuel大约 15 年前
What means "personal"? Do you do it mainly for the fun or for the money? If it's the second, it's a no brainer. Use the tools you know and focus on you problem domain.<p>If its an experiment or an exploratory project, well, use whatever appeals to you.
评论 #1262633 未加载
csomar大约 15 年前
So far what I knew are StackOverFlow.com and PlentyOfFish.com<p>1- The stackoverflow engine is a great example. Also you have the power of SilverLight, if you want to make your application interactive.<p>2- You are not really locked in, you should just pay the server licenses. Expensive, but that's the price you pay for using MS products. Read Jeff Articles about StackOverFlow, they have mentioned licensing and its matters.<p>3- Not So Cool? You already said, it has an awesome IDE?
dotBen大约 15 年前
To answer your original question, look at Microsoft BizSpark which is a program from MS to encourage startups to use the .NET stack. Plenty of companies that have been successful with it.<p>But I wouldn't pick it unless there is a large pool of .net talent you can pick into - as startups I have worked with here in the US who have been .net based have found it hard to hire top-quality folk into a .net stack.
kobs大约 15 年前
Writely (<a href="http://en.wikipedia.org/wiki/Writely#History" rel="nofollow">http://en.wikipedia.org/wiki/Writely#History</a>), one of the precursors to Google Docs, was written using the .NET stack. <a href="http://scobleizer.com/2006/03/09/congrats-to-writely-for-using-net-to-get-acquired-by-google/" rel="nofollow">http://scobleizer.com/2006/03/09/congrats-to-writely-for-usi...</a>
samratjp大约 15 年前
A better question would be whether if .NET is the right tool set for the scope of your project not if a YC startup is using it?<p>If you are looking to explore and are open to learning further, by all means, jump into Django. On the other hand, if .NET access is no problem to you and your collaborators and that it fits your problem scope, go forth.
评论 #1259381 未加载
primemod3大约 15 年前
<a href="http://www.ubernote.com" rel="nofollow">http://www.ubernote.com</a> uses ASP.NET, although it doesn't use MVC.
nreece大约 15 年前
We use ASP.NET at Feedity - <a href="http://feedity.com" rel="nofollow">http://feedity.com</a><p>Drop me a message if you would like to know more about ASP.NET in the production environment, automated build/deployment, affordable hosting options etc.
mailarchis大约 15 年前
plentyoffish comes to mind..but am not sure if they use any MVC framework