0
iamnish created
3 Answer(s)
-
0
In Domain Driven Design, it's suggested to put your bussiness logic in domain layer which is *.Core project in AspNet Zero solution. But it's not always easy to do that :)
-
0
can u be more specific on "<span style="color:#FF0000">not easy</span>" part .Is there any example?
-
0
Please see our Domain Services document which describes and discusses it widely: <a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/Domain-Services">http://www.aspnetboilerplate.com/Pages/ ... n-Services</a> It's easy to implement it in ABP and AspNet Zero. But it requires some experince to decide which is your domain logic, which is you application logic. But, you get it better by time. This document can be a good starting point. Have a nice day.