n-tier-architecture
When Building an N-Tier application, how should I organize my names spaces?
So when I started trying to build my websites in an n-tier architecture, I was worried about performance.[详细]
2023-04-05 07:05 分类:问答Namespace and class name guidelines
Im having problems naming my classes and services correctly when utils and other help classes are involved.[详细]
2023-04-02 20:58 分类:问答What does N-tier Architecture mean nowadays?
In a traditional sense, N-tier means separating the application into \"tiers\" and putting each \"tier\" on different servers. This was done for at least 3 reasons:[详细]
2023-04-02 06:43 分类:问答Is MVC 3 Scaffolding usable in n-layer applications?
I\'ve seen some examples of ASP.NET MVC3 Scaffolding but those are always simple basic applications. What about layered/tiered solution with several Projects:[详细]
2023-03-30 23:58 分类:问答Solid guidelines for establishing controller/view relationships in MVC 3
I\'ve recently started working on a project based on Microsoft .NET MVC 3. Progress has been good so far, but I keep having a nagging feeling that might design is not 100% as it should be, mostly rega[详细]
2023-03-30 14:15 分类:问答BL Services: Exception or Method Result?
What is the best way and why? V1: try { var service = IoC.Resolve<IMyBLService>(); service.Do(); } catch(BLException ex)[详细]
2023-03-29 21:19 分类:问答parameters on the basis of which a particular n-tier architecture is chosen
What are the parameters on the basis of which a particular n-tier architecture is chos开发者_运维问答en for an application.Architecture (in general, not only n-tier) is chosen basing on a set of quali[详细]
2023-03-29 20:32 分类:问答Multi tier program architecture, feedback and/or suggestions [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2023-03-29 00:53 分类:问答Direct Table Access vs Stored Procedures in n-tier arcitecture [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: What are the pros and cons to keeping SQL in Stored Procs versus Code[详细]
2023-03-28 19:14 分类:问答WCF and Silverlight 4.0 in N-Tier App : Secure service calls (No SSL, No Message Security, No x.509)
Our architecture is a straightforward N-Tier model, which consists of a ASP.Net Application sitting in IIS7 (hosted in DiscountASP), that exposes methods on a WCF Service. Those methods talk to the DB[详细]
2023-03-28 08:34 分类:问答