<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Ralph Romero</title>
    <link>https://blog.romero.id.au/</link>
    <description>Recent content on Ralph Romero</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 11 Dec 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.romero.id.au/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Adding Custom WCF Headers Outbound from Biztalk</title>
      <link>https://blog.romero.id.au/posts/addingcustomwcfheadersbiztalk/</link>
      <pubDate>Fri, 11 Dec 2020 00:00:00 +0000</pubDate>
      
      <guid>https://blog.romero.id.au/posts/addingcustomwcfheadersbiztalk/</guid>
      <description>You may have written a WCF client calling a SOAP service with some custom headers and are wondering how to the same thing in Biztalk. I&amp;rsquo;ll explain how to map what you would do in C# with how to implement it in Biztalk.
Starting with a sample C# client
var xmlns = &amp;#34;http://www.myns.com&amp;#34;; var usn = &amp;#34;myusername&amp;#34;; var pw = &amp;#34;mypassword&amp;#34;; var userHeader = MessageHeader.CreateHeader(&amp;#34;Username&amp;#34;, ns: xmlns, value: usn); var pwHeader = MessageHeader.</description>
    </item>
    
    <item>
      <title>Displaying International Characters in the F# Console</title>
      <link>https://blog.romero.id.au/posts/displayinternationalcharactersinfsharpconsole/</link>
      <pubDate>Tue, 01 Dec 2020 00:00:00 +0000</pubDate>
      
      <guid>https://blog.romero.id.au/posts/displayinternationalcharactersinfsharpconsole/</guid>
      <description>When outputting non-English characters in an F# console, you may find that the characters are unrepresentable. For example
printfn &amp;#34;あそこで買う&amp;#34; printfn &amp;#34;ليونيكود&amp;#34; printfn &amp;#34;медве́дем&amp;#34; printfn &amp;#34;Hồ Xuân Hương&amp;#34; gives you
?????? ???????? ?????´??? H? Xuân Huong To correct this, set the output encoding before the output
System.Console.OutputEncoding &amp;lt;- System.Text.Encoding.Unicode printfn &amp;#34;あそこで買う&amp;#34; printfn &amp;#34;ليونيكود&amp;#34; printfn &amp;#34;медве́дем&amp;#34; printfn &amp;#34;Hồ Xuân Hương&amp;#34; then run the console. Click on the top left icon on the console window and select Properties.</description>
    </item>
    
    <item>
      <title>Applying C# Closures</title>
      <link>https://blog.romero.id.au/posts/applyingcsharpclosures/</link>
      <pubDate>Mon, 15 Jun 2020 00:00:00 +0000</pubDate>
      
      <guid>https://blog.romero.id.au/posts/applyingcsharpclosures/</guid>
      <description>There are many articles that describe what C# closures are, but it can be difficult to understand where or why you should use them. I&amp;rsquo;ll walk you through an example which will give you a better appreciation of the where and why. I assume you have already read other articles which describe what Closures are and how to implement them in C#.
Problem Statement We require a function that will give the word for hello in random different languages.</description>
    </item>
    
    <item>
      <title>Serving a Static Website from Biztalk</title>
      <link>https://blog.romero.id.au/posts/servingstaticwebsitefrombiztalk/</link>
      <pubDate>Mon, 15 Jun 2020 00:00:00 +0000</pubDate>
      
      <guid>https://blog.romero.id.au/posts/servingstaticwebsitefrombiztalk/</guid>
      <description>It is possible for Biztalk server to act directly as a basic web server serving up dynamic content. Of course you should consider when you need a full featured web server, but for basic cases such as serving up information to internal users, this can be a really simple solution.
The following shows how this is implemented.
Create Receive Location Create a WCF-WebHttp request response receive location. Pipelines should be set to passthrough.</description>
    </item>
    
    <item>
      <title>Medication for Addison&#39;s Disease in Dogs</title>
      <link>https://blog.romero.id.au/posts/medicationforaddisonsdiseaseindogs/</link>
      <pubDate>Sat, 15 Jun 2019 00:00:00 +0000</pubDate>
      
      <guid>https://blog.romero.id.au/posts/medicationforaddisonsdiseaseindogs/</guid>
      <description>Having a dog that has been diagnosed with Addison&amp;rsquo;s disease means a lifetime of medication twice a day. The main medication required every day is Florinef which at the vet costs $60 for 100 tablets which lasts you 25 days. There is an injectable medicine that does the same job as Florinef which only needs to be administered once a month which costs a whopping $160. The other medication which may be required is Prednisolone which is significantly cheaper but some dogs can manage fine without it.</description>
    </item>
    
    <item>
      <title>Rethinking the Alphabet Order</title>
      <link>https://blog.romero.id.au/posts/rethinkingthealphabetorder/</link>
      <pubDate>Fri, 14 Jun 2019 00:00:00 +0000</pubDate>
      
      <guid>https://blog.romero.id.au/posts/rethinkingthealphabetorder/</guid>
      <description>The first three letters of the alphabet are ABC. You can make the word CAB from it but it&amp;rsquo;s not a commonly used word. You may intuit that SAT might be better than ABC because you can make the words SAT and AT which are words that a two year old may know. Therein in my opinion is the inefficiency of the English alphabet order.
Being able to combine letters into words as early as possible when learning the alphabet allows those letters to be put in context and reinforce the learning.</description>
    </item>
    
    <item>
      <title>About</title>
      <link>https://blog.romero.id.au/about/</link>
      <pubDate>Fri, 19 Apr 2019 21:37:58 +0530</pubDate>
      
      <guid>https://blog.romero.id.au/about/</guid>
      <description>I&amp;rsquo;m a software consultant currently living in South Australia. I will write about things other than software.</description>
    </item>
    
  </channel>
</rss>
