Hello and welcome. This site contains some articles and notes related to programming mostly in the .NET space.

Recent Posts

Sep 10 2019

A free Highly Availabile Database

A free Highly Availabile Database

ravendbvagrant
May 23 2019

RavenDb 4 Part 2 - Client Configuration

Configure the web app or windows service to communicate with a RavenDB cluster.

ravendbiiswindows-services
May 22 2019

RavenDb 4 Part 1 - Installation

RavenDb 4 install using certificates (self signed or bring-your-own)

ravendb4
Feb 5 2017

Run asp.net core web app as a windows service via IIS

Run your background services and web app in the same service whilst IIS proxies web requests on port 80 or 443

May 21 2016

Add sass and autoprefixer to gulp in visual studio 2015

Add sass and autoprefixer to gulp in visual studio 2015

Apr 19 2016

in praise of ravendb

RavenDb "re-install" a breeze. SQL server not so much

Feb 21 2013

nuget cheat sheet

nuget cheat sheet

nuget
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
Sep 19 2011

Renaming duplicate properties using Resharper

Rename a property to an existing property name using Resharper

resharper
Aug 30 2011

Debugging dump files created on another machine

Some issues you might encounter when opening process dump files created on another machine.

.netvisual-studio-2010debugging