A plugin to open your records in your browser. Choose the record type, enter a Guid and optionally select a form. The plugin will check if the record exists, and opens your record in your browser.
Structured Logging support suitable for AWS Logging from within AspNetCore. Logs in JSON form, including a rendered message, unary scope properties (tags), and KeyValuePair scope properties. An extention method is provided to register a structed AWS log provider; other than that there's no real AWS...
More information
Powershell module to deploy BTDF biztalk application Msi for continous automated deployment. This script was tested with Biztalk 2013 R2 and BTDF 5.6RC
Add to the *.cs file header:
using static ClrPro.ESharp;
And use:
Using(new MyScopeExtension()).Do(s=>{ Console.WriteLine(s.ToString());})
var myAction = Y(()=>return 10); // myAction have type Func<int>;