Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tired of ASP.NET, which of the following should I learn and why?

Which of the following technology is easy to learn and fun for developing a website? If you could only pick one which would it be and why

  • Clojure/Compojure+Ring/Moustache+Ring
  • Groovy/Grails
  • Python/Django
  • Ruby/Rails
  • Turbogear
  • Cappuccino or Sproutcore
  • Javascript/jQuery
like image 935
prodev42 Avatar asked Mar 18 '09 04:03

prodev42


2 Answers

Have you tried ASP.NET MVC? It is actually very different to ASP.NET (vanilla), but retains your knowledge of the .NET framework. Most people wouldn't look back...

With the view based on your html (rather than whatever the controls decide to emit), it is also ideally placed to work alongside jQuery (it is even installed in the default project template) for all your dhtml/ajax needs.

Resources:

  • ASP.NET MVC in Action
  • jQuery in Action
like image 185
Marc Gravell Avatar answered Oct 23 '22 01:10

Marc Gravell


Have you considered turning off the computer and going outside instead?

Remember to wear pants!

like image 39
Steven A. Lowe Avatar answered Oct 23 '22 00:10

Steven A. Lowe