Skip to content

Instantly share code, notes, and snippets.

View slav's full-sized avatar

Slav Ivanyuk slav

View GitHub Profile
@trbngr
trbngr / EventStoreService.cs
Last active July 4, 2017 21:29
EventStore as a windows service w/ TopShelf
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Net;
namespace EventStoreService
{
public class EventStoreService
{
@slav
slav / FilesHelper
Created August 1, 2012 02:45
Test files helper to manage loading files with test data or generating temp test files
using System;
using System.IO;
using System.Reflection;
namespace Tests.Helpers
{
/// <summary>
/// Assists working with test files.
/// </summary>
/// <remarks>By default this class assumes your test files will be located