Can Castle Monorail and ASP.NET MVC coexist in the same project?
Posted
by
Matthew
on Stack Overflow
See other posts from Stack Overflow
or by Matthew
Published on 2011-01-04T17:50:54Z
Indexed on
2011/01/04
17:54 UTC
Read the original article
Hit count: 507
I have a large Monorail project that we have decided we are going to move over to ASP.NET MVC. Most of the underlying system will likely be reusable, but the Controllers will of course have to be rewritten, and proabably at least some of the views.
It strikes me that a low risk avenue for this is gradually convert well defined sections of the system to MVC, and perhaps as MVCContrib Portable Areas. Does anyone know if there are any non-obvious gotchas that I am likely to run into with this approach?
Thanks for your input, Matthew
© Stack Overflow or respective owner