Most active commenters
  • ebbv(6)

←back to thread

535 points raddad | 15 comments | | HN request time: 0.002s | source | bottom
Show context
typon ◴[] No.11389194[source]
This might be the most exciting news I've heard in a long time. Being able to use Visual Studio and .NET for web development while using zsh and all the other Linux tools? Dreamland.
replies(3): >>11389261 #>>11389399 #>>11389628 #
ebbv ◴[] No.11389261[source]
Different strokes.. that sounds like an absolute nightmare to me. .NET is not a good web development framework, and Visual Studio is totally overkill for web development.
replies(3): >>11389278 #>>11389431 #>>11389600 #
alimbada ◴[] No.11389278[source]
I'd like to know what kind of web applications you've built and what tech stack you've used for them for you to make such an uninformed statement like that.
replies(2): >>11389334 #>>11391390 #
1. ebbv ◴[] No.11389334[source]
I'm not really interested in posting my CV to HN. Suffice to say I've been the lead web developer at several companies and have been doing that for ~13 years now. I've used all the popular web development languages, and written everything from small applications to web sites with hundreds of thousands of users.

I personally think .NET is much worse than any of the more common web languages (even PHP or Perl) for the web. If I were writing a Windows application then I'd probably write it in .NET using Visual Studio, but not a web application.

As I said in my original comment "Different strokes.", you may like .NET. That's fine. It might be the right choice for you and the wrong one for me. I was more commenting that it was amazing to me that someone would think it was awesome because it sounds like the complete opposite to me.

I guess I should have asked what you find compelling about writing web applications in .NET.

replies(4): >>11389357 #>>11389382 #>>11389589 #>>11390875 #
2. 0xFFC ◴[] No.11389357[source]
I think technical reason is much better than bringing up your CV.
replies(1): >>11389387 #
3. hudo ◴[] No.11389382[source]
I would like hear arguments, what you don't like particularly? I'm not saying .net is the best web dev platform, not at all, but i wouldn't say it's worse than most. It has it's own set of pros/cons, like every other, but generally, to me it looks quite decent, despite heavyweight VS/IIS, which is another story. Looking at mvc, rest, looks pretty much like any other modern dev stack:/
replies(1): >>11389414 #
4. ebbv ◴[] No.11389387[source]
Hey read the comment I was responding to. He asked for my CV, that's why I responded like that.

.NET is overkill for web application development, IMHO. But I tend to eschew large frameworks in general. YMMV.

5. ebbv ◴[] No.11389414[source]
It has a reasonable MVC model, it mostly boils down to it's just way overkill. Using t for web development to me is like using a 27 foot truck to get groceries. The beauty, to me, of even "large" web applications is that they can still be light weight.
replies(2): >>11389445 #>>11389787 #
6. Someone1234 ◴[] No.11389445{3}[source]
What is "overkill?" The framework? The language? The UI? The CLR?

I have issues with Microsoft's MVC (mostly that there is no official way of splitting it across several solutions and keeping working routing) but I've never found it overkill for enterprise-style webapp development.

We used MVC/Entity Framework. It works well as a RAD for the backend with full HTML/CSS/JS for the front end that we can get creative with. Reminds me a lot of Java development.

replies(1): >>11389505 #
7. ebbv ◴[] No.11389505{4}[source]
Visual Studio is overkill for web development IMHO (and again, different strokes. I know some people like to write PHP in Eclipse.)

The MVC model itself is not overkill, sorry that sentence was not clear. I should know better than make contentious comments on HN that are going to spawn a bunch of aggressive responses when I'm trying to start my day.

replies(4): >>11389734 #>>11389735 #>>11389770 #>>11391889 #
8. nbevans ◴[] No.11389589[source]
Being stuck in "lead web developer" roles for 13 years probably rules you out of being an influencer though.
replies(1): >>11396736 #
9. Delmania ◴[] No.11389734{5}[source]
Making contentious comments is fine, the problem is you have to back them up with anything solid. The basis of your argument is that Visual Studio is overkill for writing web applications. That has nothing to do with ASP.NET and more to do with the desire for simpler developer environment. This can be solved by using VSCode, or setting up Omnisharp for the various text editors out there.

You have not given any solid technical reason as to why ASP.NET is a bad framework. In my experiences, it's more or less as capable as Ruby on Rails, Clojure, Java, etc. You've stated it's overkill, meaning what exactly? Are you even aware of the changes being made to ASP.NET vNext? The dotnet cli tool? The only complaint you seem to have is that the tight coupling of ASP.NET to various Windows platforms is a little much for people who are used to Go or RoR.

10. kuma4 ◴[] No.11389735{5}[source]
ASP.NET MVC Frawmework is the most popular web framework in dotnet. I think you don't know well about dotnet.
11. marvy ◴[] No.11389770{5}[source]
Ok, so it sounds like you're objecting to Visual Studio, not to .net itself. Or not quite?
12. hudo ◴[] No.11389787{3}[source]
That's true, MVC and Webapi can do everything, like Rails, all functionalities you need and don't need are inside. Most .net devs are expecting that, compared to node devs where they would have everything splited into small packages. One fx was designed in 2000, when that made sense, other one in 2010 ...

But, you don't have to use mvc; there's Nancy or low-level Owin. So why do people complain about MVC when there are other choices? Certainly not like in other platforms, but at least few good ones exists! Why judge whole platform because of one fx?

Similar like EF or Nhibernate. They are big and heavy and very slow if not used properly, but also there's Dapper, massive or simpleData.

13. swalsh ◴[] No.11390875[source]
I'm guessing its been a few years since you've touched web development in .NET? A lot has changed...
14. deadcast ◴[] No.11391889{5}[source]
You still have not provided any specific reasons for "why" you believe Visual Studio/.NET is overkill for web development. I would like to actually know because I am curious.
15. ebbv ◴[] No.11396736[source]
I'm not interested in being a manager, executive or a founder. I've had opportunities and pass. I like being a developer. It's not stuck.

As far as being an "influencer"; do you see any links on my profile? Again, that's something other people find appealing, not me.