My Blogs
- My Dev Tools 2023
As a senior Dotnet Developer, I am using variety of tools to make my work easy. I will try to describe purpose and use cases of those tools in simple way, really not going to explain how to use it.
- How Sql Joins Works a Beginners Introduction
In this blog, I am going to explain the basics of joins in SQL queries. This idea of writing a blog about SQL joins came when me and my colleagues discussing about joining two tables
- Reading Postgresql JSONB to DotNet Complex Types Using Dapper
In many cases we might want to maintain the data in single column as JSON. For example a API response from any of the services like payment responses from payment gateway
- Logging Authentication Cookies Send / Received by Clients in ASPNetCore
One time we had an issue that is request from our client passes authentication for one request but failed for next request which is raised immediately after the first request to the same URI