Earlier quoted context omitted.
It is used widely by Apple -- iTunes uses it as well, as does .Mac. It has a few users outside Apple, but as far as I know the number is incredibly small. I'm curious if anyone even thinks about it anymore, its been off the radar screen for a while I think. It is, however, very powerful.
Does anyone know of ANY other users of WebObjects? I can't seem to find any, anywhere.
Ask YC: Are there *any* startups using ASP.NET?
91–100 of 130 posts
Re: Ask YC: Are there *any* startups using ASP.NET?
#92Feel free to crucify me now, but remember that customers don't care what you made it in -- just that it works and brings value to them.
Re: Ask YC: Are there *any* startups using ASP.NET?
#93Earlier quoted context omitted.
No offense, but you clearly have not used both languages. When you consider the platform in addition to the syntax, C# is absolutely nothing like C++. C# is managed, garbage collected, bytecode-based and JITted. Saying C++ and C# are similar is like saying that technically a unicycle and an airplane are the same because they can both help you get somewhere.
Everybody knows that Java is just C++ with the sharp edges taken off. C# is Microsoft's Java-killer. C# and C++ are directly related to each other. It's the same lineage. Where do you think you get the idea of constructors, interfaces, friends, volatile methods, etc? I understand that C# is managed, but how the runtime handles memory allocation to me just isn't the deal-killer you're making it out to be. There's lot'…
Re: Ask YC: Are there *any* startups using ASP.NET?
#94That said, I'm using RoR now. Fast, easy to learn, and an active community.
Re: Ask YC: Are there *any* startups using ASP.NET?
#95I built my entire startup on .NET because I think the feature set is richer, Visual Studio is a great tool, and speed of development is faster. I've done extensive work in PHP and Java in the past and both were much harder to work with IMHO. I also have backend applicatiosn and mobile devices that run versions of the framework, so the entire solution lent itself very well to .NET. I happily paid windows server and SQ…
Fair comment.
Re: Ask YC: Are there *any* startups using ASP.NET?
#96Earlier quoted context omitted.
"If you want something like an animated dancing baby that does different dances depending on your current stock portfolio and can sing out your RSS feeds in different languages..." Hey! How did you find out about my startup idea?
My lawyer says I'm forced to notify you that I own the rights to the dancing-baby-stock-singing-RSS-multilingual device. Of course, you're free to use a chicken.
Re: Ask YC: Are there *any* startups using ASP.NET?
#97Though there are certainly irritations and annoyances, it has worked fine for us.
Re: Ask YC: Are there *any* startups using ASP.NET?
#98Three guys, on three different occasions, said they wanted to go linux or nothing. Note that all of these conversations had nothing to do with the question of whether the business was viable or whether it could turn a profit. On a couple of occasions, we had some really good chemistry and the plan was looking hot. But they were convinced that ANY business idea that ran on .NET was a bad one.
I've never had somebody say it had to be .NET or nothing. I'm not sure what that means, but there it is. It doesn't make much sense to me from a business standpoint.
Re: Ask YC: Are there *any* startups using ASP.NET?
#99Earlier quoted context omitted.
My lawyer says I'm forced to notify you that I own the rights to the dancing-baby-stock-singing-RSS-multilingual device. Of course, you're free to use a chicken.
How about a pigeon?
Also things that rhyme with "slink"
Re: Ask YC: Are there *any* startups using ASP.NET?
#100The biggest issue (and the reason i'm not using it) is vendor lock-in. If the next version of Windows Server requires something crazy or has a massive price hike, you either accept it or have to port your entire system. With Java, I don't have that problem. I can pick and choose the best platforms and technologies for the job. With ASP.NET you're pretty much stuck with the Microsoft ecosystem.
a.) 'Planet Microsoft'. By this, I mean the gravitational pull all MSFT products seem to exert on one another, apparently by design and decree of the marketing department. With open-source stuff, it seems like I can mix-n-match components pretty freely. I can use Django on BSD, or Linux. With MySQL, or PostgreSQL. I can use its built-in templating, or not. With MSFT, it seems like I'd better be using Win2K3+SQL2K5+IIS6+ASP.NET or I'm taking my life in my hands. (And, when upgrade time comes, I better upgrade 'em all, or I'll have problems. And I better upgrade every system or they won't talk to each other.) Presumably MSFT could make its products more standalone, but prefers not to.
b.) Inevitable screwage. I believe MSFT's goal is to establish itself as an unavoidable presence in the IT business (ala the bad old days of DOS) and then use that position to demand money. For the moment, thanks to open standards, they can't do that. I'm not interested in helping them change that by using/endorsing their technology stack.
c.) MSFT MVPs. More generally, MSFT people. With all due respect to any Planet Microsoft hackers hereabouts, there is an enormous lack of perspective found in people who've only used MSFT tools; they tend to think 'One Microsoft Way' is a viable approach to building code, and not just an address. If you're reading this, and that offends you, I hereby acknowledge that there are exceptions, and you're probably one. I don't want to flame anyone, I just want to share an honest reason why I'd prefer to avoid the MSFT stack.