Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

C# Interface too rigid

Instance method call Dispose

What is the most elegant way of shell sorting (comb / diminishing increment sorting) in C#?

(Problems with java.util.regex.Pattern) checking string for digits and letters

java string design-patterns

Force a programmer to invoke a method in its Base

c# design-patterns

Best Practice/Pattern to Populate 'ViewModel' objects

.net design-patterns mvvm

What is the correct system design when dealing with third party API?

May I call different classes (with different methods and types) that perform similar functions?

c# design-patterns

Protocol abstraction in C#

Android Dashboard Icon size

How do I reuse JUnit test methods for different testing contexts?

Functional Programming: How to handle complex data without bloated functions?

Cross module communication in modular monolith

What causes gradient banding and how do you fix it?

Decorators and Virtual Methods

c# design-patterns ooad

IObservableCollection<ViewModel<T>> wrapping ObservableCollection<T>

c# wpf mvvm design-patterns