Skip to content

Instantly share code, notes, and snippets.

@volkanpaksoy
volkanpaksoy / ConvertMarkdown.cs
Created October 31, 2019 14:12
ConvertMArkdown
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConvertMarkdown
{
public class Converter
@volkanpaksoy
volkanpaksoy / YieldWorkout.cs
Created October 31, 2019 14:10
YieldWorkout
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication1
{
public class YieldWorkout
{
@volkanpaksoy
volkanpaksoy / TopshelfWorkout.cs
Created October 31, 2019 14:07
TopshelfWorkout
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Topshelf;
namespace TopshelfWorkout
{
class Program