separation-of-concerns
Where to apply logic for a sidebar control in ASP.NET MVC
Take the example of wanting to have a \"Latest news items\" sidebar on every page of your ASP.NET MVC web site. I have a NewsItemController which is fine for pages dedicating their attention to NewsIt[详细]
2022-12-16 12:36 分类:问答ViewModels and rendering
In several sample projects, I\'ve seen ViewModels being used to convert data objects into strings, for use in the View.[详细]
2022-12-15 11:09 分类:问答question of design / structure of application and separation of concerns
So this question is a sort of follow on from here (how to deal with multiple event args).That question led me onto thinking about this but is different enough to warrant its own thread.[详细]
2022-12-14 12:19 分类:问答Object Construction at Client or Business Layer?
Something I\'ve noticed from looking at multiple .NET starter kits is that business object cons开发者_StackOverflow中文版truction is often handled at the client level. Then, the business object is pas[详细]
2022-12-14 12:17 分类:问答When can a design pattern make your software worse? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to impro开发者_如何学编程ve this question? Update the question so it can be answered with facts and cita[详细]
2022-12-12 17:21 分类:问答Performance implications with 'clean code'
At my workplace we\'re planning a major refactor on our core product, a web application with several \'modules\'. I quoted that because that\'s one of our main concerns: modules are not really modules[详细]
2022-12-12 13:05 分类:问答Refactoring a legacy WebForms app to better separation of concerns
i.e. Is MVP still the next best choice when MVC is not an option? I thought I\'d ask this here as I\'m sure there are others like me who don\'t have the luxury of being on a green-field project and w[详细]
2022-12-12 10:28 分类:问答-
MVC - is it just a 3 tier model?
Just began researching mvc, and am not sure I grasp it yet.From what I gather it seems like an implementation of a 3 tier solution ie Model correspon开发者_JAVA百科ds to DAL, Controller to business lo[详细]
2022-12-12 06:39 分类:问答 Separation of Concerns the Repository Pattern & Entity Framework 3.5
I\'m trying to be a better developer... What I\'m working with: .Net MVC Framework 1.0 Entity Framework 3.5[详细]
2022-12-12 00:12 分类:问答Difference between Single Responsibility Principle and Separation of Concerns
开发者_StackOverflow社区What is the difference between Single Responsibility Principle and Separation of Concerns?[详细]
2022-12-11 01:53 分类:问答