onion-architecture Questions

3

Solved

I've got some really expensive business logic inside my domain layer where the data must be tracked in order to get a picture of what happened if something fails. Because of this, I want to declare...
Refulgent asked 23/6, 2014 at 6:53

7

Solved

I am learning the well-known Onion Architecture from Jeffrey Palermo. Not specific to this pattern, but I cannot see clearly the separation between repositories and domain services. I (mis)understa...
Provost asked 7/9, 2012 at 11:21

0

I want to add Excel and PDF generator in my new Solution in dotnet core 6. I following this template: https://github.com/iammukeshm/CleanArchitecture.WebApi or https://codewithmukesh.com/blog/onion...
Cavuoto asked 10/6, 2022 at 3:23

2

I have been reading recently about Domain Driven Design (DDD), I like the concept and especially the idea of Onion architecture goes with it (https://www.youtube.com/watch?v=pL9XeNjy_z4). I am qui...

2

I'm currently working on a .NET 5 app that is using a layered architecture (Web / Application / Infrastructure / Domain). If I am to follow the onion/clean architecture pattern, the dependencies sh...
Mush asked 2/7, 2021 at 14:53

2

Solved

I am learning about the Onion Architecture. I have a confusion about the service layer, because I see some people saying that the core layer should only contain: Models Repository interfaces Serv...
Resolution asked 31/5, 2013 at 15:44

2

I'm trying to achieve good separation and architecture between ASP.NET Core Identity and entities in my domain model. I'm using an Onion architecture in a web application built with ASP.NET Core. ...

2

Solved

I am asking you who know well and have experience in building a software using any layered architecture (onion, hexagonal, clean, etc.). Whenever I google about the software architecture, people ha...

4

Solved

Is there any difference between them (onion | hexagonal), from my understanding they are just the same, they focus upon the domain which is at the core of the application and should be technology /...

6

Solved

One thing beforehand: I arrive from an N-layered background. I have now spent quite a bit time getting my head around Onion Architecture and related Domain Driven concepts such as Hexagonal Archit...

1

Solved

I would like to get into creating REST APIs with NestJs and I'm not sure how to setup scalable layer communication objects. So from the docs on how to get started I come up with a UsersController ...
Policeman asked 31/12, 2019 at 18:1

1

I am in the process of migrating a "big ball of mud" (BBOM)-like system towards a system based on the ideas of domain driven design. After various iterations of refactoring, domain aggregates/enti...

3

Solved

What is the relationship between Domain-driven design (DDD) and "The Onion Architecture" of Jeffrey Palermo?

3

Solved

I am using this sample project (https://github.com/imranbaloch/ASPNETIdentityWithOnion) as my application architecture, in this sample the core is completly decoplied from the infrastrure including...

1

Solved

I am trying to structure an application using DDD and onion/hexagonal/clean architecture (using Java and Spring). I find it easier to find guidance on the concepts themselves than actually how to i...

3

Solved

This is the first time I am implementing a more domain-driven design approach. I have decided to try the Onion Architecture as it focuses on the domain rather than on infrastructure/platforms/etc. ...
Underglaze asked 9/12, 2013 at 14:40

3

Solved

I am designing an ASP.NET MVC application using the Onion Architecture described by Jeffrey Palermo. It is an ASP.NET MVC 2.0 project, where I am requiring that all views be strongly typed using d...

2

Solved

Using MVC5, it has been very easy to create a bootstrapper project that had references to all layers, thus decoupling the UI layer from references to, lets say, infrastructure logic. The project wo...
Centimeter asked 10/8, 2015 at 7:5

3

In DDD, as far as I understand it, it helps or guides you on how to structure complex application. Now in an application, you should identify your Bounded Context. Say you have more than 10 BCs. I...
Tavel asked 21/4, 2016 at 17:0

1

Solved

I'm digging in on how to structure projects and so I stumbled upon Onion Architecture. As far as I understand it, it's more of a domain-centered-focus architecture instead of a database-driven type...
Lowe asked 19/4, 2016 at 17:49

3

Solved

I have been reading up on the Onion Architecture and today I found out about Uncle Bob's Clean Architecture. For the life of me I cannot see any differences between them, they look identical...
Boogie asked 5/5, 2014 at 19:6

2

Solved

I am developing a ASP.NET MVC Project following the Onion Architecture. I have added the Models inside my Core Project and these Models will be referred as the POCO classes for the Entity Framework...
Sequestered asked 5/6, 2013 at 16:25

1

Solved

I'm currently refactoring a ASP.NET MVC project to use the onion arcitecture since it seems that it suits the needs of future development. I have set up the layers which I think I need to use and ...
Guam asked 8/11, 2015 at 18:44

1

I am designing application with Onion architecture and I would like to use grid from Kendo UI with server side filtering sorting and paging. I would like to avoid manually parsing DataSourceRequest...
Unconscionable asked 6/4, 2015 at 17:44

1

Solved

My understanding of the application services are that they link between the domain and the user interface together. In other words, they serve the controller to perform operations on the domain. ...

© 2022 - 2024 — McMap. All rights reserved.