Introduction Using async-await is part and parcel of a .NET developer life. We love to use methods with the “Async” suffix. Async-await is indeed a…
Introduction Using async-await is part and parcel of a .NET developer life. We love to use methods with the “Async” suffix. Async-await is indeed a…
Introduction The post title might seem to be a little enigmatic. How does the Equals method have something to do with the program performance? Well,…
Introduction Sometimes it happens that you should write unit tests… Just kidding – you HAVE TO write unit tests (me as well). In a perfect…
Introduction Elasticsearch search is a powerful search and analytics engine. Behind the scene Elasticsearch is a document-oriented database. It could be combined with other tools…