Posts tagged with c#

Feb 21 2012

Resharper structural search and replace Part II - Custom Quick Fixes

Resharper structural search and replace Part II - adding your own quick fixes

resharperc#
Feb 20 2012

Resharper structural search and replace Part I - Searching

Using Resharper's structural search and replace to find usages.

resharperc#
Nov 30 2011

C# Wrapper for 32 and 64 bit LZO

A class to assist using the high performance LZO Compression library.

c#lzo
Nov 3 2011

Serialization with protobuf-net

Using protobuf-net to serialize objects without hassle

c#protobuf-net