Ask HN: what is wrong with asp.net?
1–10 of 15 posts
Re: Ask HN: what is wrong with asp.net?
#2Re: Ask HN: what is wrong with asp.net?
#3I think hosting cost is the biggest issue, especially if you reach a point where you need to balance load across many servers. There is also the cost ofthe development tools, although I think MS has some programs that allow you to get Visual Studio .NET for free or for minimal cost. Other than that, I think there is just a huge bias against the MS stack in the "hacker" (yes, ironic quotes) community. Having worked wi…
Re: Ask HN: what is wrong with asp.net?
#4If not however, ASP.NET is simply the wrong tool.
Re: Ask HN: what is wrong with asp.net?
#5I think hosting cost is the biggest issue, especially if you reach a point where you need to balance load across many servers. There is also the cost ofthe development tools, although I think MS has some programs that allow you to get Visual Studio .NET for free or for minimal cost. Other than that, I think there is just a huge bias against the MS stack in the "hacker" (yes, ironic quotes) community. Having worked wi…
Re: Ask HN: what is wrong with asp.net?
#6Re: Ask HN: what is wrong with asp.net?
#7The downside as I see it is what I call the "upgrade treadmill" imposed (I assume) by the MS Marketing types - you will be pushed ever onwards once you start down this road. My corporate customers seem happy with that and we have built some great interactive web sites that scale well but it is a factor that you might like to take into account.
Re: Ask HN: what is wrong with asp.net?
#8Why use it when you can use good, free, robust/reliable, open-source tools to do the same things?
While ASP.NET in its out-of-the-box form may be a bit daunting at times, since it follows nearly the same development model (viz event wireups, binded controls etc) as with developing software apps. But ASP.NET MVC is an upcoming alternate model that is quite flexible and more appealing for web development.
Having worked with MS tools for over a decade I can easily say that the .NET IDE's have only gotten better, more usable and powerful, whether its Visual Studio Express (free) or SharpDevelop (open source).
Re: Ask HN: what is wrong with asp.net?
#9Re: Ask HN: what is wrong with asp.net?
#10Nothing is wrong with ASP.NET if your problem is building websites the same way you build Windows desktop apps . If not however, ASP.NET is simply the wrong tool.