Dipak GawadeWriting code — Time complexityIf someone asks me, which sorting algorithm is efficient with respect to time, I would answer — in general ‘Quick sort’. How do I know…Feb 16, 2023Feb 16, 2023
Dipak GawadeC# — Is collection empty — Count vs Any?Problem statement — Before operating on any collection, we check if the collection is null or empty. Null check is usually done by…Dec 21, 20207Dec 21, 20207
Dipak GawadeC# 7.0 Features — Continued.This is 2nd part of ‘C# 7.0 Features — let’s explore’ article. You have missed the previous one, I would recommend reading that one first.May 25, 2020May 25, 2020
Dipak Gawadein.Net ProgrammingC# 7.0 Features — Let’s explore?Although C# 7.0 was released in March 2017, there were many features of this version I was unaware of. After amazing experience with C#…May 12, 2020May 12, 2020
Dipak GawadeinThe StartupRequirements Engineering — BDD Example MappingIn one of our retrospective meeting two months back, we were looking at RQ statistics of our freshly delivered stories. There was a chart…Apr 10, 2020Apr 10, 2020
Dipak GawadeinThe StartupC# IDisposable and Using keywordSince there are hundreds of articles available over the internet, I need to mention the reason of writing something on same topic. We know…Feb 27, 20201Feb 27, 20201
Dipak GawadeWe use IPSoVI technique. Why?A year before, we used to follow usual Agile process of backlog refinement and planning. The PO used to refine the story with team, team…Jan 29, 2020Jan 29, 2020
Dipak GawadeMocking for unit tests — Understand the conceptUnit testing is testing the behavior of single unit (e.g. class). It is important to detect class level issues early as well as serve as…Dec 15, 2019Dec 15, 2019
Dipak GawadeinThe StartupC# interview prep 1 — Delegates vs EventsThere are hundreds of articles online on this topic. They why am I writing one? The motive behind writing on this topic is the answers I…Dec 1, 20195Dec 1, 20195
Dipak GawadeDesign patterns article 13 — Proxy design patternWhen we see audition episodes of music/dance reality shows, they first show entry of thousands of participants and then compilation of…Nov 26, 2019Nov 26, 2019