Login
Discover
Waves
Decks
Upgrade
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Controversial
Rising
Promoted
design-patterns
dotnetguru
Programming & Dev
Monday, January 10, 2022 7:40 AM
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
dotnetguru
Programming & Dev
Saturday, January 8, 2022 10:31 AM
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
dotnetguru
Programming & Dev
Tuesday, January 4, 2022 6:50 PM
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
$ 8.103
15
1
slawas
design-patterns
Tuesday, September 25, 2018 8:12 AM
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
$ 0.000
2
4
hive-174680
Amazing nature (AN)
Saturday, August 2, 2025 8:33 AM
Promoted
Contest closed! (delegators paid and more...) (20HBD) 🌱👨🏻🏫🌍🤑
Don't miss the participating posts and the new contest 🤑♻️🌍
$ 2.373
31
8
6
slawas
design-patterns
Wednesday, August 29, 2018 8:11 AM
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
$ 0.000
2
slawas
design-patterns
Tuesday, August 7, 2018 7:32 AM
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
$ 0.000
3
slawas
design-patterns
Wednesday, June 20, 2018 10:24 AM
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
$ 0.000
2
1
slawas
design-patterns
Thursday, June 7, 2018 11:17 AM
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 :)
$ 0.000
2
2
themex
Vibes
Saturday, August 2, 2025 1:41 AM
Promoted
VIBES WEB3 MUSIC COMPETITION WEEK 38 HOW DO I BREATHE BY MARIO||(COVER) BY THEMEX
This is my submission for Vibes Web 3 music competition week 38. i want to say a very big thank you to the facilitators of this great space @verbal-d @lordbutterfly @silentscreamer. This is themex here
$ 44.592
104
8
2
slawas
design-patterns
Monday, May 7, 2018 11:02 AM
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
$ 0.000
2
slawas
design-patterns
Friday, April 6, 2018 8:22 AM
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.
$ 0.000
2
slawas
design-patterns
Friday, March 23, 2018 6:48 PM
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
$ 0.000
1
slawas
design-patterns
Friday, March 23, 2018 6:00 PM
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
$ 0.000
5
ezun1
Sketchbook
Friday, August 1, 2025 1:55 PM
Promoted
The Duck's Grin!
Hello everyone, how are you feeling today? This is the drawing I made this morning of a duck who's face looks upset and he has his face set as if he has a grin on his face. Quite like he is offended. The
$ 0.015
13
4
2
slawas
design-patterns
Friday, March 23, 2018 3:33 PM
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
$ 0.000
1
slawas
design-patterns
Friday, March 23, 2018 3:09 PM
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
$ 0.000
2
slawas
design-patterns
Friday, March 23, 2018 12:47 PM
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
$ 0.000
1
slawas
design-patterns
Friday, March 23, 2018 12:23 PM
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
$ 0.000
1
amigoponc
Soloescribe
Friday, August 1, 2025 12:04 AM
Promoted
[Esp./Eng.] No te pienso, te siento. || I don't think you, I feel you.
De tus manos que se abren como el vuelo/ Soloescribe concurso #31 ...
$ 0.052
11
3
4
slawas
design-patterns
Friday, March 23, 2018 12:12 PM
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
$ 2.688
2
slawas
design-patterns
Friday, March 23, 2018 11:57 AM
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
$ 0.000
2
slawas
design-patterns
Friday, March 23, 2018 8:21 AM
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
$ 0.000
1
slawas
design-patterns
Friday, March 23, 2018 8:08 AM
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
$ 0.000
5
2
Top communities
Create decentralized community