Polly – Immediate Retry Pattern 19. June 2024 Parakh ASP.Net Core, Polly Resilience Framework (0) This article describes the implementation of the immediate retry pattern using Polly. Code is implemented in ASP.Net Core. [More]
Polly–Retry Pattern 11. June 2024 Parakh Polly Resilience Framework (0) Article describes and provides example of Polly Retry Patterns [More]
Polly - An Introduction 30. December 2023 Parakh Design Patterns, Cloud Computing (0) The article gives a high level introduction to transient errors and how resilient frameworks like Polly can help resolve such errors. [More]
Pivoting in SQL Server 5. February 2022 Parakh SQL Server (0) In this article, we learn how to do pivoting in SQL Server. [More]
How to Generate a Sequence of Date and Time Values in SQL 1. January 2022 Parakh SQL Server (0) The article talks about leveraging the window function of Row Number to generate a sequence of dates and time values. [More]
How to Create a Virtual Numbers Table in SQL 7. November 2021 Parakh SQL Server (0) The article shows how to generate a virtual table of numbers to generate sequential numbers on demand. A user defined table-valued function can be created to emit out such numbers. [More]
Normalization In Relational Databases 21. October 2021 Parakh Database Design (0) Post tries to teach the concept of normalization in relational databases in a simple to understand manner with the help of a real life example. [More]
Events and Delegates – Part 3 of 3 19. November 2020 Parakh (0) In part 2 of this series, I introduced delegates as the implementation of the callback mechanism in .net. We saw how a delegate act as a pipeline connecting code that generates information to the code that uses that information. In this post, I will introduce events and how they fit neatly into the... [More]
Delegates And Events – Part 2 of 3 19. November 2020 Parakh Visual C# (0) This post explains the concept of delegates in a lucid manner, giving simple to understand code examples. [More]
Delegates And Events–Part 1 of 3 19. November 2020 Parakh Visual C# (0) This post attempts at explaning the concept of delegates and events in C# as it relates to real life, in as simple a manner as possible. [More]