#sql
Read more stories on Hashnode
Articles with this tag
Managing database schemas as your applications grow can quickly become a headache. Manual changes are error-prone and time-consuming. This can easily...
Sometimes, especially in high-traffic scenarios, you absolutely need to ensure that only one process can modify a piece of data at a time. Imagine...
Whether you're building a data analytics platform, migrating a legacy system, or onboarding a surge of new users, there will likely come a time when...
How often do you think about concurrency conflicts when writing code? You write the code for a new feature, confirm that it works, and call it a...
Dapper is a lightweight object-relational mapper in .NET. It's popular because it's easy to use and fast at the same time. Dapper extends the...
EF Core is getting many new and exciting features in the upcoming version. EF7 introduced support for returning scalar types using SQL queries. And...