<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" encoding="UTF-8" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:atom="http://www.w3.org/2005/Atom/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:fireside="http://fireside.fm/modules/rss/fireside">
  <channel>
    <fireside:hostname>web02.fireside.fm</fireside:hostname>
    <fireside:genDate>Mon, 18 May 2026 08:57:07 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>The .NET MAUI Podcast - Episodes Tagged with “Extensions”</title>
    <link>https://www.dotnetmauipodcast.com/tags/extensions</link>
    <pubDate>Thu, 23 Mar 2017 21:00:00 -0700</pubDate>
    <description>Keep up with the latest news in the world of mobile &amp; desktop development with the official .NET MAUI podcast! Join your hosts Matt Soucoup and James Montemagno as they discuss the latest and greatest in native cross-platform mobile and desktop 
 cloud development in .NET MAUI, Visual Studio, C#, F#, .NET, App Center, and Azure. 
</description>
    <language>en-us</language>
    <itunes:type>episodic</itunes:type>
    <itunes:subtitle>Keep up with the latest news in the world of mobile &amp; desktop development with .NET MAUI!</itunes:subtitle>
    <itunes:author>Microsoft</itunes:author>
    <itunes:summary>Keep up with the latest news in the world of mobile &amp; desktop development with the official .NET MAUI podcast! Join your hosts Matt Soucoup and James Montemagno as they discuss the latest and greatest in native cross-platform mobile and desktop 
 cloud development in .NET MAUI, Visual Studio, C#, F#, .NET, App Center, and Azure. 
</itunes:summary>
    <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/306e7564-d5eb-4af3-b3b2-e6aa1f21a9ce/cover.jpg?v=4"/>
    <itunes:explicit>no</itunes:explicit>
    <itunes:keywords>microsoft, visual studio, xamarin, ios, android, uwp, visual studio for mac, azure, devops, .net maui, maui</itunes:keywords>
    <itunes:owner>
      <itunes:name>Microsoft</itunes:name>
      <itunes:email>masoucou@microsoft.com</itunes:email>
    </itunes:owner>
<itunes:category text="Technology"/>
<itunes:category text="Education">
  <itunes:category text="How To"/>
</itunes:category>
<itunes:category text="News">
  <itunes:category text="Tech News"/>
</itunes:category>
<item>
  <title>Episode 37: Enhanced XAML Productivity with MFractor</title>
  <link>https://www.dotnetmauipodcast.com/37</link>
  <guid isPermaLink="false">af7ea26e-dc86-4749-86e3-63621627e788</guid>
  <pubDate>Thu, 23 Mar 2017 21:00:00 -0700</pubDate>
  <author>Microsoft</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/306e7564-d5eb-4af3-b3b2-e6aa1f21a9ce/af7ea26e-dc86-4749-86e3-63621627e788.mp3" length="39016324" type="audio/mp3"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Microsoft</itunes:author>
  <itunes:subtitle>In this episode of the Xamarin Podcast, Pierce Boggan is joined by Matthew Robbins to discuss his XAML productivity tool MFractor, building addins for Xamarin Studio, code generation with Roslyn, and his journey from idea to product.</itunes:subtitle>
  <itunes:duration>32:20</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/306e7564-d5eb-4af3-b3b2-e6aa1f21a9ce/cover.jpg?v=4"/>
  <description>&lt;p&gt;In this episode of the Xamarin Podcast, Pierce Boggan is joined by Matthew Robbins to discuss his XAML productivity tool MFractor, building addins for Xamarin Studio, code generation with Roslyn, and his journey from idea to product.&lt;/p&gt;

&lt;p&gt;Show Notes:&lt;/p&gt;

&lt;p&gt;01:20 - What is &lt;a href="https://www.mfractor.com/" target="_blank" rel="nofollow noopener"&gt;MFractor&lt;/a&gt;?&lt;/p&gt;

&lt;p&gt;04:45 - How Matthew drives feature development for MFractor&lt;/p&gt;

&lt;p&gt;07:00 - Journey from idea to product&lt;/p&gt;

&lt;p&gt;09:30 - Building add-ins for Xamarin Studio and Visual Studio for Mac&lt;/p&gt;

&lt;p&gt;13:45 - Cool tricks anyone can do with Roslyn&lt;/p&gt;

&lt;p&gt;22:00 - The moment Matthew realized this could be a product&lt;/p&gt;

&lt;p&gt;23:00 - Roslyn code generation tricks and tips&lt;/p&gt;

&lt;p&gt;26:50 - The future of MFractor&lt;/p&gt;

&lt;p&gt;Links &amp;amp; Show Notes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The &lt;a href="http://xamarinpodcast.com/" target="_blank" rel="nofollow noopener"&gt;Xamarin Podcast&lt;/a&gt; website&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.mfractor.com/" target="_blank" rel="nofollow noopener"&gt;MFractor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://docs.mfractor.com/" target="_blank" rel="nofollow noopener"&gt;MFractor Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://developer.xamarin.com/guides/cross-platform/xamarin-studio/customizing-ide/extending_xamarin_studio_with_addins/" target="_blank" rel="nofollow noopener"&gt;Building Add-ins for Xamarin Studio&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/matthewrdev/building-addins-for-xamarin-studio" target="_blank" rel="nofollow noopener"&gt;Matthew's Guide on Building Add-Ins for Xamarin Studio&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://university.xamarin.com/guestlectures/building-xamarin-studio-addins" target="_blank" rel="nofollow noopener"&gt;Xamarin University Lecture on Addins&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://roslynquoter.azurewebsites.net/" target="_blank" rel="nofollow noopener"&gt;Roslyn Quoter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Pierce: &lt;a href="https://twitter.com/pierceboggan" target="_blank" rel="nofollow noopener"&gt;Twitter&lt;/a&gt;, &lt;a href="http://github.com/pierceboggan" target="_blank" rel="nofollow noopener"&gt;GitHub&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Matthew Robbins: &lt;a href="https://twitter.com/mfractor" target="_blank" rel="nofollow noopener"&gt;Twitter&lt;/a&gt;, &lt;a href="https://github.com/matthewrdev" target="_blank" rel="nofollow noopener"&gt;GitHub&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Subscribe:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://itunes.apple.com/us/podcast/xamarin-podcast/id691368176?mt=2" target="_blank" rel="nofollow noopener"&gt;iTunes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://play.google.com/music/listen?u=0#/ps/Ifcss44ww5lc375esulsuettsey" target="_blank" rel="nofollow noopener"&gt;Google Play Music&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://overcast.fm/itunes691368176/xamarin-podcast" target="_blank" rel="nofollow noopener"&gt;Overcast&lt;/a&gt; Special Guest: Matthew Robbins.&lt;/li&gt;
&lt;/ul&gt;
</description>
  <content:encoded>
    <![CDATA[<p>In this episode of the Xamarin Podcast, Pierce Boggan is joined by Matthew Robbins to discuss his XAML productivity tool MFractor, building addins for Xamarin Studio, code generation with Roslyn, and his journey from idea to product.</p>

<p>Show Notes:</p>

<p>01:20 - What is <a href="https://www.mfractor.com/" rel="nofollow">MFractor</a>?</p>

<p>04:45 - How Matthew drives feature development for MFractor</p>

<p>07:00 - Journey from idea to product</p>

<p>09:30 - Building add-ins for Xamarin Studio and Visual Studio for Mac</p>

<p>13:45 - Cool tricks anyone can do with Roslyn</p>

<p>22:00 - The moment Matthew realized this could be a product</p>

<p>23:00 - Roslyn code generation tricks and tips</p>

<p>26:50 - The future of MFractor</p>

<p>Links &amp; Show Notes:</p>

<ul>
<li>The <a href="http://xamarinpodcast.com/" rel="nofollow">Xamarin Podcast</a> website</li>
<li><a href="https://www.mfractor.com/" rel="nofollow">MFractor</a></li>
<li><a href="http://docs.mfractor.com/" rel="nofollow">MFractor Documentation</a></li>
<li><a href="https://developer.xamarin.com/guides/cross-platform/xamarin-studio/customizing-ide/extending_xamarin_studio_with_addins/" rel="nofollow">Building Add-ins for Xamarin Studio</a></li>
<li><a href="https://github.com/matthewrdev/building-addins-for-xamarin-studio" rel="nofollow">Matthew&#39;s Guide on Building Add-Ins for Xamarin Studio</a></li>
<li><a href="https://university.xamarin.com/guestlectures/building-xamarin-studio-addins" rel="nofollow">Xamarin University Lecture on Addins</a></li>
<li><a href="https://roslynquoter.azurewebsites.net/" rel="nofollow">Roslyn Quoter</a></li>
<li>Pierce: <a href="https://twitter.com/pierceboggan" rel="nofollow">Twitter</a>, <a href="http://github.com/pierceboggan" rel="nofollow">GitHub</a></li>
<li>Matthew Robbins: <a href="https://twitter.com/mfractor" rel="nofollow">Twitter</a>, <a href="https://github.com/matthewrdev" rel="nofollow">GitHub</a></li>
</ul>

<p>Subscribe:</p>

<ul>
<li><a href="https://itunes.apple.com/us/podcast/xamarin-podcast/id691368176?mt=2" rel="nofollow">iTunes</a></li>
<li><a href="https://play.google.com/music/listen?u=0#/ps/Ifcss44ww5lc375esulsuettsey" rel="nofollow">Google Play Music</a></li>
<li><a href="https://overcast.fm/itunes691368176/xamarin-podcast" rel="nofollow">Overcast</a></li>
</ul><p>Special Guest: Matthew Robbins.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>In this episode of the Xamarin Podcast, Pierce Boggan is joined by Matthew Robbins to discuss his XAML productivity tool MFractor, building addins for Xamarin Studio, code generation with Roslyn, and his journey from idea to product.</p>

<p>Show Notes:</p>

<p>01:20 - What is <a href="https://www.mfractor.com/" rel="nofollow">MFractor</a>?</p>

<p>04:45 - How Matthew drives feature development for MFractor</p>

<p>07:00 - Journey from idea to product</p>

<p>09:30 - Building add-ins for Xamarin Studio and Visual Studio for Mac</p>

<p>13:45 - Cool tricks anyone can do with Roslyn</p>

<p>22:00 - The moment Matthew realized this could be a product</p>

<p>23:00 - Roslyn code generation tricks and tips</p>

<p>26:50 - The future of MFractor</p>

<p>Links &amp; Show Notes:</p>

<ul>
<li>The <a href="http://xamarinpodcast.com/" rel="nofollow">Xamarin Podcast</a> website</li>
<li><a href="https://www.mfractor.com/" rel="nofollow">MFractor</a></li>
<li><a href="http://docs.mfractor.com/" rel="nofollow">MFractor Documentation</a></li>
<li><a href="https://developer.xamarin.com/guides/cross-platform/xamarin-studio/customizing-ide/extending_xamarin_studio_with_addins/" rel="nofollow">Building Add-ins for Xamarin Studio</a></li>
<li><a href="https://github.com/matthewrdev/building-addins-for-xamarin-studio" rel="nofollow">Matthew&#39;s Guide on Building Add-Ins for Xamarin Studio</a></li>
<li><a href="https://university.xamarin.com/guestlectures/building-xamarin-studio-addins" rel="nofollow">Xamarin University Lecture on Addins</a></li>
<li><a href="https://roslynquoter.azurewebsites.net/" rel="nofollow">Roslyn Quoter</a></li>
<li>Pierce: <a href="https://twitter.com/pierceboggan" rel="nofollow">Twitter</a>, <a href="http://github.com/pierceboggan" rel="nofollow">GitHub</a></li>
<li>Matthew Robbins: <a href="https://twitter.com/mfractor" rel="nofollow">Twitter</a>, <a href="https://github.com/matthewrdev" rel="nofollow">GitHub</a></li>
</ul>

<p>Subscribe:</p>

<ul>
<li><a href="https://itunes.apple.com/us/podcast/xamarin-podcast/id691368176?mt=2" rel="nofollow">iTunes</a></li>
<li><a href="https://play.google.com/music/listen?u=0#/ps/Ifcss44ww5lc375esulsuettsey" rel="nofollow">Google Play Music</a></li>
<li><a href="https://overcast.fm/itunes691368176/xamarin-podcast" rel="nofollow">Overcast</a></li>
</ul><p>Special Guest: Matthew Robbins.</p>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
