Skip to content

Instantly share code, notes, and snippets.

View Wintermute21's full-sized avatar

John Best Wintermute21

  • San Francisco, CA
View GitHub Profile

Keybase proof

I hereby claim:

  • I am wintermute21 on github.
  • I am wintermute21 (https://keybase.io/wintermute21) on keybase.
  • I have a public key ASBR0eBmfk2G0jKzi2NmKa0VimT4u4A-uXYQmU6-0PjyaQo

To claim this, I am signing this object:

@Wintermute21
Wintermute21 / main.cs
Last active March 16, 2019 00:37
BulkCopy
using System;
using System.Data.SqlClient;
using System.Data;
public class Program() {
public static void Main() {
SqlCommand cmd = new SqlCommand();
cmd.