-
Contrast Security
- http://www.mattwarren.org
Stars
This is a demo I use in my Functional Programming talks. You can see a version here. https://www.youtube.com/watch?v=rHmIf5xmKQg but I've updated it significantly, including the location of the map…
Compiles C# code by first rewriting the syntax trees of LINQ expressions using plain procedural code, minimizing allocations and dynamic dispatch.
Literature Review for Fault Detection in Distributed Systems
A cross-platform implementation of the Immix Garbage Collector
Use ETW events to show what the .NET GC is doing
A playground for code benchmarking
A simple template for an F# benchmark using BenchmarkDotNet and Diagnostics.Windows
Powerful .NET library for benchmarking
Implementation of a lock-free dictionary on .Net.
A .NET profiler that logs the activity of another profiler.
A simple C# type for working with contiguous buffers.
Resumes generated using the GitHub informations
Gets size of .Net Framework objects, can change type of object to incompatible and can alloc .Net objects at unmanaged memory area
Provides multiple ClrMD enhancements including LINQPad integration.
A Geospatial Library for .NET - a .NET port of spatial4j
synhershko / lucene.net
Forked from apache/lucenenetMirror of Apache Lucene.Net (incubating)
WinRT APIs implemented on standard .NET for portability
The splash previously running at www.appharbor.com
ayende / ravendb
Forked from ravendb/ravendbA linq enabled document database for .NET
My attempt to port Peter Norvig's spelling corrector to C# (as a way to learn LINQ) - see http://norvig.com/spell-correct.html
My implementation of the idea/code from http://blog.getpaint.net/2008/12/06/a-fluent-approach-to-c-parameter-validation/
A simple C# class using Generics that allows a type-safe way to access Variants