<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>csharp on Further Heitz</title>
    <link>/tags/csharp/</link>
    <description>Recent content in csharp on Further Heitz</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>Kelly Heitz</copyright>
    <lastBuildDate>Wed, 15 Jul 2020 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="/tags/csharp/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>ExpandoObject</title>
      <link>/post/c-sharp-expando-object/</link>
      <pubDate>Wed, 15 Jul 2020 00:00:00 +0000</pubDate>
      
      <guid>/post/c-sharp-expando-object/</guid>
      <description>I came across a neat C# feature the other day - the ExpandoObject class. It&amp;rsquo;s been available since .Net 4, but I&amp;rsquo;d never seen it used in any of the codebases where I&amp;rsquo;ve worked. It combines with the &amp;lsquo;dynamic&amp;rsquo; keyword (which I have come across, but only infrequently), and the Microsoft docs have this to say about the purpose:
 The ExpandoObject class enables you to add and delete members of its instances at run time and also to set and get values of these members.</description>
    </item>
    
    <item>
      <title>A Batter Way to Handle the Whisks of Technical Change</title>
      <link>/post/c-sharp-static-interface-methods/</link>
      <pubDate>Tue, 07 Jul 2020 00:00:00 +0000</pubDate>
      
      <guid>/post/c-sharp-static-interface-methods/</guid>
      <description>Here&amp;rsquo;s a cool feature of C# 8 that I found use for in an application I&amp;rsquo;m developing. In my context, it&amp;rsquo;s useful because I have both a few types of things that share logic, as well as patterns that can apply in any combination to multiple things that have fixed relationships to other implementations.
I can&amp;rsquo;t find the original example that put me onto this possibility, but here is a similar blog post detailing their own example - C# Default Interface Methods</description>
    </item>
    
  </channel>
</rss>