Skip to content

Instantly share code, notes, and snippets.

View richardkundl's full-sized avatar

Richard Kundl richardkundl

View GitHub Profile
@richardkundl
richardkundl / MimeTypeLookup.cs
Last active August 29, 2015 14:07 — forked from ChristianWeyer/MimeTypeLookup.cs
Mime type lookup
using System;
using System.Collections.Generic;
using System.IO;
namespace Acme.Infrastructure.Helper
{
public static class MimeTypeLookup
{
private static readonly Dictionary<string, string> _mappings = new Dictionary<string, string>(1500, StringComparer.InvariantCultureIgnoreCase)
{