Multiple MVC projects in a single solution

后端 未结 1 511
猫巷女王i
猫巷女王i 2021-02-07 08:03

I have seen in NopCommerce project that there is a solution and there are multiple MVC projects within the solution.

I have some questions about it such as :

H

1条回答
  •  长发绾君心
    2021-02-07 08:53

    Yes it is. See: asp.net mvc put controllers into a separate project

    I've done this myself and was able to use the controllers in a plug-in type architecture.

    As for the models, they are just normal classes. They can be used in any project for any reason. There is nothing special about them.

    0 讨论(0)
提交回复
热议问题