Skip to content

Instantly share code, notes, and snippets.

View dawust's full-sized avatar

Daniel Wust dawust

  • Digitec Galaxus AG
  • Zürich
View GitHub Profile
using System;
using System.Data;
using System.Threading;
using System.Transactions;
using Microsoft.Data.SqlClient;
namespace CorruptConnection
{
class Program
{