Read full article on Falafel blog
While working on an ASP.NET MVC 5 application, I came across a requirement to use an Area from one project in another project. For example: I have a project A and a project B. I need to use an Area which is part of project B inside of project A. In this post I will discuss how this can be achieved.
To start with, let us say I have an MVC project AreaDemo with the structure as follows:
Leave a Reply