Choice the project pattern, advice for this case

Posted by Lucas Rodrigues Sena on Programmers See other posts from Programmers or by Lucas Rodrigues Sena
Published on 2012-12-05T20:37:58Z Indexed on 2012/12/05 23:18 UTC
Read the original article Hit count: 350

Filed under:

I have a project in MVC4 entity framework, and have to adapt it to possible updates on the dlls and system do not stop work. I'm using portable Areas, but have difficulty creating 5 modules and about 5 functionality for each modules with fully functioning independently as a dll and database.

1- Reflection DLLs, the system works "on the fly". (I cant do it on mvc4 at moment).
2- Portables Areas (I need to do one area for each modules*functionality 5*5 Areas). Confuse way and I'm afraid if this is ridiculous.
3- Implement WFC on MVC4, compatible?
4- Other better way?

© Programmers or respective owner

Related posts about asp.net-mvc