Skip to content

Instantly share code, notes, and snippets.

View BillStrait's full-sized avatar

BillStrait

View GitHub Profile

Keybase proof

I hereby claim:

  • I am BillStrait on github.
  • I am billdr (https://keybase.io/billdr) on keybase.
  • I have a public key whose fingerprint is 222D 6849 D4B7 437D 5F73 9056 CC38 BE07 F558 12EC

To claim this, I am signing this object:

Verifying that +billdr is my blockchain ID. https://onename.com/billdr

Keybase proof

I hereby claim:

  • I am BillStrait on github.
  • I am billdr (https://keybase.io/billdr) on keybase.
  • I have a public key whose fingerprint is 7B03 559F 48D3 E866 571F BE2A 6E5C FE2B 0646 0465

To claim this, I am signing this object:

public class Foo
{
[Key]
public Int32 FooId { get; set; }
public String Drr { get; set; }
public ICollection<Bar> Bars { get; set; }
}
public class Bar
{