Skip to content

Instantly share code, notes, and snippets.

@superlloyd
superlloyd / EFHint.cs
Created November 20, 2019 01:51
Extend EntityFramework with Table.With(options such as table index) and query options
using System;
using System.Collections.Generic;
using System.Data.Common;
using System.Data.Entity;
using System.Data.Entity.Infrastructure.Interception;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
@superlloyd
superlloyd / MultiSelect3.html
Last active January 28, 2018 11:17
A simple, acceptably good looking, multi-select VueJS (2.0) component, with example
<html>
<head>
<title>hello custom multi select</title>
<script src="http://cdnjs.cloudflare.com/ajax/libs/vue/2.0.5/vue.js"></script>
<!-- START of SELECT3 -->
<style>
.select3-container {
position: relative;