An Exercise in Domain Modeling Guided By Strategic Domain Driven Design – Part 1
A practice in domain (re)modeling using my pet project, guided by strategic and tactical DDD patterns.
blatherings on software…
A practice in domain (re)modeling using my pet project, guided by strategic and tactical DDD patterns.
Many articles talk about the what of this style but in my view, not enough talk about the how. In this post, I am going to try and show one way to actually structure the solution to be more in line with the hexagonal ports and adapters style.
In part 4, I detailed the way I went about creating application services for my expense tracking application. In this final post, I will talk about the ASP.NET Core MVC … Continue reading Building Domain Driven Architecture in .NET – Part 5 (ASP.NET Core App)
Application services can be loosely compared with the business logic layer of the yesteryear with one key difference, application services don’t actually contain any business logic neither they enforce any business logic.