design-patterns
ASP.NET MVC 3 Architectural Direction [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-08 19:58 分类:问答Singleton design pattern in a Cluster environment [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-08 19:38 分类:问答How to avoid overusing design patterns? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-04-08 17:25 分类:问答How to allow abstraction in MVC while maintaining SOC?
I\'m refactoring a large w开发者_开发知识库eb game, and making some models to represent my database objects (you read that right - there were none before.) Now I know that traditionally subclassing of[详细]
2023-04-08 15:41 分类:问答C# Storing string,int,string in an accessable variable
I need to save a class with list of countries in statics for caching. th开发者_JS百科e data is built with[详细]
2023-04-08 11:48 分类:问答What is the right way of making of blinking text
I have a textview and I have many buttons. One of the button should be able to start the \'anima开发者_开发问答tion\' well it is not animation in anim, it just need to make the text go red for a 2 sec[详细]
2023-04-08 09:22 分类:问答Problems faced when trying to apply good Dependency Injection practice
I\'ve been using IoC (mostly Unity) and Dependency Injection in .NET for some time now and I really like the pattern as a way to encourage creation of software classes with loose coupling and which sh[详细]
2023-04-08 08:38 分类:问答Implementing Request Response design
I am trying to implement a request/response client. Here is the basic implementation for it. Class Request[详细]
2023-04-08 06:56 分类:问答Using composition over inheritance when overriding
开发者_如何学PythonIf I have a class that I would like to customise by overriding one if its methods the only I can do this is by using inheritance (sub-classing and overriding method) ? Is it possibl[详细]
2023-04-08 06:22 分类:问答How to make a common subclass to remove duplicate code
I have two classes one is derived from CheckBoxList and the second one from DropDownList.开发者_StackOverflow The code inside them is exactly the same. The only difference is that I need first one at[详细]
2023-04-08 05:49 分类:问答