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
Content
People
Search
Any Word
Exact Word
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Anubhav Chaudhary(5)
Rinki (3)
John Charles Olamendy(2)
Nikunj Satasiya(1)
Jefferson S. Motta(1)
Dinesh Ravishankar(1)
Christian Del Bianco(1)
Dave Williams(1)
Asif Khan(1)
Vidya Vrat Agarwal(1)
Mahesh Alle(1)
Imran Ghani(1)
Varesh Tuli(1)
Shekhar Chauhan(1)
Arjun Panwar(1)
Anand Thakur(1)
Moses Soliman(1)
harikishan.jayaraj (1)
Chetan Sanghani(1)
Shubhankar Banerjee(1)
Ayush Gupta(1)
Ravi Shekhar(1)
Nipun Tomar(1)
Davin Martyn(1)
Mahesh Chand(1)
Shivprasad (1)
shrijeet (1)
Dipal Choksi(1)
Latest First
Oldest First
Most Viewed
Sort By
Search Results
No search result found
Creating Maintaining Utilizing Transactions in SQL Server
Jul 25, 2024.
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, Consistency, Isolation, and Durability.
Retrying Transactions in Solana
Jun 14, 2024.
Retrying Transactions in Solana can enhance reliability in blockchain operations. Explore strategies for handling network congestion, node failures, and smart contract interactions.
Understanding Versioned Transactions in Solana
Jun 06, 2024.
Discover how Solana blockchain leverages versioned transactions for enhanced scalability, ensuring seamless upgrades while maintaining backward compatibility. Explore the benefits for developers, offering flexibility and setting a new standard in blockchain technology.
MongoDB and ACID Reliable Data Transactions with NoSQL Databases
Oct 30, 2023.
This article explains what ACID compliance means for database management systems and how MongoDB, a popular NoSQL database, supports ACID transactions.
Low level Transactions And Call Data In Solidity
Dec 04, 2022.
In this article, let’s discuss about low level transaction and call data and also fallback and receive function in depth.
Distributed Transactions with Web API across Application Domains
Mar 28, 2020.
Start a transaction from a client application, involving Web API running in different application domains.
Implementing Blockchain Miner Rewards And Transactions In JavaScript
Mar 29, 2018.
In the previous article, Creating a Blockchain Using JavaScript, you learned how to create a simple blockchain application in JavaScript.
Stream Web API Transactions Using SignalR
Mar 27, 2018.
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 a lot of moving parts, which sometimes results in serious overhead and in some cases failure of the sole product.
Understanding Transactions in SQL Server
Sep 25, 2013.
This article covers the fundamentals of SQL transactions and how to implement SQL Transactions in C# with ACID properties. SQL Transaction code example.
Various Types of Transactions in SQL Server
Aug 06, 2013.
This article explains how to use the transactions and various way of writing the transactions in SQL Server.
How to Configure DTC Security to Coordinate Remote Transactions on Your System
Apr 18, 2013.
In this article you will learn how to configure DTC Security to coordinate Remote Transactions on your system.
How to Configure DTC Security to Allow Remote Transactions on Your System
Apr 16, 2013.
In this article you will learn how to configure DTC Security to allow your system to participate in Remote Transections.
How to Configure DTC Security to Allow Local Transactions on Your System
Apr 15, 2013.
In this article you will learn how to configure DTC Security to allow Local Transactions on your system.
Distributed Transactions Under Application Server in Windows Server 2012
Apr 11, 2013.
In today's article you will learn how to install the Distributed Transactions under Application Server in Windows Server 2012.
Simple Steps to Enable Transactions in WCF
Aug 05, 2012.
A transaction is basically a logical unit of work consisting of activities that must all succeed or fail and that must comply with ACID principals. This article provides simple steps for enabling transactions.
Measuring Transactions in the Synchronization Under QTP Tool in the Testing
Jul 25, 2012.
In this article we discuss how to measure Transactions in Synchronization under the QTP Tool in Testing
Ending Transactions in QTP in Automation Testing
Jul 21, 2012.
In this article we discuss how to end a transaction.
MySQL Transactions and Events
Nov 18, 2011.
In this article we will learn MySQL commands without executeing in the events body when autocommit is turnoff.
Using transactions in ADO.NET
Mar 13, 2010.
In this article, I will cover the main principles and techniques concerning transactions using ADO.NET as the data access technology and SQL Server as the Database system in order to build robust enterprise information systems.
Simulating Autonomous Transactions in Microsoft SQL Server
Oct 10, 2008.
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.
Maintaining Transactions in Enterprise applications using ADO.NET Transactions
Aug 07, 2006.
This article explains usage of System.Transactions to update tables of two different databases with two different data providers (SqlClient and OleDB) in Atomic(ACID) way.
Managing Distributed Transactions with ADO.NET 2.0 using TransactionScope
Apr 15, 2006.
This article describes how to manage distributed transactions that can span multiple data sources in a Microsoft .NET application.
Bulk Data Transactions using OpenXML
Oct 13, 2004.
OPENXML is a new function added to SQL Server 2000 that provides a rowset view over an XML document. Since a rowset is simply a set of rows that contain columns of data, OPENXML is the function that allows an XML document to be treated in the familiar relational database format. It allows for the passing of an XML document to a T-SQL stored procedure for updating the data.
Transactions in ADO.NET: Ensuring Data Integrity
Jul 23, 2024.
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
The Role of Nonces in Ethereum and EVM Transactions
Jun 19, 2024.
Explore the role of nonces in EVM-based blockchains like Ethereum. Learn how nonces ensure transaction security, prevent double-spending, and maintain blockchain integrity.
Understanding ACID: The Foundation of Database Transactions
May 17, 2024.
In the domain of database management, ACID (Atomicity, Consistency, Isolation, Durability) principles assure transaction reliability. This article delves into ACID's history, necessity, evolution, constraints, and SQL implementations' demonstrations.
Transactions, Instructions, and Transaction Fees In Solana
May 15, 2024.
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, powering Solana's vibrant digital economy.
TransactionScope in C#
Nov 28, 2013.
This article is a beginner's tutorial to understand what is Transactionscope and how to use it in real time.
Transactions in Oracle Database
Oct 21, 2013.
Let us understand how the user queries are handled at the oracle Database, what are all the processes involved in it.
Determine Whether Computer is Using Remote Coordinator and Resolve Existing Transactions
Apr 17, 2013.
In today's article you will learn how to determine whether a computer is using the Remote Coordinator and resolve existing transactions.
Transactions in Workflow
Oct 19, 2011.
In this article, I will show how transactions are implemented in Windows Workflow.
Transactions and Concurrency in ADO.NET
Jan 18, 2010.
In this article I will explain about Transactions and Concurrency in ADO.NET.
WCF FAQ: Part 5 - Transactions
Aug 09, 2009.
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 options and finally end up with simple sample for WCF transaction.
Transactions and Concurrency Control using ADO.NET
Aug 15, 2002.
In this article I am concentrating on the transaction management and concurrency control in .NET environment.
Transactions in ASP.NET
Oct 01, 2001.
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. Illustrated by a fund transfer example, transactions are units of code executed as a whole.
1
-
35
of
35
<<
1
>>
Search
OUR TRAINING