0
mdonogma created
ASPNETZero. (MVC Core + JQuery template)
Where should the common business logic reside?
Example Scenario: Common Business logic the MVC .Core web application + External Mobile App + External LOB System can use.
1 Answer(s)
-
0
Hi @Mdonogma,
It is better to place your bussiness logic in *.Core project if possible. If not, you can create a Shared project for it in your solution.
Thanks.