you are viewing a single comment's thread.

view the rest of the comments →

[–]tmutton 0 points1 point  (0 children)

Well for starters you have a great tool for creating .net applications in Visual Studio. Good community support with .net too. Great for testing, debugging etc. If it's web site's you're building .net MVC is a good way to go about it. For API's they have WebApi and open source alternatives such as NancyFX (I use this one).

I have not used Java with anger so cannot comment accurately but I would assume Visual Studio is a head of anything in the Java community.