Csharp (Page 3)

Null or NotNull Read in English

This topic is related to this question on StackOverflow. Let's discover, what are CanBeNull or NotNull attributes? How they work?

Read more...

IndexOf with IEquatable Read in English

This topic started from question on StackOverflow: different collections (Array and List) have different implementation of IList.IndexOf method.

Read more...

Patterns: Retry vs Circuit Breaker Read in English

Today I want to tell you about two interesting patterns: Retry and Circuit Breaker. They look the same at first sight, but they are used for solving different problems.

Read more...

Паттерны: Retry vs Circuit Breaker Читать на русском

Сегодня хочется рассказать про два интересных паттерна: Retry и Circuit Breaker. На первый взгляд они очень похожи, но используются для решения совершенно разных проблем.

Read more...