Why I Moved Away From Microsoft ASP.NET
31–40 of 110 posts
Re: Why I Moved Away From Microsoft ASP.NET
#32Earlier quoted context omitted.
Couldn't agree more. If you want to develop in cutting edge technologies for your weeks-old startup then code away and enjoy living on the edge (with all of it's pros and cons). But almost everything else (not just enterprise) lags behind and for good (many) reason(s). I work for clients and while I'm tempted to offer new technologies, I'm aware that this client will be using this tool for years, most likely as-is. S…
There's a difference between using a brand-new Node.JS framework that's barely out of alpha and using Rails/Django/etc which whilst fairly new are proven to be stable and reliable, and are in use at big organisations.
So the business owner relies on the tech provider who hopefully isn't in a full on romance with the newest framework/language just because it's new.
Re: Why I Moved Away From Microsoft ASP.NET
#33> The vast majority of .NET projects involve working with giant, monolithic, boring, poorly written, legacy “enterprise” products. These products always seem to be 4-8 years old and 2-3 major platform releases behind the current .NET framework To be fair this can be said for pretty much any project written in pretty much any language or framework.
People should focus on integration between components - the argument between language and frameworks died many years ago.
Re: Why I Moved Away From Microsoft ASP.NET
#34The VS MVC templates in vs 2013, come with bootstrap preinstalled which shows the general direction they're going in now.
Re: Why I Moved Away From Microsoft ASP.NET
#35Cached version: http://webcache.googleusercontent.com/search?q=cache:http://...
Re: Why I Moved Away From Microsoft ASP.NET
#36Re: Why I Moved Away From Microsoft ASP.NET
#37> Why I Moved Away From Microsoft ASP.NET Because its almost 2014?
That's the common reason people* move to/away from various technologies. * under 25
Re: Why I Moved Away From Microsoft ASP.NET
#38Re: Why I Moved Away From Microsoft ASP.NET
#39I miss C# something rotten. It's such a great language, and I miss being able to use stuff like LINQ every day. But the community just isn't here - everyone is working on huge-scale corporate projects, and comparatively few are working on great stuff like Nancy.fx (a lightweight web MVC framework). That said, I bought a license for MonoTouch, and I'm hoping that I'll be able to use C# for cool stuff in the future. Ju…
Re: Why I Moved Away From Microsoft ASP.NET
#40Tried reading this but the site was down... ironically. I've been developing the .NET stack for 10 years now and would have to say straight ASP.NET is the easiest way to add the most horrible amount of bloat to your pages and bring about horrible performance. My gut feel is that it was made to allow application developers to build intranet sites without having to worry about the stateless nature of HTTP. The result w…
I also made the switch to ASP.NET MVC and can't imagine ever going back to ASP.NET. The unbelievable clean HTML you get, full control over rendering and rapid development is just phenomenal.
Most of the anti-Microsoft comments I see on HN are of the "but VB6 is terrible!" and "ASP.NET stinks!" variety from people that stopped looking at Microsoft development tools over a decade ago and are still comparing those old tools to their modern competitors.