What's the best way to move to linux from windows for web development ?

Posted by rajesh pillai on Programmers See other posts from Programmers or by rajesh pillai
Published on 2010-12-28T08:27:21Z Indexed on 2010/12/28 21:58 UTC
Read the original article Hit count: 290

Filed under:
|

I am primarily a programmer developing on windows based OS using c# as my primary language. I am evaluating Ubuntu Linux as an alternate platform and would like to know the best stack for doing web development on this.

I had gone through the following thread Moving development from Windows to Linux but it doesn't answer my questions fully.

Some of the points I am interested are outlined below

  • PHP/Ruby/Python (What would you recommend?)
  • Is Mono mature enough for any large scale development? Has anyone any real experience using Mono.
  • IDE (including debugging support, intellisense, source control integration,Unit testing)
  • Unit testing framework based on the language recommended
  • Web framework if any.
  • Load Testing tools
  • Web server (I know there are many webservers, but would like to know which one is primarily used by most people)

Your inputs is greatly appreciated.

Thanks.

© Programmers or respective owner

Related posts about linux

Related posts about web-development