DotNet By Ajay — New: ES2025 cheat-sheet is live!

June 12, 2023

VS Messages - IDE0090 - 'new' expression can be simplified


May 10, 2023

What is the difference between ExecuteScalar, ExecuteReader, and ExecuteNonQuery?


May 9, 2023

C# | ExecuteNonQuery


February 15, 2023

February 14, 2023

How to add the prefix to the ID column with auto increment ID in SQL?

Here, I am taking an example of a Product. We have different types of  products, so I want to generate a new ProductId using a prefix of value like the below: