9
Packages
899,613
Downloads of marc.gravell's packages
marc.gravell's Profile
Packages
-
MiniProfiler
Lightweight mini-profiler, in particular designed for ASP.NET MVC sites
-
MiniProfiler.EF
MiniProfiler integration for Entity Framework
-
MiniProfiler.MVC3
ASP.NET MVC3 specific package for the Lightweight mini-profiler. We attempt to automatically hook up as much as possible including EF code first. This package is optional.
-
protobuf-net
Protocol Buffers is the name of the binary serialization format used by Google for much of their data communications. It is designed to be: small in size - efficient data storage (far smaller than xml) cheap to process - both at the client and server platform independent - portable between different programming architectures extensible - to add new... More information
-
BookSleeve
Fully asynchronous Redis client, capable of pipelined operations; this acts as a multiplexer, allowing high-performance parallel usage of a single connection (or few connections) without being blocked on each separate request. All core redis opeations are supported. This library can also be used from C# 5.0/async very effectively.
-
Dapper dot net
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
-
FastMember
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.
-
FastMember.Signed
See the FastMember package... just: signed
-
protobuf-net.Enyim
The Enyim memcached client provides "memcached" cache support; this package adds a protobuf-net transcoder, allowing fast and efficient serialization/deserialization instead of using BinaryFormatter.