Base solution for your next web application
Open Closed

aspnetzero architecture common business logic #3845


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.