separation-of-concerns
MVVM what part of pattern responsible for grouping of datagrid
I\'ve been tinkering around with the MVVM pattern and now I\'m trying to implement a little application based on it.[详细]
2023-01-03 06:56 分类:问答How do I design a Wizard-based system with SoC in mind?
I\'m building a Windows Forms system (in C# if it matters to anyone) that provides an application automation service. As this application is targeted at users who are not computer savvy, I\'ve decided[详细]
2022-12-30 06:31 分类:问答How to access Session values from layers beneath the web application layer
We have many instances in our application where we would like to be开发者_Python百科 able to access things like the currently logged in user id in our business domain and data access layer.On log we p[详细]
2022-12-27 19:37 分类:问答How do you keep application logic separate from UI when UI components have built-in functionality?
I know it\'s important to keep user interface code separated from domain code--the application is easier to understand, maintain, change, and (sometimes) isolate bugs. But here\'s my mental block ...[详细]
2022-12-27 19:12 分类:问答ASP.Net MVC - What replaces events to support loose coupling?
What feature(s) of ASP.Net MVC can replace the way events can be used in Webforms to support loosely coupled components?[详细]
2022-12-25 03:33 分类:问答ASP.NET User Controls that communicate directly with Service Layer?
Is it considered poor design to create \"black box\" User Controls that communicate directly with the service layer (to perform CRUD operations, validation, etc)?[详细]
2022-12-21 09:58 分类:问答Where to put certain logic in CakePHP
I\'ve recently started to rewrite a project I did a few years ago using CakePHP. I\'m trying to do everything \'right\' this 开发者_运维百科time, so maybe someone get give me a a pointer on doing to t[详细]
2022-12-20 21:27 分类:问答Does this really violate MVC Separation of Concerns
Simple question. I must be totally wrong but I thought worth asking this question. Is开发者_如何学JAVA accessing ViewData[“Message”] within the View correct according to separation of concerns desc[详细]
2022-12-19 10:40 分类:问答Best Design Pattern for HttpRequestDispatcher?
What\'s the best 开发者_运维百科design pattern to use for an HTTP Request Dispatcher that has to do a \"GET\" or a \"POST\", return an output stream, parse the output stream, and then display the pars[详细]
2022-12-17 20:11 分类:问答When to use JavaScript template engines?
Here is an example of JavaScript template from Ben Nadel\'s demo single page long-lived AJAX application taken from: [source][详细]
2022-12-17 01:57 分类:问答