This sample allows you to highlight C# source code. Highlighting is based on http://hilite.me web service, which is called from a background job in a truly asynchronous way – neither controller, nor any other entity is waiting for a completion. Results are delivered via WebSockets using SignalR.

All the snippets are removed every day at 12:00 AM UTC.

public class Hangfire {
public Hangfire(){}
}
Lol is this real! 
11
Console.WriteLine("Hello, world!");
class Test {}
teste
Console.Writeline("Test');
public void SayHi(){
Console.WriteLine("Hi Hangfire");
}
var teste = "Teste";
await Task.Delay(TimeSpan.FromSeconds(5), cancellationToken);
Console.WriteLine("Hello, world!");
class Test {}
teste
Console.Writeline("Test');
public void SayHi(){
Console.WriteLine("Hi Hangfire");
}
var teste = "Teste";
await Task.Delay(TimeSpan.FromSeconds(5), cancellationToken);
Console.WriteLine("Hello, world!");