separation-of-concerns
ASP.NET MVC 3 RemoteAttribute and Separation of concerns
Isn\'t it a violation of separation of concerns princi开发者_StackOverflow中文版ple when you use the RemoteAttribute on your model\'s property to indicate what action and controller to call? It makes[详细]
2023-02-15 23:08 分类:问答Does validation in CQRS have to occur separately once in the UI, and once in the business domain?
I\'ve recently read the article CQRS à la Greg Young and am still trying to get my head around CQRS.[详细]
2023-02-15 15:27 分类:问答Domain Driven Design - where does data parsing belong
In this application I\'m developing, the domain revolves around, say, electrical appliances. There are several specialized versions of this entity. Appliances can be submitted to the application, and[详细]
2023-02-13 05:58 分类:问答Removing ASP.net Session calls from business logic
I\'ve inherited an asp.net web solution, which has business logic and data calls as seperate assemblies. In the busine开发者_StackOverflowss layer there are a small number of calls to get/set HttpCont[详细]
2023-02-08 07:01 分类:问答Question about Constants for data lookup
I have the following layers in my project Web/UI, Service, Repository, Common and some other that I don\'t think matter for this case.[详细]
2023-02-05 23:57 分类:问答What's the intent of the Rollback method in the Unit of Work pattern?
As I understand it, a UnitOfWork class is meant to represent the concept of a business transaction in the domain. It\'s not directly supposed to represent a database transaction, which is a detail of[详细]
2023-02-05 14:03 分类:问答Proper Repository Design, Attaching one Object to Another
In my attempt to keep with a good Repository/IoC Design, I am trying to figure out the best approach the current problem.[详细]
2023-01-31 04:03 分类:问答How does Clojure approach Separation of Concerns?
How does Clojure approach Separation of Concerns ? Since code is data, functions can be passed as parameters and used as returns...[详细]
2023-01-31 02:33 分类:问答does dataannotations violate separation of concerns? - asp.net mvc
In asp.net mvc, when I 开发者_StackOverflowhave my custom validations and validation messages using dataannotations in Model, does it not violate separation of concerns? ie: the custom validation migh[详细]
2023-01-28 17:05 分类:问答Where does my CRUD LINQ Code Go? ASP.NET MVC
I am currently开发者_如何学运维 using the ASP.NET MVC framework on a project (pretty much my first time)[详细]
2023-01-27 02:53 分类:问答