Savistupidsavi.hashnode.dev·Aug 4, 2024Transactions and ACID Properties in Databases (Part 1)In the realm of database management, data integrity and consistency are paramount. Database transactions and ACID properties help us achieve this. Let's first understand what a transaction is, and then we will explore ACID properties. What is a Trans...ACID Properties
Milan Jovanovićmilanjovanovic.hashnode.dev·Jun 22, 2024What You Need To Know About EF Core Bulk UpdatesWhen you're dealing with thousands or even millions of records, efficiency is king. That's where EF Core bulk update capabilities come into play. EF Core 7 introduced two powerful new methods, ExecuteUpdate and ExecuteDelete. They're designed to simp...51 reads.NET
Aviral Vardiyablog.aviralvardiya.com·Jan 22, 2024Week-8 @ 100xdevs cohort : Building a basic wallet application, incorporating responsive design and ustilizing transactions in database maniplation.Completed week-8 of 100xdevs cohort. This week, we learned about the responsive design of an app and utilized Tailwind CSS to achieve the same. Discussed the mobile-first design approach. Also, utilized Material UI to build consistent looking front...#database-transactions