separation-of-concerns
Template site for MVC3; is this the proper way to display the model?
I\'m confused about the way Microsoft is displaying the login page in their template site. The specific phrasing for \"User name\", \"Password\", and \"Remember me?\" is set in the model itself. This[详细]
2023-04-11 17:29 分类:问答Should an object "load" another object on its own, or have the other passed to it?
Is it a good practice to load another object from within an original object, like so: Class parent() {[详细]
2023-04-08 14:46 分类:问答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 分类:问答Whats a recommended solution structure for a somewhat large website in asp.net
开发者_开发知识库Im currently trying to refactor a project(asp.net mvc) that doesnt have any separation at all. just folders :s[详细]
2023-03-23 20:52 分类:问答Is there a neat way to get attribution for a background image in the presentation layer?
I have a CC-BY image that I\'m using as a background, brought in by CSS. This image is purely there for its looks, and definitely not content. I need to put attribution on this image somewhere, and ob[详细]
2023-03-15 03:43 分类:问答Rails 3.0/3.1, JQuery & Ajax Best Practices
There are several questions throughout this post all related to the title. The overall theme of the post might be summarized as, \"What am I missing/How do you do this better?\"[详细]
2023-03-14 06:17 分类:问答AutoMapper in the DAL: When to use Mapper.Reset()?
I\'m using AutoMapper in a g开发者_运维知识库enerated Data Access Layer. That works fine. It was a little confusing when using AutoMapper in another layer and realizing the mappings created in the DAL[详细]
2023-03-13 03:10 分类:问答Creating Views in PHP - Best Practice [closed]
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_StackOverflow[详细]
2023-03-11 09:23 分类:问答Decoupling an ASP.NET MVC application from Entity Framework
If I have this project structure Foo.Data reference EntityFramework Foo.Business reference Foo.Data Foo.Web[详细]
2023-03-10 04:53 分类:问答mvc selectlist separation of concerns
Shouldn\'t a co开发者_开发百科ntroller in MVC be completely ignorant of how the data it gives to the view will be displayed?[详细]
2023-03-05 23:38 分类:问答