Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is MonoRail ready for productive usage?

Right now I'm not sure...

like image 292
Stefan Koelle Avatar asked Jan 24 '23 00:01

Stefan Koelle


1 Answers

I'd say yes. I'm using it. I know for a fact that Universal are using it on some of their (thousands of) sites. I will add some caveats, however:

  1. There are serious problems with setting it up, especially if you want to debug into the libraries.
  2. The helper functions favour prototype, as opposed to the more modern jQuery. This is changing rapidly, however.
  3. The documentation is a bit chaotic, again the Castle Team are working on that.

I'm not guaranteeing every last "out-there" feature works, but the point of the system is actually to keep it simple.

Compared to vanilla ASP.NET, it's an absolute joy. I assure you that you won't miss viewstate.

like image 98
Julian Birch Avatar answered Jan 30 '23 00:01

Julian Birch