Skip to content

Instantly share code, notes, and snippets.

@bleroy
Created January 20, 2016 00:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bleroy/df2b3d46a18146a561c6 to your computer and use it in GitHub Desktop.
Save bleroy/df2b3d46a18146a561c6 to your computer and use it in GitHub Desktop.
using (var cnx = new ConnectionFactory().CreateEncodedConnection())
{
cnx.Publish("foo", new Company
{
Name = "Apcera",
Address = "140 New Montgomery St."
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment