문제

Is there a straight forward migration path from Castle Monorail to ASP.MVC 2 or 3, or is this uncharted territory?

도움이 되었습니까?

해결책

I did this migration some time ago and it went smoothly. MonoRail is very close to ASP.NET MVC in terms of naming conventions. The most work was needed to migrate the Brail views to Razor. Also the concept of strongly typed views in MVC is nice and should be taken into account. But don't expect a step by step tutorial on how to do this because it will very much depend on the application.

다른 팁

I very much doubt there is a prescribed path, or indeed any official path.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top