TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Transaction
A
Transaction
is the context of a database and it is a logical unit that is independently executed for data retrieval or updates. Means that we can perform the data SQL queries to update the values from database. In our daily life we are do
Transaction
on bank ATM which is work on automatic update query and the context of a database and it is a logical unit that is independently executed for data retrieval or updates. In relational databases, database
Transaction
must be atomic, consistent, isolated and durable summarized as the ACID acronym.
Transaction
are completed by COMMIT or ROLLBACK SQL statements which indicate a transaction’s beginning or end. The ACID acronym defines the properties of a database
Transaction
follows with Atomicity , Consistency, Isolation and Durability.
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Shubhankar Banerjee (5)
Shivom Agarwal (5)
Rinki (4)
Aman Gupta (3)
Ayush Gupta (2)
Monica Rathbun (2)
Chethan N (2)
Satya Karki (2)
Jignesh Trivedi (2)
John Charles Olamendy (2)
Asif Khan (2)
Rohatash Kumar (2)
Muzaffar Ur Rahman (1)
Nikunj Satasiya (1)
Chetan Sanghani (1)
Sarfaraj Ansari (1)
George (1)
Sreenath Kappoor (1)
Ajay Kumar (1)
Jaimin Shethiya (1)
Nagnath Kendre (1)
Kailash Chandra Behera (1)
Punar Dutt Rajput (1)
Kamal Rawat (1)
Ravi Shukla (1)
Reeta Singh Lodhi (1)
Venkatesan Jayakantham (1)
Dipal Choksi (1)
Manas Mohapatra (1)
Jefferson S. Motta (1)
Munir Shaikh (1)
Uday Dodiya (1)
Chris Balnave (1)
Nitesh Jha (1)
Anand Lakshminarasimh (1)
Hiren V (1)
Amit Mohanty (1)
Mahesh Alle (1)
Dinesh Ravishankar (1)
Catcher Wong (1)
Abdul Basith (1)
Anu Viswan (1)
Ravi Shekhar (1)
Ishoo Anyal (1)
Kirtesh Shah (1)
Sanjay Kumar (1)
Gaurav Gupta (1)
Destin Joy (1)
paulyau (1)
Konstantin Knizhnik (1)
shrijeet (1)
C# Curator (1)
Kamran (1)
Arjun Panwar (1)
Henry He (1)
Amir Ali (1)
Christian Del Bianco (1)
Ethan Millar (1)
Vishal Gilbile (1)
Ahmar Husain (1)
Shivprasad (1)
Ramesh Kartik (1)
Hemant Jindal (1)
Vishal Nayan (1)
Kapil Singh Kumawat (1)
Vidya Vrat Agarwal (1)
Praveen Sreeram (1)
Sarathlal Saseendran (1)
Dave Williams (1)
Sabyasachi Mishra (1)
Bhushan Gawale (1)
Nishant Mittal (1)
Bhuvanesh Mohankumar (1)
Arjun Singh (1)
Sekhar Srinivas (1)
Mukesh Kumar (1)
Ramchand Repalle (1)
Pankaj Kumar Choudhary (1)
Rajeev Ranjan (1)
Related resources for Transaction
No resource found
Understanding Three-Phase Commit in Microservices
9/12/2024 11:24:23 AM.
Delve into how distributed transactions ensure consistency, atomicity, and fault tolerance across decentralized systems, maintaining ACID properties crucial for scalability and robust transaction mana
Quiet Times in Real-time Marketing Dynamic 365
8/23/2024 9:50:44 AM.
Quiet times in Dynamics 365 Customer Insights manage customer communication by pausing messages during specified periods. You can set weekly schedules and special dates for each channel, like email or
Transaction Management in Spring Boot
7/30/2024 7:19:23 AM.
Learn how to handle database transactions effectively, ensure data integrity, and manage rollbacks and commits within your Spring Boot applications. Perfect for developers seeking in-depth insights.
Creating Maintaining Utilizing Transactions in SQL Server
7/25/2024 5:25:28 AM.
A transaction in SQL Server is a sequence of operations performed as a single logical unit of work. A transaction has four main properties, often referred to by the acronym ACID: Atomicity, Consistenc
Transactions in ADO.NET: Ensuring Data Integrity
7/23/2024 8:18:17 AM.
In database management, transactions are essential to ensure data integrity and consistency. A transaction is a sequence of operations performed as a single logical unit of work
Understanding of Polygon (MATIC)
7/23/2024 8:09:50 AM.
Polygon (MATIC) is a Layer 2 scaling solution for Ethereum, enhancing transaction speed and reducing costs via sidechains and rollups. It offers EVM compatibility, enabling seamless smart contract dep
Database Recovery (1-2-1): Use Transaction Log to Recover the Deleted or Modified Data
7/13/2024 2:03:01 PM.
This article is to use of Transaction Log to Recover the Deleted or Modified Data. The SQL Server Transaction Log plays an important role in recovering deleted or modified data if you mistakenly perfo
Error handling in Transact-SQL (T-SQL)
7/13/2024 10:59:58 AM.
Effective error handling in T-SQL (Transact-SQL) is vital for managing unexpected issues in database operations. Using TRY-CATCH blocks, RAISEERROR, and error functions like ERROR_MESSAGE and ERROR_NU
The Unit of Work Pattern in C# for Modern Applications
7/11/2024 8:17:00 PM.
Explore the Unit of Work pattern in C#, essential for modern application development. Discover how it facilitates efficient database operations, manages transactions with Entity Framework, and enhance
SQL Merge Statement: Syntax, Usage, and Example
6/25/2024 5:51:39 AM.
The SQL MERGE statement combines INSERT, DELETE, and UPDATE operations into a single query, synchronizing data between source and target tables based on key fields. This powerful command efficiently h
Top Java Spring Boot Scenario-Based Interview Questions
6/24/2024 9:22:12 AM.
Preparing for a Spring Boot interview? Master scenario-based questions covering database migrations with Flyway, REST API exception handling using @ControllerAdvice, Spring Security for authentication
The Role of Nonces in Ethereum and EVM Transactions
6/19/2024 9:33:55 AM.
Explore the role of nonces in EVM-based blockchains like Ethereum. Learn how nonces ensure transaction security, prevent double-spending, and maintain blockchain integrity.
Retrying Transactions in Solana
6/14/2024 10:45:38 AM.
Retrying Transactions in Solana can enhance reliability in blockchain operations. Explore strategies for handling network congestion, node failures, and smart contract interactions.
A Transaction Scope Or Nested Transaction
6/13/2024 11:12:00 AM.
A Transaction Scope or Nested Transaction in database management refers to managing atomic, consistent, isolated, and durable operations. It involves handling multiple database actions as a single uni
SqlTransaction In C#
6/13/2024 10:53:14 AM.
Transactions in databases ensure data integrity using ACID properties: Atomicity ensures all steps complete successfully or rollback completely, Consistency ensures transitions maintain data rules, Is
Transaction Confirmation and Expiration in Solana
6/11/2024 7:11:52 AM.
Explore Solana's high-performance blockchain, designed for decentralized applications and cryptocurrencies. Learn about its rapid transaction confirmation, the role of validators, and mechanisms b
Blockchain Efficiency with Solana Address Lookup Tables
6/6/2024 11:43:06 AM.
Explore Address Lookup Tables (ALTs) in Solana, enhancing blockchain efficiency by optimizing address management in transactions. Learn how ALTs streamline processes, reduce transaction size, and impr
Understanding Versioned Transactions in Solana
6/6/2024 7:51:40 AM.
Discover how Solana blockchain leverages versioned transactions for enhanced scalability, ensuring seamless upgrades while maintaining backward compatibility. Explore the benefits for developers, offe
Understanding ACID: The Foundation of Database Transactions
5/17/2024 6:27:51 AM.
In the domain of database management, ACID (Atomicity, Consistency, Isolation, Durability) principles assure transaction reliability. This article delves into ACID's history, necessity, evolution,
Transactions, Instructions, and Transaction Fees In Solana
5/15/2024 9:03:03 AM.
Welcome to the dynamic realm of Solana, where transactions are lightning-fast journeys through a decentralized universe. Explore the intricate interplay between transactions, instructions, and fees, p
SQL Concurrency: Maintaining Data Integrity in Concurrent Environments
5/14/2024 7:07:02 AM.
Concurrency in databases enables multiple users or processes to access and modify data concurrently, enhancing performance. SQL concurrency ensures data consistency and integrity through locking mecha
How To Quickly Change Azure SQL Database Service Level Objectives
5/3/2024 9:01:57 AM.
To swiftly adjust Azure SQL Database Service Level Objectives (SLOs), utilize Azure Portal's intuitive interface or T-SQL commands for efficient performance tuning. Consider migrating between DTU
Transactional Queue in .NET
5/1/2024 11:34:58 AM.
Transactional Queue in .NET facilitates reliable message processing with transactional integrity. Ensure data consistency and fault tolerance in distributed systems, leveraging the robust messaging ca
NHibernate in Details: Part 2
4/30/2024 9:49:29 AM.
Dive deeper into NHibernate with Part 2, exploring advanced topics like session management, querying, and performance optimization. Uncover the intricacies of this powerful object-relational mapping t
Queue-Based Messaging in Windows Azure
4/16/2024 8:40:51 AM.
This article discuss various queue-based messaging solutions in Windows Azure. The queue-based solutions include using Windows Azure Queues and Windows Azure Service Bus Queues. It also provides solut
Temporary Table vs Temporary Variable in SQL Server
4/3/2024 9:41:39 AM.
Temporary tables adhere to transaction boundaries, affected by rollbacks, whereas temporary variables remain unaffected, persisting data despite rollbacks. Illustrated through SQL queries, highlightin
VLFs - The Forgotten Foe
3/28/2024 6:30:53 AM.
Unveil the hidden impact of Virtual Log Files (VLFs) in SQL Server. Explore strategies to mitigate performance issues stemming from log file fragmentation and learn essential database maintenance tech
Change Data Capture - CDC with SQL server
3/21/2024 1:31:08 PM.
Learn how CDC facilitates seamless data integration, enables efficient data replication, and ensures accurate data synchronization, providing businesses with timely insights and streamlined operations
What is Change Data Capture(CDC)
3/7/2024 7:31:17 AM.
Change Data Capture (CDC) is a method used in databases to track and capture changes in data. It enables real-time updates by identifying and recording modifications made to the database, facilitating
Transactions in ASP.NET
2/12/2024 11:52:36 AM.
This article explains, how to process a transaction within ASP.Net web forms. Transactions in ASP.NET ensure atomicity, consistency, isolation, and durability (ACID properties) in data operations
Transaction In .NET
11/20/2023 10:57:39 AM.
This article describes what transaction is and how it can be implemented in .NET.
MongoDB and ACID Reliable Data Transactions with NoSQL Databases
10/30/2023 8:39:15 AM.
This article explains what ACID compliance means for database management systems and how MongoDB, a popular NoSQL database, supports ACID transactions.
Creating MultiSig Wallet Contract
10/13/2023 5:31:54 AM.
Learn to create secure multi-sig wallet contracts using Solidity, enhancing cryptocurrency protection.
How to Set-up Trezor Hadware Wallet?
10/9/2023 8:54:42 AM.
Secure your cryptocurrencies with Trezor Hardware Wallet - the ultimate shield against cyber threats and unauthorized access.
How to connect Trezor Hardware Wallet with Metamask
10/6/2023 5:53:41 AM.
Enhance your crypto security: Connect Trezor hardware wallet with Metamask for a powerful blend of offline storage and user-friendly access.
Why is Smart Contract Auditing Important for Blockchain Security?
9/20/2023 4:52:47 AM.
Smart contract auditing enhances security, prevents losses, and builds trust in blockchain transactions.
Distributed Transaction Coordinator/Control In ASP.NET (DTC)
9/14/2023 10:04:12 AM.
A transaction is a series of work perform as a single unit of work consistency and reliability of the system, can be achieved by binding a set of related operations together in a transaction. Here I w
Transaction Control Language (TCL) Commands in SQL
9/14/2023 6:04:10 AM.
In this article we will learn about Transaction Control Language (TCL) Commands in SQL.
A Fully ACID NoSQL Database System
8/23/2023 9:07:02 AM.
In this article, you will learn how and why RavenDB works as a fully ACID NoSQL database system.
Stored Procedure in Snowflake
8/10/2023 6:44:12 AM.
A Stored Procedure in Snowflake is a precompiled set of SQL and/or JavaScript code that can be stored in the Snowflake database and executed later as a single unit. It allows you to encapsulate comple
Object Relational Mapping (ORM) Using NHibernate - Part 5 - A of 8
8/4/2023 11:39:30 AM.
This is Part 5A of the article series, which concentrates on Many-to-Many Entity Association with a commonly used example but the model and code is a little different.
Properties of Transaction in Database
7/28/2023 6:46:38 AM.
In a database context, a transaction refers to a sequence of one or more database operations that are treated as a single unit of work. Transactions are essential for maintaining data integrity, consi
How To Configure Transactional Replication In MS SQL Server
4/10/2023 9:12:44 AM.
In this article, we will learn how to use configure Transactional replication in SQL Server.
How To Perform Transaction Using Swagger API On Stratis Blockchain
3/27/2023 3:32:10 AM.
This article demonstrates how we can perform transactions using Swagger on Stratis Blockchain and provides knowledge of Stratis Full Node API interaction through Swagger.
How To Perform Transaction Using Stratis Cirrus Core Private Net Wallet
3/22/2023 3:18:18 AM.
This article provides insights into different types of blockchain networks and guides beginners to perform the transaction using Stratis Cirrus Core Private Net Wallet.
How To Prevent Dead Lock in Entity Framework
3/10/2023 11:09:22 AM.
Recently I am working on Entity Framework as a data access layer-based Project. We found many performance issues with this application.
Various Types of Transactions in SQL Server
1/20/2023 10:37:40 AM.
This article explains how to use the transactions and various way of writing the transactions in SQL Server.
Simulating Autonomous Transactions in Microsoft SQL Server
1/14/2023 11:41:25 AM.
In the article, I will cover how to use table variable techniques in order to simulate the autonomous transaction behavior of Oracle databases in Microsoft SQL Server.
Low level Transactions And Call Data In Solidity
12/4/2022 9:01:57 AM.
In this article, let’s discuss about low level transaction and call data and also fallback and receive function in depth.
Distributed Transaction in C# Microservices using SAGA Pattern
4/11/2022 9:21:40 AM.
This article describes how to accomplish a distributed transaction in SAGA pattern with the help of DTM in C#'s microservices, and how to handle common anomalies in distributed transactions
Create A Transactionally Consistent Clone Of A Database In Azure SQL Database
3/26/2022 10:30:41 AM.
In this article, you will learn how to create a transactionally consistent clone of a database in Azure SQL database.
Transaction In File Operations
2/14/2022 3:38:10 PM.
The article illustrates how to create a transactional resource manager which supports File I/O operations.
TransactionScope in C#
2/8/2022 11:07:54 AM.
This article is a beginner's tutorial to understand what is Transactionscope and how to use it in real time.
How To Perform Azure Cross Container Transaction Operation In Cosmos DB
10/6/2021 12:34:38 AM.
Azure cosmos db does not provide transaction operation across different container with different PartitionKey. In this article I am going make ACID behavior using .net core c#
Microservices Architecture Pattern - SAGA
6/28/2021 11:35:44 AM.
In this article, you will learn about the Microservices Architecture pattern - SAGA.
Simple MySQL Transaction in ASP.Net
5/24/2021 6:43:08 AM.
In this article, I explain how to insert data into multiple tables using a MySQL Transaction in ASP.NET.
Working With Transaction in Entity Framework 6.0
4/8/2021 6:05:19 AM.
In this article, you will learn how to work with transactions in Entity Framework 6.0. Entity Framework internally maintains transactions when the SaveChanges() method is called. When we execute anoth
Transaction Support in Entity Framework 6
1/14/2021 12:25:20 PM.
With the release of EF6 we added two new APIs to DbContext.Database which make working with transactions easier: UseTransaction() and BeginTransaction().
SQL Server Transaction Log And High Availability Solutions
1/7/2021 5:52:27 AM.
This article discusses different types of SQL Server Transaction Logs and High Availability solutions.
Basic Database Operations in ADO.NET
11/2/2020 5:02:03 AM.
This Article will show the basic database transactions select, insert update and delete.
PERST: A Simple, Fast, Convenient Object Oriented Database
11/1/2020 11:18:49 PM.
PERST is a simple Object-Oriented Database implemented with pure C-Sharp and Java implementations.
Transactions and Concurrency Control using ADO.NET
10/29/2020 11:48:29 PM.
In this article I am concentrating on the transaction management and concurrency control in .NET environment.
ADO.NET Objects: Part I
10/29/2020 7:27:45 AM.
In this article I will explain about ADO.NET objects. This will help you in understanding them in an easy manner.
Overview of Automated Transcations
10/19/2020 5:47:20 AM.
Two or more .NET Framework objects can participate in the same transaction. One or more .NET Framework objects can participate in the same transaction as one or more COM+ objects. All objects must be
MySQL Transactions and Events
8/6/2020 1:37:12 AM.
In this article we will learn MySQL commands without executeing in the events body when autocommit is turnoff.
Building A Blockchain In .NET Core - Transaction And Reward
5/29/2020 12:06:02 AM.
In my previous article, I talked about Proof of Work. Proof of Work requires a lot of computing time, in turn, it uses a lot of electricity. One example is that the power consumed by the entire Bitcoi
Dynamically Add Fragment in Android Using Android Studio
3/30/2020 5:54:07 AM.
This article explains how to create Fragments dynamically in Android using Android Studio.
Distributed Transactions with Web API across Application Domains
3/28/2020 8:44:01 AM.
Start a transaction from a client application, involving Web API running in different application domains.
Difference Between Spring Transaction Propagation Attributes In Java Development
9/26/2019 5:12:23 AM.
In this article, you will learn about the difference between Spring Transaction Propagation attributes in Java Development.
MSMQ in WCF (Two Way Communication Between Client And Server): Part II
9/19/2019 3:49:37 AM.
In this article, we will try to implement a two way communication between the server and the client.
Transaction in WCF
9/17/2019 3:58:40 AM.
In this article, you will learn how to use a transaction in WCF.
WCF FAQ: Part 5 - Transactions
9/16/2019 3:30:15 AM.
This is my 5th WCF FAQ article. This article is completely dedicated to WCF transactions. In this article we will understand the WCF transaction protocol, two phases in WCF transaction, transaction op
Service Behavior In WCF
9/9/2019 12:32:50 AM.
This article explains Service Behavior in WCF. The WCF Service Behavior attribute is used to apply behavior at the service level.
Repository And UnitOfWork Pattern - Part Three
8/27/2019 8:14:11 AM.
This article describes how UnitOfWork, Repository Pattern, and Identity column work together and execute a statement in a single transaction.
Understanding and handling SQL Server Transaction Deadlocks
7/17/2019 3:36:47 AM.
Deadlocks occur when two users have locks on separate objects and each user wants a lock on the other's object.
Distributed Databases in SQL Server
7/10/2019 6:27:35 AM.
In this article, I will cover on distribution of SQL queries where each system manages a single copy of data, and uses distributed transaction mechanisms to access local and remote data.
How to Track Database Transaction Log in SQL Server 2012
7/5/2019 2:21:49 AM.
This article describes how to track a SQL Server Database Transaction Log and how to written the transaction log when you do any database action.
How to Recover Deleted/truncated and Dropped Data ,objects in SQL Server Using Transaction Log and LSNs
7/5/2019 1:47:54 AM.
This article describes how to recover deleted, truncated and dropped data objects using the transaction log and LSNs in SQL Server.
SQL Server - Rollback Transaction Completely In Case Of Error
6/3/2019 3:57:58 PM.
Learn what SQL Rollback is and how you want to rollback in SQL Server.
Understanding Transactions in SQL Server
5/28/2019 9:53:11 PM.
This article covers the fundamentals of SQL transactions and how to implement SQL Transactions in C# with ACID properties. SQL Transaction code example.
Azure SQL Database Transaction Unit (DTU) Calculator
12/11/2018 5:51:38 AM.
In this article you will learn about Azure SQL Database Transaction Unit (DTU) Calculator.
Introduction To Flowcharts In UiPath (RPA) And Create A Number Guessing Application
11/13/2018 2:20:54 PM.
We will discuss about the Flowcharts in UiPath and how to control the application flow. We will create a simple number guessing game application with Flowchart.
Stream Web API Transactions Using SignalR
4/15/2018 10:57:22 PM.
In the new world of APIs and microservices, it is absolutely correct to say that things have started moving really quickly; .i.e., transforming an idea into a product. But with all this agility comes
GitHub Repository Integration with VSTS CICD
4/15/2018 10:56:59 PM.
In this blog, I will walk you through how GitHub Repo can be integrated with VSTS CI and CD.
Implementing Blockchain Miner Rewards And Transactions In JavaScript
3/30/2018 5:19:48 PM.
In the previous article, Creating a Blockchain Using JavaScript, you learned how to create a simple blockchain application in JavaScript.
Transaction In MVC Using Entity Framework
3/1/2018 10:30:19 AM.
This article explains how to use transaction in MVC using entity framework to save records in different tables
Understanding Transactional Replication In SQL Azure Database
9/10/2016 2:37:22 PM.
In this article, you will learn about Transactional Replication in SQL Azure database.
Transaction And Isolation Levels In WCF
7/13/2016 12:27:18 AM.
In this article you will learn about transactions, isolation levels and there implementation.
Trace Database Transaction Using SQL Profiler
5/19/2016 2:22:19 AM.
In this article you will learn how to trace database transaction using SQL Profiler.
Concept Of Transaction Scope (Local and Distributed Transaction)
4/25/2016 11:56:09 AM.
In this article you will learn about the concept of Transaction scope (Local and Distributed Transaction).
Understanding Transaction Management
3/8/2016 3:38:00 AM.
This video will explain briefly about what is Transaction Management in JDBC. For the complete video series on JDBC https://app.pluralsight.com/library/courses/jdbc-java-platform-working-with-databas
How To Handle 'No Longer Usable SqlTransaction' Error In C#
10/31/2015 7:36:40 AM.
In this article, you will learn how to resolve the following error: “This SqlTransaction has completed; it is no longer usable”.
Stored Procedure Practices in SQL Server
7/3/2015 4:38:12 PM.
This article explains when to choose Stored Procedures, what is to be considered when creating a Stored Procedure with a template and also the definition of a sample Stored Procedure.
Transaction Management in SQL
5/28/2015 2:45:36 PM.
This article explains Transaction Management in SQL.
SQL Server Temporary Table With Master and Transaction Tables
4/14/2015 9:18:09 PM.
This article explains temporary tables with examples in SQL Server.
Understanding Temporary and Transaction Tables in SQL Server
4/14/2015 3:17:11 PM.
This article explains Temporary and Transaction tables in SQL Server.
Restore a SQL Server BACKUP Using Transact-SQL
7/24/2014 2:43:54 PM.
This article describes how to restore a SQL Server backup using one of multiple methods using Transact-SQL.
SQL Server DATABASE Transaction LOG BACKUP Using Transact-SQL
7/22/2014 12:15:33 AM.
This article describes SQL Server database transaction LOG backups and how to take a SQL Server database transaction LOG backup with multiple methods using Transact-SQL.
How to Track User That Dropped/Deleted TSQL on SQL Server Objects
7/15/2014 11:47:47 PM.
In this article I will explain how to track the user that dropped/deleted TSQL on SQL Server Objects.
Microsoft Drivers For PHP For SQL Server
6/4/2014 1:13:55 PM.
In this article we will learn the sqlsrv API, which is a Microsoft driver for PHP for SQL Server. This API helps us to use the SQL Server database in a PHP Project.