The *Onion Architecture* is a software architecture proposed by Jeffrey Palermo.
My repositories deal with and provide persistence for a rich domain model. I do not want to expose the anemic, …
.net entity-framework domain-driven-design repository-pattern onion-architectureI am currently studying the domain driven design, and try to apply it for a WPF project. I watched some …
c# .net architecture domain-driven-design onion-architectureI have been reading up on the Onion Architecture and today I found out about Uncle Bob's Clean Architecture. For …
architecture onion-architecture clean-architectureI am learning the well-known Onion Architecture from Jeffrey Palermo. Not specific to this pattern, but I cannot see clearly …
asp.net-mvc domain-driven-design onion-architectureIs there any difference between them (onion | hexagonal), from my understanding they are just the same, they focus upon the …
architecture software-design onion-architecture hexagonal-architectureThis is the first time I am implementing a more domain-driven design approach. I have decided to try the Onion …
c# .net repository-pattern unit-of-work onion-architectureI am setting up a project structure for an upcoming internal application trialling the Onion Architecture proposed by Palermo (http://…
c# design-patterns domain-driven-design onion-architectureI am using the repository pattern to provide access to and saving of my aggregates. The problem is the updating …
entity-framework domain-driven-design repository-pattern entity-framework-6 onion-architectureOne thing beforehand: I arrive from an N-layered background. I have now spent quite a bit time getting my head …
architecture dependency-injection inversion-of-control onion-architecture n-layerWhat is your opinion on the following 'generic' code-first Onion-inspired ASP.NET MVC architecture: The layers, explained: Core - contain …
entity-framework asp.net-mvc-4 onion-architecture