문제

I want to go straight to my point here, so is it possible to develop a website using MVC3 and Abstract Factory working together?

Please forgive me for asking but MVC3 is new to me and I want to learn it so I chose it for my new website. But the problem is I don't know if it would work well with Abstract Factory Pattern.

Thank you in advance!

도움이 되었습니까?

해결책

Yes.... You can specify custom controller factories mixed with an IoC container to accomplish what you desire... http://codeblitz.wordpress.com/2012/03/19/asp-net-mvc-3-agnostic-inversion-of-control/

http://develoq.net/2010/custom-controller-factory-in-asp-net-mvc/

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