Search code examples
Type-state pattern in C#...

c#design-patterns

Read More
Alternatives to the MVC...

model-view-controllerdesign-patterns

Read More
Is there some literature on this type of programming?...

design-patternsoopfunctional-programming

Read More
What's the best way to abstract the database from a PHP application?...

phpdatabasedesign-patternsormabstraction

Read More
Is there a standard class to represent a “range” in .net?...

.netdesign-patternsrange

Read More
Using strings vs types in library API...

c#.netdesign-patterns

Read More
C# Data handling design pattern: Objects stored in DB via ORM, work directly with the database?...

c#mysqloopdesign-patternsorm

Read More
Difference between Observer, Pub/Sub, and Data Binding...

model-view-controllerdesign-patternsdata-bindingobserver-patternpublish-subscribe

Read More
A javascript design pattern for options with default values?...

javascriptdesign-patternsoptional-parameters

Read More
Event sourcing, CQRS with Axon Server / Framework - Event Sourcing the entire application a good ide...

design-patternsarchitecturemicroservicesaxon

Read More
IoC Factory: Pros and contras for Interface versus Delegates...

c#.netdesign-patternsdependency-injectionioc-container

Read More
What is the difference between the bridge pattern and the strategy pattern?...

design-patternsstrategy-patternbridge

Read More
Basic MVC pattern communication...

actionscript-3model-view-controlleroopdesign-patterns

Read More
Is there a convention that objects created using the Builder pattern be immutable?...

design-patternsconstructorimmutabilitybuilder

Read More
What's the point of the Prototype design pattern?...

design-patternsprototype-pattern

Read More
Encapsulate third-party Service Provider Interface...

javadesign-patternswrapperencapsulationserviceloader

Read More
Strategy Pattern V/S Decorator Pattern...

design-patternsdecoratorstrategy-pattern

Read More
How can I implement the inheritance and interface correctly to the objects which had the some s...

c#oopdesign-patterns

Read More
Using the Command Pattern with Parameters...

javaoopdesign-patterns

Read More
Which architectural style and pattern(s) would be suitable for this system?...

design-patternsarchitecturesoftware-design

Read More
Correct architecture for presentation objects that implement same interface...

c#asp.net-mvcdesign-patterns

Read More
classes design in OOA...

oopdesign-patternsobject-oriented-analysis

Read More
Best approach for implementing comments and likes system like Instagram or Twitter...

mysqldatabasedesign-patternsdatabase-designdatabase-normalization

Read More
Adapter Pattern: Class Adapter vs Object Adapter...

oopdesign-patternsadaptersoftware-design

Read More
What is the best way to replace or substitute if..else if..else trees in programs?...

language-agnosticdesign-patterns

Read More
Can't properly structure a project with a lot of dependencies in Java...

javaoopdesign-patternsdependency-injection

Read More
Does C# include finite state machines?...

c#.netdesign-patternsfinite-automatafsm

Read More
How to enforce specific implementation of an interface, depending on implementation of containing in...

c#design-patterns

Read More
E-Commerce low level design of Order class...

javaoopdesign-patternsapi-design

Read More
What is the difference between inheritance and composition?...

oopdesign-patterns

Read More
BackNext