Revisiting Essential Elements of the Ports and Adapters Architecture Style
I will attempt to define each element of the style a bit and also show some C# code examples to illustrate the points
blatherings on software…
I will attempt to define each element of the style a bit and also show some C# code examples to illustrate the points
“I’ve already written code once, now why I do need to repeat the same thing in text?”
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.
Having read Vaugh Vernon’s book on DDD implementation, I decided to portgrade (port+upgrade) my old clunky Windows based N-tier desktop expense tracking application to ASP.NET Core MVC application using some of the Domain Driven Design concepts I studied in the book.