Login
Discover
Waves
Communities
Login
Signup
Topics
#design-patterns
Global
Trending
Hot
New
Top
#design-patterns
New
Top communities
Create your community
latest #design-patterns created topics | Ecency
dotnetguru
Programming & Dev
2022-01-10 07:40
Published via Ecency
Execution context in plug-and-play architecture in Asp.NET 5
As we discussed the CQRS architecture is made out of two distinct service handlers, the command handler, and the query handler. Although they have different functionality, they still have the same execution
$ 0.301
15
1
1
dotnetguru
Programming & Dev
2022-01-08 10:31
Published via Ecency
Adapter pattern in plug-and-play architecture in Asp.NET 5
After the last blog post we are prepared to start the implementation of architecture aspects. First, we need to create a new project where we will place the aspects. We don't want to place them in an
$ 11.215
333
2
3
dotnetguru
Programming & Dev
2022-01-04 18:50
Introduction to plug-and-play architecture in Asp.NET 5
This is a part of a series of blog posts about design and architecture patterns. Disclaimer! This blog post will only cover the theory of what every software architecture needs to provide in order to be
slawas
design-patterns
2018-09-25 08:12
Design patterns: Strategy
Today we start the last of design patterns (in the end !!!), which is called Strategy at reading of this article before someone reaches the bottom of the article to the section "relations with other
manuelgil64
PhotoFeed
2026-07-21 15:23
Published via Ecency
Promoted
PhotoFeed Contest - Wildlife Photography Round 179: Turtle [ENG/ESP]
“Take a walk with a turtle. And behold the world in pause.” Bruce Feiler Turtle Last Sunday, before the start of the 2026 World Cup Final, I paid a quick visit to my mother at her apartment. After saying
slawas
design-patterns
2018-08-29 08:11
Design patterns: State
Today, about a fairly simple pattern called State, which serves to the very simple operation, as the name says to change the behavior of the object, when its internal state changes, i.e. when some event
slawas
design-patterns
2018-08-07 07:32
Design patterns: Command
Today, the pattern a little more complicated than the previous one, ie the Command pattern, is very similar to the Chain of Responsibility pattern, however, it differs a little, has a very similar purpose
slawas
design-patterns
2018-06-20 10:24
Design patterns: Memento
We are starting another design pattern today, it is called Memento, it is a very simple to understand pattern, also the main picture of this article also translates the pattern, at the same time very
slawas
design-patterns
2018-06-07 11:17
Design patterns: Visitor
We are taking care of another design pattern, and it is Visitor, now entries can be irregular, I have some responsibilities, but a series of design patterns I want to finish :) We go with the theme :)
gonzalo.ggar
Visual Shots
2026-07-19 03:06
Published via Ecency
Promoted
Tarde de imágenes tranquilas [ESP-ENG]
Hola, querida familia de Hive, hoy les traigo este regalo... Hace unos días fui a pescar 🎣 con unos amigos al río que está cerca de mi casa, y de camino tome varias fotografías con mi teléfono 📲. Algunas
slawas
design-patterns
2018-05-07 11:02
Design patterns: Observer
Hello again!! We are taking care of another design pattern, which in my opinion must be known compulsorily 🙂. And it is an observer pattern. Discussion The main purpose of this pattern is for example
slawas
design-patterns
2018-04-06 08:22
Design patterns: Template Method
Hello everyone!! After few months, I’m again! 😃😎🙂 I had a lot of others activities. Today is about the template method design pattern. Is a lot of to describe but about this is further in the post.
slawas
design-patterns
2018-03-23 18:48
Design patterns: Mediator
Today it was supposed to be about an operational pattern called Mediator, which satisfies the last SOLID principle, namely avoiding dependencies between classes, here we create one class that can be said
slawas
design-patterns
2018-03-23 18:00
Design patterns: Chain of responsibility
Today will be the theme, as I promised in the previous article, about the design pattern called a chain of obligations, also known as the chain of responsibility, it is perfect for assigning responsibilities
dazzler75
Photography Lovers
2026-07-21 13:44
Published via Ecency
Promoted
When everything changes
-71.07406, 45.00000
test
slawas
design-patterns
2018-03-23 15:33
Design patterns: Iterator
Now I will discuss the Iterator pattern, as the name suggests, it is used to iterate through collections, objects, etc. This is, in a nutshell, more precisely described in the article. Intent Providing
slawas
design-patterns
2018-03-23 15:09
Design patterns: Interpreter
I am just as I promised after two weeks and as I promised I will be describing the interpreter design pattern, as you can guess it interprets some content on the content we want, ie it is used in translators
slawas
design-patterns
2018-03-23 12:47
Design patterns: Flyweight
It’s time for another pattern, and more precisely for the Flyweight pattern, whose purpose is, in a nutshell, to limit the memory occupied by many objects, further on the article about the pattern. Intent
slawas
design-patterns
2018-03-23 12:23
Design patterns: Proxy
The proxy pattern is quite similar to the Bridge pattern, but the purpose of the Proxy is different, its purpose is to create an object that will represent another object, so in a nutshell, more precisely
darth-azrael
computers
2026-07-15 22:47
Published via Ecency
Promoted
More Computer Demons
It's been a while since I have written one of these computer troubleshooting posts. In fact, I think this is only the second and the last one was years ago (and still unresolved). These things can be so
slawas
design-patterns
2018-03-23 12:12
Design patterns: Bridge
Hello everyone! Today topic is about the Bridge design pattern however, we will change some form of the entry into a more structured one, so let’s get to the topic 🙂 Intent Separates abstractions from
slawas
design-patterns
2018-03-23 11:57
Design patterns: Composite
Hi, I’ve recently found an interesting design pattern called Composite, which is used to fold objects into a tree structure, thanks to which the client sees instead of many objects only one. And that’s
slawas
design-patterns
2018-03-23 08:21
Design patterns: Facade
In this article about the Facade design pattern , whose main task is to make the complex system available to the customer in the form of a simplified, ordered programming interface. Description and
slawas
design-patterns
2018-03-23 08:08
Design patterns: Dependency Injection and its variations
Today, we will be talk about two design patterns, both are similar to the last solid principle, dependency inversion, in the sense that both are about the same problem, namely creating an instance of an
Older →