ASP.NET MVC 3 framework - moving to another project

I have the following project setup

Project A (core)

  • Business
  • Data
  • View (asp.net mvc 3 project)

Project N

  • Business
  • Data
  • View (asp.net mvc 3 project)

How can I call from Project A View to Project N and from N back to A. In essence, what I'm trying to do is pack each project N to have its own MVC, since it comes from different sources and plugs it into the main project and then just go to the correct view.

Can this be done? Or is there a better way to do this?

+5
source share
2 answers

, , . , - , . , . , , , asp.net mvc (- ui). , , ( ). , , .

, , . , , mkore , , , . , , (, ) , ?!

, , , . Project B Project N, , . . , .

0

. , , Razor .

, ASP.NET MVC. , , .

+3

All Articles