Skip to content

Instantly share code, notes, and snippets.

@jdevillard
jdevillard / httpbin-org-v2-rev2.json
Created October 26, 2021 08:58
httpbin.org v2-rev2 service contract definition
{
"openapi": "3.0.1",
"info": {
"title": "HttpBinOrg",
"description": "",
"version": "1.0"
},
"servers": [
{
"url": "https://address-of/http-bin.org/"
@jdevillard
jdevillard / httpbin-org-v2.json
Created October 26, 2021 08:45
httpbin.org v2 service contract definition
{
"openapi": "3.0.1",
"info": {
"title": "HttpBinOrg",
"description": "",
"version": "1.0"
},
"servers": [
{
"url": "https://address-of/http-bin.org/"
@jdevillard
jdevillard / httpbin-org.json
Last active October 26, 2021 08:26
httpbin.org service contract definition
{
"openapi": "3.0.1",
"info": {
"title": "HttpBinOrg",
"description": "",
"version": "1.0"
},
"servers": [
{
"url": "https://address-of/http-bin.org/"
@jdevillard
jdevillard / program.cs
Created July 12, 2021 13:07
Signaling Workflow using CorrelationId or WorkflowId
using System;
using System.Threading.Tasks;
using Elsa.Activities.Signaling.Services;
using Elsa.ActivityResults;
using Elsa.Builders;
using Elsa.Services;
using Elsa.Services.Models;
using Microsoft.Extensions.DependencyInjection;
using Elsa.Activities.Console;
using Elsa.Activities.ControlFlow;
@jdevillard
jdevillard / IISLogEntry
Created October 24, 2014 22:34
Azure Web Job - Parsing IIS Log Blob to Table
#inspired from https://code.msdn.microsoft.com/windowsazure/Cloud-Service-Fundamentals-4ca72649
public class WebLogEntry
{
public String RowKey { get; set; }
public String PartitionKey { get; set; }
/*
date 2012-06-20
@jdevillard
jdevillard / BizTalk.Management.Automation.psd1
Created May 6, 2013 08:03
BizTalk Evaluation One Touch Configuration in Windows Azure
#
# Module manifest for module 'BizTalk.Management.Automation'
#
# Generated by: jdevillard
#
# Generated on: 30/04/2013
#
@{