Hacker News new | ask | show | jobs
by spobo 5069 days ago
A lot would argue that it's a horribly cluttered and slow IDE. People who love VIM will definitely not like Visual Studio.

That said, since the last few years Microsoft has really been on top of their game. Their latest frameworks are easy to grasp and perform very well. C# is also not too verbose and on top of that they are starting to push open-source with initiatives like codeplex and NuGet. In their MVC Framework they even push jQuery and they are core contributors to it. They recently released their WebAPI wich is a pretty smooth way to create a REST-ful JSON/XML API.

It's definitely not a bad choice. Especially if your developers have already mastered it.

It might not be hip (yet) but it's definitely solid. Although still lagging behind after the trendsetters (Ruby community imo).

2 comments

Isn't comparing VIM to VS like comparing apples and oranges? One is a text editor (although highly advanced) and one is an IDE. Would a VIM guy consider any IDE seriously?
If I were going to do .Net on windows, I'd probably use Visual Studio. The last time I used it was about 10 years ago, and I found that it didn't get in my way. Not having VI controls in the buffer editor would probably drive me crazy but I'm adaptable.

I'd still be installing vim on my windows box, but when in Rome...

Great reply, I fully agree with it.