Skip to content

Instantly share code, notes, and snippets.

View kaworun's full-sized avatar

Kenta Oki kaworun

View GitHub Profile
@ichiroku11
ichiroku11 / gist:4750015
Last active December 12, 2015 09:18
dapper dot net を試す
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Dapper;
namespace ConsoleApp {