0
So I can understand how this multi-project MVC architecture works in a Solution.
How to communicate (a link) from one project to another within the same project?
For example, I would like in the Management Home View I get a link to View Home Port.
I did some research, but I didn’t find much content and the ones I thought were pretty vague. If you can leave an example of route configuration and others, thank you.
I believe this is not possible, but there are ASP.NET MVC experts... I think you can only share business rule via DLL even.
– Leonardo Bonetti
Maybe your case is a problem XY, what are you trying to solve? I believe in your scenario to use Areas be a solution. Passing a URL from another site/system is simple, but they will not share resources, example 1
ViewBag
– Barbetta
We want to migrate from areas to projects. The portal has grown a lot and when we need to publish something in an area, we end up stopping the rest of the portal. The is different when working with multiple projects. We only publish the one that suffers change.
– Danielle Arruda torres