three-tier Questions

8

Solved

what is the difference between 3 tier architecture and a mvc ? Are they same? Both have 3 layers i.e model, views and controller
Nunnally asked 24/5, 2012 at 14:51

3

Solved

Is it not bad practice to pass DTO object to service layer? For now my service layer method look like this: public save(MyEntity entity); Mapping values from DTO to business entity (MyEntity)...
Mencius asked 20/11, 2013 at 9:48

11

What is the basic difference between MVC and 3-tier architecture?
Divisibility asked 2/1, 2011 at 7:37

3

Solved

It's considered good practice to have an exception for each layer of application (i.e. PresentationException, ServiceException, PersistenceException etc). But what if my service-layer directly call...
Indefectible asked 6/2, 2013 at 6:1

1

I want to know what Microsoft.Practices.EnterpriseLibrary.Data.dll is and why we use this assembly. What are the benefits of this dll? I want to create a project on 3-tier architecture and am cur...
Inclinable asked 19/1, 2013 at 10:45

1

Solved

Trying to implement 3-layer (not: tier, I just want to separate my project logically, on one machine) architecture I've found so many different approaches that I'm confused, what's the best way (if...
Acescent asked 29/6, 2012 at 9:54

7

Solved

I am writing a design document and people on my team are willing to do the move from ASP.NET WebForm to ASP.NET MVC. This is great, but I have a hard time to understand how MVC workswith in a 3-tie...
Photobathic asked 15/6, 2010 at 16:44

3

Each time I start working on a new ASP.NET MVC web application, I'm not sure whether or not to use DataAnnotations validation. Something about it feels wrong. For example, let's say I have a UserS...
Kan asked 19/9, 2010 at 21:39
1

© 2022 - 2024 — McMap. All rights reserved.