Skip to content

Instantly share code, notes, and snippets.

View igor-toporet's full-sized avatar

Igor Toporet igor-toporet

  • British Columbia, Canada
View GitHub Profile
using System;
using System.IO;
using System.Collections.Generic;
using System.Data.SqlServerCe;
using ServiceStack.OrmLite.SqlServer;
namespace Slyngelstat.OrmLite.SqlCe
{
public class SqlCeOrmLiteDialectProvider : SqlServerOrmLiteDialectProvider
{
@igor-toporet
igor-toporet / github.css
Created August 9, 2012 02:10 — forked from theconektd/github.css
Github Markdown CSS - for Markdown Editor Preview
body {
font-family: Helvetica, arial, sans-serif;
font-size: 14px;
line-height: 1.6;
padding-top: 10px;
padding-bottom: 10px;
background-color: white;
padding: 30px; }
body > *:first-child {