n-layer Questions

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...

2

Solved

i have a few questions regarding monolith and n layer architecture. First, whats the difference between Monolith and n Layer architecture? Second, let's say I have a single Visual Studio solution...
Bruin asked 13/8, 2017 at 13:44

5

Solved

I have a C# N-Layer Project that has 5 Layers: 1-Infrastructure 2-Domain 3-AppService 4-Distributed Service 5-Presentation I want to use enums in my project. but I don't know which layer describe...
Knitwear asked 30/6, 2014 at 3:40

1

Solved

This question relates to the following post which maybe helpful: Azure DevOps CI/CD and Separating Connection Strings from Source Control I'm currently working on an N-Layered project based off o...
Neomaneomah asked 21/2, 2019 at 14:47

4

Solved

I am contemplating about using an MVC pattern in my new project and I can clearly see the main advantage of being able to put the data layer (the model) a little closer to the presentation layer (t...

1

Solved

I'm trying to draw out a waveform using ASP.net on an Azure Website (which doesn't have the ACM or DMO codecs installed), so I had to use NLayer to read the mp3 file. The code I have below works pe...
Singhal asked 8/9, 2016 at 19:19

5

Solved

So my asp.net is very very rusty, and i'm trying to get back into best practices and what not. So, I whip out google and start looking for examples and samples and tutorials, but what do I find? Ol...
Pelagian asked 18/7, 2010 at 21:6

1

Solved

Could anyone please explain the difference between onion architecture and Layered architecture using dependency inversion? They look exaclty the same to me. Any input is greatly appreciated :)
Louth asked 4/12, 2013 at 3:49

1

Alistair Cockburn introduced a Hexagonal architecture, now it is called Ports and Adapters pattern. In my understanding, the concept is similar to n-layer architecture where one layer depends on th...
Conjunctiva asked 22/6, 2013 at 18:25

4

I'm in the situation that I have to design and implement a system from the scratch. I have some questions about the architecture that I would like your comments and thoughts on. Quick Info about t...
Superorder asked 18/1, 2012 at 9:4

4

Solved

I am creating a solution from scratch, using ASP.NET Web forms C#. I am concerned about the model objects as I don't want to create duplicate sets of model objects in each layer. What is the best...
Tamarin asked 5/1, 2012 at 11:17

2

Solved

So, I've looked at some posts about the Specification Pattern here, and haven't found an answer to this one yet. My question is, in an n-layered architecture, where exactly should me Specification...

1

Solved

After spending a couple months studying DDD methodology, I've now began to apply these concepts into actual products at my company. In fact, I've been tasked with creating a suitable and maintainab...
Faubourg asked 24/11, 2009 at 23:7
1

© 2022 - 2024 — McMap. All rights reserved.