<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Il on Strathweb. A free flowing tech monologue.</title>
    <link>https://www.strathweb.com/categories/il/</link>
    <description>Recent content in Il on Strathweb. A free flowing tech monologue.</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 13 Dec 2019 15:06:13 +0000</lastBuildDate><atom:link href="https://www.strathweb.com/categories/il/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Creating Common Intermediate Language projects with .NET SDK</title>
      <link>https://www.strathweb.com/2019/12/creating-common-intermediate-language-projects-with-net-sdk/</link>
      <pubDate>Fri, 13 Dec 2019 15:06:13 +0000</pubDate>
      
      <guid>https://www.strathweb.com/2019/12/creating-common-intermediate-language-projects-with-net-sdk/</guid>
      <description>&lt;p&gt;When you compile your C#, F# or VB.NET code, which are all high-level managed languages, the relevant compiler doesn&amp;rsquo;t compile it to native code, but instead it compiles it into the &lt;a href=&#34;https://en.wikipedia.org/wiki/Common_Intermediate_Language&#34;&gt;Common Intermedia Language&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The IL code is then just-in-time (not always, but let&amp;rsquo;s keep things simple) compiled by the CLR/CoreCLR to machine code that can be run on the CPU. What I wanted to show you today, is that with the new &lt;em&gt;Microsoft.NET.Sdk.IL&lt;/em&gt; project SDK, it is actually quite easy to create and build projects in pure IL.&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s have a look.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
