n-tier-architecture Questions

14

Solved

I've seen quite a few developer job postings recently that include a sentence that reads more or less like this: "Must have experience with N-Tier architecture", or "Must be able to develop N-Tier ...
Varicocele asked 23/11, 2008 at 6:1

4

Solved

I have been practicing DDD for a while now with the 4 distinct layers: Domain, Presentation, Application, and Infrastructure. Recently, I introduced a friend of mine to the DDD concept and he thoug...
Marielamariele asked 30/9, 2010 at 19:1

12

Solved

I was wondering what exactly is the difference between MVC(which is an architectural pattern) and an n-tier architecture for an application. I searched for it but couldn't find a simple explanation...
Gorgonian asked 30/3, 2009 at 17:36

6

Solved

Recently a friend of mine asked me about N-Tier architectures and I was able to explain to him about 1, 2 and 3 tier architectures with examples. But I was stuck when I wanted to give examples for ...
Trantham asked 25/5, 2012 at 21:14

1

I created the JwtHelper class. I have been using it for a long time. However, when I updated the packages, I got an error in the following line; The complete error message is as follows; Severity...
Leekgreen asked 9/4, 2021 at 10:20

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

I am using Spring framework. Should my service classes be created as singletons? Can someone please explain why or why not? Thanks!
Edmondson asked 31/1, 2010 at 19:29

0

Technology stack: One REST API developed in .Net Core 3.1. Two client apps one in Android and other in iOS Scenario: Store enum value in the database such that when the data is uploaded to the API...
Mariann asked 21/5, 2020 at 9:55

2

Given the situation that I have a .NET Core 2.0 Application I also have a Web assembly, a Business assembly, and a DataAccess assembly. I don't want the Web assembly to directly reference my DataA...
Quartus asked 14/9, 2017 at 10:13

6

Solved

I have a data tier select method that returns a datatable. It's called from a business tier method that should then return a strongly typed generic List. What I want to do is very similar (but not...
Gamely asked 13/1, 2009 at 22:8

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

4

Solved

I have searched Google to find the main difference between 3-tier and n-tier architecture in .NET but I have failed to find it out. Several sites said both are the same in nature and some of the si...
Montoya asked 18/7, 2012 at 13:49

1

Solved

Disclaimer. I'm not looking for a discussion or opinions of those two. Nor do I aim at evaluating or describing them. I'm in a project where I'm supposed to set up a path to refactor from the tradi...

2

Solved

I have a repository layer that is responsible for my data-access, which is called by a service layer. The service layer returns DTOs which are serialized and sent over the wire. More often than not...

12

Solved

Our customer would like to know who is online and currently using the custom application we wrote for them. I discussed it with them and this does not need to be exact, more of a guestimate will wo...
Dementia asked 6/10, 2008 at 13:19

2

I am currently designing the architecture for an multi-channel commerce system which will have multiple different frontend presentations which are tailored to device and channel (user type and loca...

5

Solved

I went for an interview, and was asked to show up my Business layer architecture. I have some idea about 3 tier architecture but really no idea, to what to write in front of interviewer. So suppose...
Marry asked 22/9, 2011 at 6:21

1

I have an N-Layer application as shown below MyApp.Model - contains edmx and data models MyApp.DataAccess - Repositories with EF MyApp.Domain - Domain/business models MyApp.Services - services(...
Psoas asked 1/6, 2018 at 3:7

3

Solved

I'm using dapper for a mvc3 project at work, and I like it. However, how are you supposed to layer the application when using dapper? Currently I just have all my sql stuffed directly in the contro...
Gravel asked 13/5, 2011 at 6:35

4

Solved

I am a newbie to 3 tier architecture and below is my DAL code public static int Insert(string firstname, string lastname, DateTime dob, string gender,string email, string password) { // bool fl...
Whipple asked 31/8, 2012 at 11:27

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

So, I've seen some questions about it here but none of them was specific about it neither answered my doubt. In a layered architecture/DDD application, in what layer would a controller (the "C" in...

1

Solved

Just a quick question. In a tiered architecture environment with a Business Logic Layer (BLL) and a Data Access Layer (DAL), what types should the DAL pass to the BLL? Currently our DAL classes pr...
Socage asked 14/3, 2017 at 16:32

6

Is there any way to resolve this problem with Unity 3 ? I have made all that is possible to bypass this message error, but I can't resolve; I have already did everything I've seen in googles searc...
Ashliashlie asked 6/9, 2013 at 23:55

© 2022 - 2024 — McMap. All rights reserved.