<?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>app02</fireside:hostname>
    <fireside:genDate>Thu, 25 Jun 2026 15:58:11 +0000</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>GoneDotNet - Episodes Tagged with “Xamarin”</title>
    <link>https://www.gonedotnet.io/tags/xamarin</link>
    <pubDate>Fri, 23 Feb 2024 13:00:00 -0500</pubDate>
    <description>All the latest in .NET Development ranging from Mobile to Server YouTube: https://www.youtube.com/@GoneDotNet</description>
    <language>en-us</language>
    <itunes:type>episodic</itunes:type>
    <itunes:subtitle>Your input and output for all things .NET</itunes:subtitle>
    <itunes:author>Jonathan Dick, Allan Ritchie</itunes:author>
    <itunes:summary>All the latest in .NET Development ranging from Mobile to Server YouTube: https://www.youtube.com/@GoneDotNet</itunes:summary>
    <itunes:image href="https://a.fireside.fm/assets/v1/default/cover-1b0743b45cefaafc09a35208784af975fca29a3142661c359814c79a92a498af.jpg?v=5"/>
    <itunes:explicit>no</itunes:explicit>
    <itunes:keywords>MAUI, dotnet, .NET, C#, Microsoft, Aspire, Orleans</itunes:keywords>
    <itunes:owner>
      <itunes:name>Jonathan Dick, Allan Ritchie</itunes:name>
      <itunes:email>jondick@gmail.com</itunes:email>
    </itunes:owner>
<itunes:category text="Technology"/>
<itunes:category text="Education">
  <itunes:category text="How To"/>
</itunes:category>
<itunes:category text="Technology"/>
<item>
  <title>95: Xamarin.Forms to MAUI</title>
  <link>https://www.gonedotnet.io/95</link>
  <guid isPermaLink="false">066d6751-3e8f-4390-be31-4d8e7f164bab</guid>
  <pubDate>Fri, 23 Feb 2024 13:00:00 -0500</pubDate>
  <author>Jonathan Dick, Allan Ritchie</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/7030a7ff-40f9-4d15-94a3-873772db7997/066d6751-3e8f-4390-be31-4d8e7f164bab.mp3" length="70619466" type="audio/mpeg"/>
  <itunes:episode>95</itunes:episode>
  <itunes:title>Xamarin.Forms to MAUI</itunes:title>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Jonathan Dick, Allan Ritchie</itunes:author>
  <itunes:subtitle>A little bit about the history of Xamarin.Forms and its evolution into .NET MAUI, including new things to learn when migrating your apps, common tips, and pitfalls to avoid!</itunes:subtitle>
  <itunes:duration>1:01:41</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://a.fireside.fm/assets/v1/default/cover-1b0743b45cefaafc09a35208784af975fca29a3142661c359814c79a92a498af.jpg?v=5"/>
  <description>&lt;p&gt;In this episode, Jon and Allan discuss the migration experiences from Xamarin.Forms to .NET MAUI. They highlight the opportunity for architectural improvements during the migration process, such as cleaning up code and removing static untestable components. They also explain the evolution of Xamarin.Forms into .NET MAUI and the introduction of handlers. The benefits of the single project structure and the ease of migrating third-party libraries are discussed. The conversation also covers the customization of entry handlers and the migration of resources, including images and fonts. This conversation covers various challenges and solutions related to image management, including the use of vectors, app icons, and splash screens. It also discusses the migration process from Xamarin.Forms to .NET MAUI, highlighting the importance of a methodical approach. The conversation concludes with a recommendation for the Maui Community Toolkit as a valuable resource for developers.&lt;/p&gt;

&lt;h3&gt;Takeaways&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Migrating from Xamarin.Forms to .NET MAUI provides an opportunity to improve the architecture of the app.&lt;/li&gt;
&lt;li&gt;The introduction of handlers in .NET MAUI allows for cleaner and more testable code.&lt;/li&gt;
&lt;li&gt;The single project structure in .NET MAUI simplifies the development process and improves compile times.&lt;/li&gt;
&lt;li&gt;Migrating third-party libraries may require finding alternatives or porting them to .NET MAUI.&lt;/li&gt;
&lt;li&gt;Customizing entry handlers and migrating resources, such as images and fonts, can be done more easily in .NET MAUI. Image management in mobile app development can be challenging, especially when dealing with different resolutions and densities.&lt;/li&gt;
&lt;li&gt;Using vectors can simplify image management by allowing for easy scaling to different sizes.&lt;/li&gt;
&lt;li&gt;App icons and splash screens can be generated automatically in .NET MAUI, reducing the manual effort required.&lt;/li&gt;
&lt;li&gt;When migrating from Xamarin.Forms to .NET MAUI, it is important to approach the process methodically, starting with dependencies and gradually bringing over pages and components.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;People&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Hosts: Jon Dick, Allan Ritchie&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Chapters&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;00:00 Introduction and Migration Experiences&lt;/li&gt;
&lt;li&gt;01:11 Opportunity for Architectural Improvements&lt;/li&gt;
&lt;li&gt;03:16 Evolution of Xamarin.Forms to Maui&lt;/li&gt;
&lt;li&gt;06:27 Architecture of Maui Handlers&lt;/li&gt;
&lt;li&gt;09:30 Benefits of Single Project Structure&lt;/li&gt;
&lt;li&gt;13:56 Migration of Third-Party Libraries&lt;/li&gt;
&lt;li&gt;18:13 Handling Dependency Service and Renderers&lt;/li&gt;
&lt;li&gt;25:09 Porting Plugins and Controls&lt;/li&gt;
&lt;li&gt;32:48 Customizing Entry Handlers&lt;/li&gt;
&lt;li&gt;35:45 Migration of Resources&lt;/li&gt;
&lt;li&gt;37:23 Image Management Challenges&lt;/li&gt;
&lt;li&gt;39:25 Building a Solution: Resize-itizer&lt;/li&gt;
&lt;li&gt;41:03 Vector Images in Maui&lt;/li&gt;
&lt;li&gt;44:05 App Icons and Splash Screens&lt;/li&gt;
&lt;li&gt;46:38 Migrating Resources to Maui&lt;/li&gt;
&lt;li&gt;49:35 Font Handling in Maui&lt;/li&gt;
&lt;li&gt;51:37 Replacing Frames with Borders&lt;/li&gt;
&lt;li&gt;53:10 Avoiding Tap Gesture Issues with Stack Layouts&lt;/li&gt;
&lt;li&gt;55:12 Namespace Changes in XAML&lt;/li&gt;
&lt;li&gt;56:45 Methodical Migration Process&lt;/li&gt;
&lt;li&gt;59:28 Package of the Week: Maui Community Toolkit&lt;/li&gt;
&lt;/ul&gt;
</description>
  <itunes:keywords>dotnet, dotnet-maui, xamarin, xamarin.forms, forms, migration, upgrade assistant, compatibility, resizetizer, essentials</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>In this episode, Jon and Allan discuss the migration experiences from Xamarin.Forms to .NET MAUI. They highlight the opportunity for architectural improvements during the migration process, such as cleaning up code and removing static untestable components. They also explain the evolution of Xamarin.Forms into .NET MAUI and the introduction of handlers. The benefits of the single project structure and the ease of migrating third-party libraries are discussed. The conversation also covers the customization of entry handlers and the migration of resources, including images and fonts. This conversation covers various challenges and solutions related to image management, including the use of vectors, app icons, and splash screens. It also discusses the migration process from Xamarin.Forms to .NET MAUI, highlighting the importance of a methodical approach. The conversation concludes with a recommendation for the Maui Community Toolkit as a valuable resource for developers.</p>

<h3>Takeaways</h3>

<ul>
<li>Migrating from Xamarin.Forms to .NET MAUI provides an opportunity to improve the architecture of the app.</li>
<li>The introduction of handlers in .NET MAUI allows for cleaner and more testable code.</li>
<li>The single project structure in .NET MAUI simplifies the development process and improves compile times.</li>
<li>Migrating third-party libraries may require finding alternatives or porting them to .NET MAUI.</li>
<li>Customizing entry handlers and migrating resources, such as images and fonts, can be done more easily in .NET MAUI. Image management in mobile app development can be challenging, especially when dealing with different resolutions and densities.</li>
<li>Using vectors can simplify image management by allowing for easy scaling to different sizes.</li>
<li>App icons and splash screens can be generated automatically in .NET MAUI, reducing the manual effort required.</li>
<li>When migrating from Xamarin.Forms to .NET MAUI, it is important to approach the process methodically, starting with dependencies and gradually bringing over pages and components.</li>
</ul>

<h3>People</h3>

<ul>
<li>Hosts: Jon Dick, Allan Ritchie</li>
</ul>

<h3>Chapters</h3>

<ul>
<li>00:00 Introduction and Migration Experiences</li>
<li>01:11 Opportunity for Architectural Improvements</li>
<li>03:16 Evolution of Xamarin.Forms to Maui</li>
<li>06:27 Architecture of Maui Handlers</li>
<li>09:30 Benefits of Single Project Structure</li>
<li>13:56 Migration of Third-Party Libraries</li>
<li>18:13 Handling Dependency Service and Renderers</li>
<li>25:09 Porting Plugins and Controls</li>
<li>32:48 Customizing Entry Handlers</li>
<li>35:45 Migration of Resources</li>
<li>37:23 Image Management Challenges</li>
<li>39:25 Building a Solution: Resize-itizer</li>
<li>41:03 Vector Images in Maui</li>
<li>44:05 App Icons and Splash Screens</li>
<li>46:38 Migrating Resources to Maui</li>
<li>49:35 Font Handling in Maui</li>
<li>51:37 Replacing Frames with Borders</li>
<li>53:10 Avoiding Tap Gesture Issues with Stack Layouts</li>
<li>55:12 Namespace Changes in XAML</li>
<li>56:45 Methodical Migration Process</li>
<li>59:28 Package of the Week: Maui Community Toolkit</li>
</ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>In this episode, Jon and Allan discuss the migration experiences from Xamarin.Forms to .NET MAUI. They highlight the opportunity for architectural improvements during the migration process, such as cleaning up code and removing static untestable components. They also explain the evolution of Xamarin.Forms into .NET MAUI and the introduction of handlers. The benefits of the single project structure and the ease of migrating third-party libraries are discussed. The conversation also covers the customization of entry handlers and the migration of resources, including images and fonts. This conversation covers various challenges and solutions related to image management, including the use of vectors, app icons, and splash screens. It also discusses the migration process from Xamarin.Forms to .NET MAUI, highlighting the importance of a methodical approach. The conversation concludes with a recommendation for the Maui Community Toolkit as a valuable resource for developers.</p>

<h3>Takeaways</h3>

<ul>
<li>Migrating from Xamarin.Forms to .NET MAUI provides an opportunity to improve the architecture of the app.</li>
<li>The introduction of handlers in .NET MAUI allows for cleaner and more testable code.</li>
<li>The single project structure in .NET MAUI simplifies the development process and improves compile times.</li>
<li>Migrating third-party libraries may require finding alternatives or porting them to .NET MAUI.</li>
<li>Customizing entry handlers and migrating resources, such as images and fonts, can be done more easily in .NET MAUI. Image management in mobile app development can be challenging, especially when dealing with different resolutions and densities.</li>
<li>Using vectors can simplify image management by allowing for easy scaling to different sizes.</li>
<li>App icons and splash screens can be generated automatically in .NET MAUI, reducing the manual effort required.</li>
<li>When migrating from Xamarin.Forms to .NET MAUI, it is important to approach the process methodically, starting with dependencies and gradually bringing over pages and components.</li>
</ul>

<h3>People</h3>

<ul>
<li>Hosts: Jon Dick, Allan Ritchie</li>
</ul>

<h3>Chapters</h3>

<ul>
<li>00:00 Introduction and Migration Experiences</li>
<li>01:11 Opportunity for Architectural Improvements</li>
<li>03:16 Evolution of Xamarin.Forms to Maui</li>
<li>06:27 Architecture of Maui Handlers</li>
<li>09:30 Benefits of Single Project Structure</li>
<li>13:56 Migration of Third-Party Libraries</li>
<li>18:13 Handling Dependency Service and Renderers</li>
<li>25:09 Porting Plugins and Controls</li>
<li>32:48 Customizing Entry Handlers</li>
<li>35:45 Migration of Resources</li>
<li>37:23 Image Management Challenges</li>
<li>39:25 Building a Solution: Resize-itizer</li>
<li>41:03 Vector Images in Maui</li>
<li>44:05 App Icons and Splash Screens</li>
<li>46:38 Migrating Resources to Maui</li>
<li>49:35 Font Handling in Maui</li>
<li>51:37 Replacing Frames with Borders</li>
<li>53:10 Avoiding Tap Gesture Issues with Stack Layouts</li>
<li>55:12 Namespace Changes in XAML</li>
<li>56:45 Methodical Migration Process</li>
<li>59:28 Package of the Week: Maui Community Toolkit</li>
</ul>]]>
  </itunes:summary>
</item>
<item>
  <title>87: Couchbase Mobile Update with Robert Hedgpeth</title>
  <link>https://www.gonedotnet.io/87</link>
  <guid isPermaLink="false">2d128a75-f41a-4083-9ee7-c54ef6bc4a14</guid>
  <pubDate>Wed, 10 Jul 2019 06:00:00 -0400</pubDate>
  <author>Jonathan Dick, Allan Ritchie</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/7030a7ff-40f9-4d15-94a3-873772db7997/2d128a75-f41a-4083-9ee7-c54ef6bc4a14.mp3" length="60636113" type="audio/mp3"/>
  <itunes:episode>87</itunes:episode>
  <itunes:title>Couchbase Mobile Update with Robert Hedgpeth</itunes:title>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Jonathan Dick, Allan Ritchie</itunes:author>
  <itunes:subtitle>It's been a few years since we've talked Couchbase on the show, so with their recent release of Couchbase Mobile 2.5 we thought we'd bring Robert Hedgpeth on to catch us up!</itunes:subtitle>
  <itunes:duration>50:34</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://a.fireside.fm/assets/v1/default/cover-1b0743b45cefaafc09a35208784af975fca29a3142661c359814c79a92a498af.jpg?v=5"/>
  <description>&lt;p&gt;It's been a few years since we've talked Couchbase on the show, so with their recent release of Couchbase Mobile 2.5 we thought we'd bring Robert Hedgpeth on to catch us up! Special Guest: Robert Hedgpeth.&lt;/p&gt;
</description>
  <itunes:keywords>xamarin, couchbase</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>It's been a few years since we've talked Couchbase on the show, so with their recent release of Couchbase Mobile 2.5 we thought we'd bring Robert Hedgpeth on to catch us up!</p><p>Special Guest: Robert Hedgpeth.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Telerik</a>: <a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Capitalizing on the innate benefits of the native UI while exposing all objects and properties in C#, Telerik UI for Xamarin is a collection of Xamarin.Forms controls and Xamarin wrappers which offer fast loading, excellent drawing capabilities and pixel-perfection while providing “no-compromise” customization, flexibility and stunning UI. Telerik UI for Xamarin. .NET Tools for .NET Ninjas.  Download a trial today!

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/6phhkyJ_.jpg" alt="Telerik UI for Xamarin">
</a></li></ul><p>Links:</p><ul><li><a title="Couchbase Mobile 2.5 Released" rel="nofollow" href="https://blog.couchbase.com/couchbase-mobile-2-5-released/">Couchbase Mobile 2.5 Released
</a></li><li><a title="Couchbase Mobile" rel="nofollow" href="https://www.couchbase.com/products/mobile/">Couchbase Mobile
</a></li><li><a title="Gone Mobile 10: Couchbase Lite" rel="nofollow" href="https://www.gonemobile.io/10">Gone Mobile 10: Couchbase Lite
</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>It's been a few years since we've talked Couchbase on the show, so with their recent release of Couchbase Mobile 2.5 we thought we'd bring Robert Hedgpeth on to catch us up!</p><p>Special Guest: Robert Hedgpeth.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Telerik</a>: <a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Capitalizing on the innate benefits of the native UI while exposing all objects and properties in C#, Telerik UI for Xamarin is a collection of Xamarin.Forms controls and Xamarin wrappers which offer fast loading, excellent drawing capabilities and pixel-perfection while providing “no-compromise” customization, flexibility and stunning UI. Telerik UI for Xamarin. .NET Tools for .NET Ninjas.  Download a trial today!

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/6phhkyJ_.jpg" alt="Telerik UI for Xamarin">
</a></li></ul><p>Links:</p><ul><li><a title="Couchbase Mobile 2.5 Released" rel="nofollow" href="https://blog.couchbase.com/couchbase-mobile-2-5-released/">Couchbase Mobile 2.5 Released
</a></li><li><a title="Couchbase Mobile" rel="nofollow" href="https://www.couchbase.com/products/mobile/">Couchbase Mobile
</a></li><li><a title="Gone Mobile 10: Couchbase Lite" rel="nofollow" href="https://www.gonemobile.io/10">Gone Mobile 10: Couchbase Lite
</a></li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>86: Building PepTown with Eric Sink</title>
  <link>https://www.gonedotnet.io/86</link>
  <guid isPermaLink="false">5f3c7ddb-0298-463c-925f-3f535a872dcc</guid>
  <pubDate>Tue, 16 Apr 2019 09:00:00 -0400</pubDate>
  <author>Jonathan Dick, Allan Ritchie</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/7030a7ff-40f9-4d15-94a3-873772db7997/5f3c7ddb-0298-463c-925f-3f535a872dcc.mp3" length="31237864" type="audio/mp3"/>
  <itunes:episode>86</itunes:episode>
  <itunes:title>Building PepTown with Eric Sink</itunes:title>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Jonathan Dick, Allan Ritchie</itunes:author>
  <itunes:subtitle>Eric Sink is building a platform for High School sports fundraising, and he's doing it in .NET.</itunes:subtitle>
  <itunes:duration>44:10</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://a.fireside.fm/assets/v1/default/cover-1b0743b45cefaafc09a35208784af975fca29a3142661c359814c79a92a498af.jpg?v=5"/>
  <description>&lt;p&gt;You may know Eric Sink from the database syncing product Zumero, or perhaps the source control versioning system SourceGear.  Now, Eric is building a platform for High School sports fundraising, and he's doing it in .NET.&lt;br&gt;
 Special Guest: Eric Sink.&lt;/p&gt;
</description>
  <itunes:keywords>xamarin, zumero, sourcegear, sqlite, .net</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>You may know Eric Sink from the database syncing product Zumero, or perhaps the source control versioning system SourceGear.  Now, Eric is building a platform for High School sports fundraising, and he's doing it in .NET.</p><p>Special Guest: Eric Sink.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://raygun.com/?utm_source=gonemobile">Raygun</a>: <a rel="nofollow" href="https://raygun.com/?utm_source=gonemobile">Spot every bug. Discover every performance issue. Ship new features faster and deliver flawless user experiences. Raygun enables you to build stronger, faster and more resilient web and mobile applications for your customers. Get setup in minutes!

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/HBGogQN5.png" alt="Raygun">
</a></li></ul><p>Links:</p><ul><li><a title="Building PepTown with .NET: App Overview" rel="nofollow" href="https://ericsink.com/entries/peptown_arch_overview_client.html">Building PepTown with .NET: App Overview
</a></li><li><a title="Eric Sink&#39;s Blog" rel="nofollow" href="https://ericsink.com/">Eric Sink's Blog
</a></li><li><a title="Zumero - SQL data sync for mobile apps" rel="nofollow" href="https://zumero.com/">Zumero - SQL data sync for mobile apps
</a></li><li><a title="SourceGear | Vault" rel="nofollow" href="https://sourcegear.com/vault/">SourceGear | Vault
</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>You may know Eric Sink from the database syncing product Zumero, or perhaps the source control versioning system SourceGear.  Now, Eric is building a platform for High School sports fundraising, and he's doing it in .NET.</p><p>Special Guest: Eric Sink.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://raygun.com/?utm_source=gonemobile">Raygun</a>: <a rel="nofollow" href="https://raygun.com/?utm_source=gonemobile">Spot every bug. Discover every performance issue. Ship new features faster and deliver flawless user experiences. Raygun enables you to build stronger, faster and more resilient web and mobile applications for your customers. Get setup in minutes!

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/HBGogQN5.png" alt="Raygun">
</a></li></ul><p>Links:</p><ul><li><a title="Building PepTown with .NET: App Overview" rel="nofollow" href="https://ericsink.com/entries/peptown_arch_overview_client.html">Building PepTown with .NET: App Overview
</a></li><li><a title="Eric Sink&#39;s Blog" rel="nofollow" href="https://ericsink.com/">Eric Sink's Blog
</a></li><li><a title="Zumero - SQL data sync for mobile apps" rel="nofollow" href="https://zumero.com/">Zumero - SQL data sync for mobile apps
</a></li><li><a title="SourceGear | Vault" rel="nofollow" href="https://sourcegear.com/vault/">SourceGear | Vault
</a></li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>85: Creating Low-Code Apps Using OutSystems with Stacey Levine</title>
  <link>https://www.gonedotnet.io/85</link>
  <guid isPermaLink="false">579475b3-536b-4860-8666-d04676673a6a</guid>
  <pubDate>Wed, 06 Mar 2019 09:15:00 -0500</pubDate>
  <author>Jonathan Dick, Allan Ritchie</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/7030a7ff-40f9-4d15-94a3-873772db7997/579475b3-536b-4860-8666-d04676673a6a.mp3" length="38837373" type="audio/mp3"/>
  <itunes:episode>85</itunes:episode>
  <itunes:title>Creating Low-Code Apps Using OutSystems with Stacey Levine</itunes:title>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Jonathan Dick, Allan Ritchie</itunes:author>
  <itunes:subtitle>OutSystems allows you to do some pretty amazing things with Low to No Code.  We talk to Stacey Levine about their platform to see just how much you an accomplish without coding!</itunes:subtitle>
  <itunes:duration>48:44</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://a.fireside.fm/assets/v1/default/cover-1b0743b45cefaafc09a35208784af975fca29a3142661c359814c79a92a498af.jpg?v=5"/>
  <description>&lt;p&gt;OutSystems allows you to do some pretty amazing things with Low to No Code.  We talk to Stacey Levine about their platform to see just how much you an accomplish without coding! Special Guest: Stacey Levine.&lt;/p&gt;
</description>
  <itunes:keywords>xamarin</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>OutSystems allows you to do some pretty amazing things with Low to No Code.  We talk to Stacey Levine about their platform to see just how much you an accomplish without coding!</p><p>Special Guest: Stacey Levine.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Telerik</a>: <a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Capitalizing on the innate benefits of the native UI while exposing all objects and properties in C#, Telerik UI for Xamarin is a collection of Xamarin.Forms controls and Xamarin wrappers which offer fast loading, excellent drawing capabilities and pixel-perfection while providing “no-compromise” customization, flexibility and stunning UI. Telerik UI for Xamarin. .NET Tools for .NET Ninjas.  Download a trial today!

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/6phhkyJ_.jpg" alt="Telerik UI for Xamarin">
</a></li></ul><p>Links:</p><ul><li><a title="The #1 Low-Code Platform for Digital Transformation | OutSystems | OutSystems" rel="nofollow" href="https://www.outsystems.com/">The #1 Low-Code Platform for Digital Transformation | OutSystems | OutSystems
</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>OutSystems allows you to do some pretty amazing things with Low to No Code.  We talk to Stacey Levine about their platform to see just how much you an accomplish without coding!</p><p>Special Guest: Stacey Levine.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Telerik</a>: <a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Capitalizing on the innate benefits of the native UI while exposing all objects and properties in C#, Telerik UI for Xamarin is a collection of Xamarin.Forms controls and Xamarin wrappers which offer fast loading, excellent drawing capabilities and pixel-perfection while providing “no-compromise” customization, flexibility and stunning UI. Telerik UI for Xamarin. .NET Tools for .NET Ninjas.  Download a trial today!

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/6phhkyJ_.jpg" alt="Telerik UI for Xamarin">
</a></li></ul><p>Links:</p><ul><li><a title="The #1 Low-Code Platform for Digital Transformation | OutSystems | OutSystems" rel="nofollow" href="https://www.outsystems.com/">The #1 Low-Code Platform for Digital Transformation | OutSystems | OutSystems
</a></li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>84: Creating Apps From Spreadsheets Using Glide with Jason Smith and Mark Probst</title>
  <link>https://www.gonedotnet.io/84</link>
  <guid isPermaLink="false">e8829b26-1064-4b67-9d35-e94b80ece58f</guid>
  <pubDate>Mon, 11 Feb 2019 07:00:00 -0500</pubDate>
  <author>Jonathan Dick, Allan Ritchie</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/7030a7ff-40f9-4d15-94a3-873772db7997/e8829b26-1064-4b67-9d35-e94b80ece58f.mp3" length="56792390" type="audio/mp3"/>
  <itunes:episode>84</itunes:episode>
  <itunes:title>Creating Apps From Spreadsheets Using Glide with Jason Smith and Mark Probst</itunes:title>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Jonathan Dick, Allan Ritchie</itunes:author>
  <itunes:subtitle>Creating apps from spreadsheets? You bet! In this episode we're joined by Jason Smith and Mark Probst, formerly of Xamarin/Microsoft, to talk about their new endeavor called Glide. Glide's goal is to let you build beautiful, data-powered apps quickly and easily, so tune in to learn what it's all about!</itunes:subtitle>
  <itunes:duration>48:37</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://a.fireside.fm/assets/v1/default/cover-1b0743b45cefaafc09a35208784af975fca29a3142661c359814c79a92a498af.jpg?v=5"/>
  <description>&lt;p&gt;Creating apps from spreadsheets? You bet! In this episode we're joined by Jason Smith and Mark Probst, formerly of Xamarin/Microsoft, to talk about their new endeavor called Glide. Glide's goal is to let you build beautiful, data-powered apps quickly and easily, so tune in to learn what it's all about! Special Guests: Jason Smith and Mark Probst.&lt;/p&gt;
</description>
  <itunes:keywords>xamarin</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Creating apps from spreadsheets? You bet! In this episode we're joined by Jason Smith and Mark Probst, formerly of Xamarin/Microsoft, to talk about their new endeavor called Glide. Glide's goal is to let you build beautiful, data-powered apps quickly and easily, so tune in to learn what it's all about!</p><p>Special Guests: Jason Smith and Mark Probst.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://raygun.com/?utm_source=gonemobile">Raygun</a>: <a rel="nofollow" href="https://raygun.com/?utm_source=gonemobile">Spot every bug. Discover every performance issue. Ship new features faster and deliver flawless user experiences. Raygun enables you to build stronger, faster and more resilient web and mobile applications for your customers. Get setup in minutes!

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/HBGogQN5.png" alt="Raygun">
</a></li></ul><p>Links:</p><ul><li><a title="Glide – Amazing apps from Google Sheets" rel="nofollow" href="https://www.glideapps.com/">Glide – Amazing apps from Google Sheets
</a></li><li><a title="Glide Samples" rel="nofollow" href="https://www.glideapps.com/samples">Glide Samples
</a></li><li><a title="Gone Mobile 28: Behind the Scenes of Xamarin.Forms with Jason Smith" rel="nofollow" href="https://www.gonemobile.io/28">Gone Mobile 28: Behind the Scenes of Xamarin.Forms with Jason Smith
</a></li><li><a title="Gone Mobile 13: Xamarin.Forms" rel="nofollow" href="https://www.gonemobile.io/13">Gone Mobile 13: Xamarin.Forms
</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Creating apps from spreadsheets? You bet! In this episode we're joined by Jason Smith and Mark Probst, formerly of Xamarin/Microsoft, to talk about their new endeavor called Glide. Glide's goal is to let you build beautiful, data-powered apps quickly and easily, so tune in to learn what it's all about!</p><p>Special Guests: Jason Smith and Mark Probst.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://raygun.com/?utm_source=gonemobile">Raygun</a>: <a rel="nofollow" href="https://raygun.com/?utm_source=gonemobile">Spot every bug. Discover every performance issue. Ship new features faster and deliver flawless user experiences. Raygun enables you to build stronger, faster and more resilient web and mobile applications for your customers. Get setup in minutes!

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/HBGogQN5.png" alt="Raygun">
</a></li></ul><p>Links:</p><ul><li><a title="Glide – Amazing apps from Google Sheets" rel="nofollow" href="https://www.glideapps.com/">Glide – Amazing apps from Google Sheets
</a></li><li><a title="Glide Samples" rel="nofollow" href="https://www.glideapps.com/samples">Glide Samples
</a></li><li><a title="Gone Mobile 28: Behind the Scenes of Xamarin.Forms with Jason Smith" rel="nofollow" href="https://www.gonemobile.io/28">Gone Mobile 28: Behind the Scenes of Xamarin.Forms with Jason Smith
</a></li><li><a title="Gone Mobile 13: Xamarin.Forms" rel="nofollow" href="https://www.gonemobile.io/13">Gone Mobile 13: Xamarin.Forms
</a></li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>83: Diving into GrialKit and Gorilla Player with UXDivers</title>
  <link>https://www.gonedotnet.io/83</link>
  <guid isPermaLink="false">f06b0e8b-bda2-4f3e-9c50-2ed86ffa5f48</guid>
  <pubDate>Tue, 15 Jan 2019 10:00:00 -0500</pubDate>
  <author>Jonathan Dick, Allan Ritchie</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/7030a7ff-40f9-4d15-94a3-873772db7997/f06b0e8b-bda2-4f3e-9c50-2ed86ffa5f48.mp3" length="35566653" type="audio/mp3"/>
  <itunes:episode>83</itunes:episode>
  <itunes:title>Diving into GrialKit and Gorilla Player with UXDivers</itunes:title>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Jonathan Dick, Allan Ritchie</itunes:author>
  <itunes:subtitle>We finally sit down with Leonardo and Diego from UXDivers to talk about their products GrialKit and Gorilla Player.</itunes:subtitle>
  <itunes:duration>45:59</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://a.fireside.fm/assets/v1/default/cover-1b0743b45cefaafc09a35208784af975fca29a3142661c359814c79a92a498af.jpg?v=5"/>
  <description>&lt;p&gt;We finally sit down with Leonardo and Diego from UXDivers to talk about their products GrialKit and Gorilla Player.&lt;/p&gt;

&lt;p&gt;GrialKit is a collection of Xamarin.Forms user controls, templates, pages, and basically a really simple way to make your app look great.&lt;/p&gt;

&lt;p&gt;Gorilla Player lets you live preview and hot reload XAML from your Xamarin.Forms products on a device or simulator. Special Guests: Diego Rivero and Leonardo Rodriguez.&lt;/p&gt;
</description>
  <itunes:keywords>xamarin, grialkit, uxdivers, gorilla player, xaml</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>We finally sit down with Leonardo and Diego from UXDivers to talk about their products GrialKit and Gorilla Player.</p>

<p>GrialKit is a collection of Xamarin.Forms user controls, templates, pages, and basically a really simple way to make your app look great.</p>

<p>Gorilla Player lets you live preview and hot reload XAML from your Xamarin.Forms products on a device or simulator.</p><p>Special Guests: Diego Rivero and Leonardo Rodriguez.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Telerik</a>: <a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Capitalizing on the innate benefits of the native UI while exposing all objects and properties in C#, Telerik UI for Xamarin is a collection of Xamarin.Forms controls and Xamarin wrappers which offer fast loading, excellent drawing capabilities and pixel-perfection while providing “no-compromise” customization, flexibility and stunning UI. Telerik UI for Xamarin. .NET Tools for .NET Ninjas.  Download a trial today!

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/6phhkyJ_.jpg" alt="Telerik UI for Xamarin">
</a></li></ul><p>Links:</p><ul><li><a title="UXDivers" rel="nofollow" href="http://www.uxdivers.com">UXDivers
</a></li><li><a title="GrialKit" rel="nofollow" href="http://www.grialkit.com">GrialKit
</a></li><li><a title="Gorilla Player" rel="nofollow" href="http://www.gorillaplayer.com">Gorilla Player
</a></li><li><a title="Gorilla Player: A Tool to Craft Beautiful XAML UIs for Xamarin.Forms | Xamarin Blog" rel="nofollow" href="https://blog.xamarin.com/gorilla-player-a-tool-to-craft-beautiful-xaml-uis-for-xamarin-forms/">Gorilla Player: A Tool to Craft Beautiful XAML UIs for Xamarin.Forms |&nbsp;Xamarin Blog
</a></li><li><a title="Getting Started · UXDivers/Gorilla-Player-Support Wiki" rel="nofollow" href="https://github.com/UXDivers/Gorilla-Player-Support/wiki/Getting-Started">Getting Started · UXDivers/Gorilla-Player-Support Wiki
</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>We finally sit down with Leonardo and Diego from UXDivers to talk about their products GrialKit and Gorilla Player.</p>

<p>GrialKit is a collection of Xamarin.Forms user controls, templates, pages, and basically a really simple way to make your app look great.</p>

<p>Gorilla Player lets you live preview and hot reload XAML from your Xamarin.Forms products on a device or simulator.</p><p>Special Guests: Diego Rivero and Leonardo Rodriguez.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Telerik</a>: <a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Capitalizing on the innate benefits of the native UI while exposing all objects and properties in C#, Telerik UI for Xamarin is a collection of Xamarin.Forms controls and Xamarin wrappers which offer fast loading, excellent drawing capabilities and pixel-perfection while providing “no-compromise” customization, flexibility and stunning UI. Telerik UI for Xamarin. .NET Tools for .NET Ninjas.  Download a trial today!

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/6phhkyJ_.jpg" alt="Telerik UI for Xamarin">
</a></li></ul><p>Links:</p><ul><li><a title="UXDivers" rel="nofollow" href="http://www.uxdivers.com">UXDivers
</a></li><li><a title="GrialKit" rel="nofollow" href="http://www.grialkit.com">GrialKit
</a></li><li><a title="Gorilla Player" rel="nofollow" href="http://www.gorillaplayer.com">Gorilla Player
</a></li><li><a title="Gorilla Player: A Tool to Craft Beautiful XAML UIs for Xamarin.Forms | Xamarin Blog" rel="nofollow" href="https://blog.xamarin.com/gorilla-player-a-tool-to-craft-beautiful-xaml-uis-for-xamarin-forms/">Gorilla Player: A Tool to Craft Beautiful XAML UIs for Xamarin.Forms |&nbsp;Xamarin Blog
</a></li><li><a title="Getting Started · UXDivers/Gorilla-Player-Support Wiki" rel="nofollow" href="https://github.com/UXDivers/Gorilla-Player-Support/wiki/Getting-Started">Getting Started · UXDivers/Gorilla-Player-Support Wiki
</a></li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>82: Building Fabulous Apps Using F# with Jim Bennett</title>
  <link>https://www.gonedotnet.io/82</link>
  <guid isPermaLink="false">524d10a4-5ad5-466f-8c74-627bb6cb8be7</guid>
  <pubDate>Mon, 31 Dec 2018 08:00:00 -0500</pubDate>
  <author>Jonathan Dick, Allan Ritchie</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/7030a7ff-40f9-4d15-94a3-873772db7997/524d10a4-5ad5-466f-8c74-627bb6cb8be7.mp3" length="63715805" type="audio/mp3"/>
  <itunes:episode>82</itunes:episode>
  <itunes:title>Building Fabulous Apps Using F# with Jim Bennett</itunes:title>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Jonathan Dick, Allan Ritchie</itunes:author>
  <itunes:subtitle>It's been awhile since we've had a good F# discussion, so for our final episode of 2018 we decided to fix that. Join us as we talk to Jim Bennett about the latest and greatest in the world of F# and how it's becoming a better option than ever before for building mobile apps!</itunes:subtitle>
  <itunes:duration>52:50</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://a.fireside.fm/assets/v1/default/cover-1b0743b45cefaafc09a35208784af975fca29a3142661c359814c79a92a498af.jpg?v=5"/>
  <description>&lt;p&gt;It's been awhile since we've had a good F# discussion, so for our final episode of 2018 we decided to fix that. Join us as we talk to Jim Bennett about the latest and greatest in the world of F# and how it's becoming a better option than ever before for building mobile apps! Special Guest: Jim Bennett.&lt;/p&gt;
</description>
  <itunes:keywords>f#, xamarin</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>It's been awhile since we've had a good F# discussion, so for our final episode of 2018 we decided to fix that. Join us as we talk to Jim Bennett about the latest and greatest in the world of F# and how it's becoming a better option than ever before for building mobile apps!</p><p>Special Guest: Jim Bennett.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Telerik</a>: <a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Capitalizing on the innate benefits of the native UI while exposing all objects and properties in C#, Telerik UI for Xamarin is a collection of Xamarin.Forms controls and Xamarin wrappers which offer fast loading, excellent drawing capabilities and pixel-perfection while providing “no-compromise” customization, flexibility and stunning UI. Telerik UI for Xamarin. .NET Tools for .NET Ninjas.  Download a trial today!

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/6phhkyJ_.jpg" alt="Telerik UI for Xamarin">
</a></li></ul><p>Links:</p><ul><li><a title="Fabulous" rel="nofollow" href="https://fsprojects.github.io/Fabulous/">Fabulous
</a></li><li><a title="Fabulous on GitHub" rel="nofollow" href="https://github.com/fsprojects/Fabulous">Fabulous on GitHub
</a></li><li><a title="Awesome-Fabulous" rel="nofollow" href="https://github.com/jimbobbennett/Awesome-Fabulous">Awesome-Fabulous
</a></li><li><a title="Build cross-platform mobile apps using Fabulous - NDC London 2019 " rel="nofollow" href="https://ndc-london.com/talk/build-cross-platform-mobile-apps-using-fabulous/">Build cross-platform mobile apps using Fabulous - NDC London 2019 
</a></li><li><a title="Gone Mobile 7: The F# is for Frank Krueger" rel="nofollow" href="https://www.gonemobile.io/7">Gone Mobile 7: The F# is for Frank Krueger
</a></li><li><a title="Gone Mobile 44: Fluxing Up Your Xamarin Apps with Alex Dunn" rel="nofollow" href="https://www.gonemobile.io/44">Gone Mobile 44: Fluxing Up Your Xamarin Apps with Alex Dunn
</a></li><li><a title="Gone Mobile 47: Building Reactive Apps with Xamarin.Forms and F# with Rob Lyndon" rel="nofollow" href="https://www.gonemobile.io/47">Gone Mobile 47: Building Reactive Apps with Xamarin.Forms and F# with Rob Lyndon
</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>It's been awhile since we've had a good F# discussion, so for our final episode of 2018 we decided to fix that. Join us as we talk to Jim Bennett about the latest and greatest in the world of F# and how it's becoming a better option than ever before for building mobile apps!</p><p>Special Guest: Jim Bennett.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Telerik</a>: <a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Capitalizing on the innate benefits of the native UI while exposing all objects and properties in C#, Telerik UI for Xamarin is a collection of Xamarin.Forms controls and Xamarin wrappers which offer fast loading, excellent drawing capabilities and pixel-perfection while providing “no-compromise” customization, flexibility and stunning UI. Telerik UI for Xamarin. .NET Tools for .NET Ninjas.  Download a trial today!

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/6phhkyJ_.jpg" alt="Telerik UI for Xamarin">
</a></li></ul><p>Links:</p><ul><li><a title="Fabulous" rel="nofollow" href="https://fsprojects.github.io/Fabulous/">Fabulous
</a></li><li><a title="Fabulous on GitHub" rel="nofollow" href="https://github.com/fsprojects/Fabulous">Fabulous on GitHub
</a></li><li><a title="Awesome-Fabulous" rel="nofollow" href="https://github.com/jimbobbennett/Awesome-Fabulous">Awesome-Fabulous
</a></li><li><a title="Build cross-platform mobile apps using Fabulous - NDC London 2019 " rel="nofollow" href="https://ndc-london.com/talk/build-cross-platform-mobile-apps-using-fabulous/">Build cross-platform mobile apps using Fabulous - NDC London 2019 
</a></li><li><a title="Gone Mobile 7: The F# is for Frank Krueger" rel="nofollow" href="https://www.gonemobile.io/7">Gone Mobile 7: The F# is for Frank Krueger
</a></li><li><a title="Gone Mobile 44: Fluxing Up Your Xamarin Apps with Alex Dunn" rel="nofollow" href="https://www.gonemobile.io/44">Gone Mobile 44: Fluxing Up Your Xamarin Apps with Alex Dunn
</a></li><li><a title="Gone Mobile 47: Building Reactive Apps with Xamarin.Forms and F# with Rob Lyndon" rel="nofollow" href="https://www.gonemobile.io/47">Gone Mobile 47: Building Reactive Apps with Xamarin.Forms and F# with Rob Lyndon
</a></li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>81: Shiny and New at Microsoft Connect 2018</title>
  <link>https://www.gonedotnet.io/81</link>
  <guid isPermaLink="false">e8982820-70e5-441e-aa54-bf498c520d56</guid>
  <pubDate>Mon, 10 Dec 2018 10:00:00 -0500</pubDate>
  <author>Jonathan Dick, Allan Ritchie</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/7030a7ff-40f9-4d15-94a3-873772db7997/e8982820-70e5-441e-aa54-bf498c520d56.mp3" length="39868752" type="audio/mp3"/>
  <itunes:episode>81</itunes:episode>
  <itunes:title>Shiny and New at Microsoft Connect 2018</itunes:title>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Jonathan Dick, Allan Ritchie</itunes:author>
  <itunes:subtitle>We discuss and recap some of the more interesting highlights from Microsoft Connect 2018.</itunes:subtitle>
  <itunes:duration>45:17</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://a.fireside.fm/assets/v1/default/cover-1b0743b45cefaafc09a35208784af975fca29a3142661c359814c79a92a498af.jpg?v=5"/>
  <description>&lt;p&gt;We discuss and recap some of the more interesting highlights from Microsoft Connect 2018. &lt;/p&gt;
</description>
  <itunes:keywords>xamarin, microsoft, microsoft connect</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>We discuss and recap some of the more interesting highlights from Microsoft Connect 2018.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://raygun.com/?utm_source=gonemobile">Raygun</a>: <a rel="nofollow" href="https://raygun.com/?utm_source=gonemobile">Spot every bug. Discover every performance issue. Ship new features faster and deliver flawless user experiences. Raygun enables you to build stronger, faster and more resilient web and mobile applications for your customers. Get setup in minutes!

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/HBGogQN5.png" alt="Raygun">
</a></li></ul><p>Links:</p><ul><li><a title="Xamarin.Essentials - Xamarin | Microsoft Docs" rel="nofollow" href="https://docs.microsoft.com/en-us/xamarin/essentials/">Xamarin.Essentials - Xamarin | Microsoft Docs
</a></li><li><a title="The Future of Mobile Development: Xamarin.Forms 4.0 Preview | Xamarin Blog" rel="nofollow" href="https://blog.xamarin.com/xamarin-forms-4-0-preview/">The Future of Mobile Development: Xamarin.Forms 4.0 Preview |&nbsp;Xamarin Blog
</a></li><li><a title="Connect(); 2018 Xamarin Announcements | Xamarin Blog" rel="nofollow" href="https://blog.xamarin.com/connect-2018-xamarin-announcements/">Connect(); 2018 Xamarin Announcements |&nbsp;Xamarin Blog
</a></li><li><a title="Empowering every developer to achieve more at Microsoft Connect(); 2018 - The Official Microsoft Blog" rel="nofollow" href="https://blogs.microsoft.com/blog/2018/12/04/empowering-every-developer-to-achieve-more-at-microsoft-connect-2018/">Empowering every developer to achieve more at Microsoft Connect(); 2018 - The Official Microsoft Blog
</a></li><li><a title="Microsoft Connect(); 2018 Conference | Microsoft Azure" rel="nofollow" href="https://www.microsoft.com/en-us/connectevent/">Microsoft Connect(); 2018 Conference | Microsoft Azure
</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>We discuss and recap some of the more interesting highlights from Microsoft Connect 2018.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://raygun.com/?utm_source=gonemobile">Raygun</a>: <a rel="nofollow" href="https://raygun.com/?utm_source=gonemobile">Spot every bug. Discover every performance issue. Ship new features faster and deliver flawless user experiences. Raygun enables you to build stronger, faster and more resilient web and mobile applications for your customers. Get setup in minutes!

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/HBGogQN5.png" alt="Raygun">
</a></li></ul><p>Links:</p><ul><li><a title="Xamarin.Essentials - Xamarin | Microsoft Docs" rel="nofollow" href="https://docs.microsoft.com/en-us/xamarin/essentials/">Xamarin.Essentials - Xamarin | Microsoft Docs
</a></li><li><a title="The Future of Mobile Development: Xamarin.Forms 4.0 Preview | Xamarin Blog" rel="nofollow" href="https://blog.xamarin.com/xamarin-forms-4-0-preview/">The Future of Mobile Development: Xamarin.Forms 4.0 Preview |&nbsp;Xamarin Blog
</a></li><li><a title="Connect(); 2018 Xamarin Announcements | Xamarin Blog" rel="nofollow" href="https://blog.xamarin.com/connect-2018-xamarin-announcements/">Connect(); 2018 Xamarin Announcements |&nbsp;Xamarin Blog
</a></li><li><a title="Empowering every developer to achieve more at Microsoft Connect(); 2018 - The Official Microsoft Blog" rel="nofollow" href="https://blogs.microsoft.com/blog/2018/12/04/empowering-every-developer-to-achieve-more-at-microsoft-connect-2018/">Empowering every developer to achieve more at Microsoft Connect(); 2018 - The Official Microsoft Blog
</a></li><li><a title="Microsoft Connect(); 2018 Conference | Microsoft Azure" rel="nofollow" href="https://www.microsoft.com/en-us/connectevent/">Microsoft Connect(); 2018 Conference | Microsoft Azure
</a></li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>80: Building IoT Apps using .NET and Meadow with Bryan Costanich</title>
  <link>https://www.gonedotnet.io/80</link>
  <guid isPermaLink="false">ef411516-ee16-48a3-8b04-7409ffdfd494</guid>
  <pubDate>Mon, 12 Nov 2018 10:00:00 -0500</pubDate>
  <author>Jonathan Dick, Allan Ritchie</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/7030a7ff-40f9-4d15-94a3-873772db7997/ef411516-ee16-48a3-8b04-7409ffdfd494.mp3" length="43515685" type="audio/mpeg"/>
  <itunes:episode>80</itunes:episode>
  <itunes:title>Building IoT Apps using .NET and Meadow with Bryan Costanich</itunes:title>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Jonathan Dick, Allan Ritchie</itunes:author>
  <itunes:subtitle>Bryan can finally share what he's been working on, and "IoT" is full of .NET goodness!</itunes:subtitle>
  <itunes:duration>50:20</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://a.fireside.fm/assets/v1/default/cover-1b0743b45cefaafc09a35208784af975fca29a3142661c359814c79a92a498af.jpg?v=5"/>
  <description>&lt;p&gt;Bryan can finally share what he's been working on, and "IoT" is full of .NET goodness!  On this episode we talk to Bryan Costanich about Meadow, a new microcontroller where .NET is king.  This isn't your typical microcontroller, give us a listen! Special Guest: Bryan Costanich.&lt;/p&gt;
</description>
  <itunes:keywords>xamarin, iot, microcontroller, mono, .net</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Bryan can finally share what he's been working on, and "IoT" is full of .NET goodness!  On this episode we talk to Bryan Costanich about Meadow, a new microcontroller where .NET is king.  This isn't your typical microcontroller, give us a listen!</p><p>Special Guest: Bryan Costanich.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Telerik</a>: <a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Capitalizing on the innate benefits of the native UI while exposing all objects and properties in C#, Telerik UI for Xamarin is a collection of Xamarin.Forms controls and Xamarin wrappers which offer fast loading, excellent drawing capabilities and pixel-perfection while providing “no-compromise” customization, flexibility and stunning UI. Telerik UI for Xamarin. .NET Tools for .NET Ninjas.  Download a trial today!

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/6phhkyJ_.jpg" alt="Telerik UI for Xamarin">
</a></li></ul><p>Links:</p><ul><li><a title="Kickstarter: Meadow: Full-stack .NET Standard IoT platform. by Wilderness Labs — Kickstarter" rel="nofollow" href="https://kck.st/2FcqUCz">Kickstarter: Meadow: Full-stack .NET Standard IoT platform. by Wilderness Labs — Kickstarter
</a></li><li><a title="Why the Future of Machine Learning is Tiny" rel="nofollow" href="https://petewarden.com/2018/06/11/why-the-future-of-machine-learning-is-tiny/">Why the Future of Machine Learning is Tiny
</a></li><li><a title="The Future is Tiny" rel="nofollow" href="https://blog.usejournal.com/the-future-is-tiny-44dea02e4517">The Future is Tiny
</a></li><li><a title="The Revolution is Coming… You might barely notice." rel="nofollow" href="https://medium.com/@bryancostanich/the-revolution-is-coming-you-might-barely-notice-1e3da6a5f10c">The Revolution is Coming… You might barely notice.
</a></li><li><a title="Gone Mobile 69: Building Connected Devices with Bryan Costanich" rel="nofollow" href="https://www.gonemobile.io/69">Gone Mobile 69: Building Connected Devices with Bryan Costanich
</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Bryan can finally share what he's been working on, and "IoT" is full of .NET goodness!  On this episode we talk to Bryan Costanich about Meadow, a new microcontroller where .NET is king.  This isn't your typical microcontroller, give us a listen!</p><p>Special Guest: Bryan Costanich.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Telerik</a>: <a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Capitalizing on the innate benefits of the native UI while exposing all objects and properties in C#, Telerik UI for Xamarin is a collection of Xamarin.Forms controls and Xamarin wrappers which offer fast loading, excellent drawing capabilities and pixel-perfection while providing “no-compromise” customization, flexibility and stunning UI. Telerik UI for Xamarin. .NET Tools for .NET Ninjas.  Download a trial today!

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/6phhkyJ_.jpg" alt="Telerik UI for Xamarin">
</a></li></ul><p>Links:</p><ul><li><a title="Kickstarter: Meadow: Full-stack .NET Standard IoT platform. by Wilderness Labs — Kickstarter" rel="nofollow" href="https://kck.st/2FcqUCz">Kickstarter: Meadow: Full-stack .NET Standard IoT platform. by Wilderness Labs — Kickstarter
</a></li><li><a title="Why the Future of Machine Learning is Tiny" rel="nofollow" href="https://petewarden.com/2018/06/11/why-the-future-of-machine-learning-is-tiny/">Why the Future of Machine Learning is Tiny
</a></li><li><a title="The Future is Tiny" rel="nofollow" href="https://blog.usejournal.com/the-future-is-tiny-44dea02e4517">The Future is Tiny
</a></li><li><a title="The Revolution is Coming… You might barely notice." rel="nofollow" href="https://medium.com/@bryancostanich/the-revolution-is-coming-you-might-barely-notice-1e3da6a5f10c">The Revolution is Coming… You might barely notice.
</a></li><li><a title="Gone Mobile 69: Building Connected Devices with Bryan Costanich" rel="nofollow" href="https://www.gonemobile.io/69">Gone Mobile 69: Building Connected Devices with Bryan Costanich
</a></li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>79: Flutter with Thomas Burkhart</title>
  <link>https://www.gonedotnet.io/79</link>
  <guid isPermaLink="false">6b3c40ac-7fc7-43f1-a9bb-4e41792d723f</guid>
  <pubDate>Mon, 29 Oct 2018 10:00:00 -0400</pubDate>
  <author>Jonathan Dick, Allan Ritchie</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/7030a7ff-40f9-4d15-94a3-873772db7997/6b3c40ac-7fc7-43f1-a9bb-4e41792d723f.mp3" length="44492688" type="audio/mpeg"/>
  <itunes:episode>79</itunes:episode>
  <itunes:title>Flutter with Thomas Burkhart</itunes:title>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Jonathan Dick, Allan Ritchie</itunes:author>
  <itunes:subtitle>We talk to Thomas Burkhart in a long overdue episode on Flutter.</itunes:subtitle>
  <itunes:duration>51:31</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://a.fireside.fm/assets/v1/default/cover-1b0743b45cefaafc09a35208784af975fca29a3142661c359814c79a92a498af.jpg?v=5"/>
  <description>&lt;p&gt;Thomas Burkhart talks with us about what Flutter is, what it's like to program in Dart, and the pro's and con's of Flutter as a mobile development platform.  Special Guest: Thomas Burkhart.&lt;/p&gt;
</description>
  <itunes:keywords>xamarin, flutter, dart</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Thomas Burkhart talks with us about what Flutter is, what it's like to program in Dart, and the pro's and con's of Flutter as a mobile development platform. </p><p>Special Guest: Thomas Burkhart.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Telerik</a>: <a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Capitalizing on the innate benefits of the native UI while exposing all objects and properties in C#, Telerik UI for Xamarin is a collection of Xamarin.Forms controls and Xamarin wrappers which offer fast loading, excellent drawing capabilities and pixel-perfection while providing “no-compromise” customization, flexibility and stunning UI. Telerik UI for Xamarin. .NET Tools for .NET Ninjas.  Download a trial today!

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/6phhkyJ_.jpg" alt="Telerik UI for Xamarin">
</a></li></ul><p>Links:</p><ul><li><a title="Thomas Burkhart&#39;s Blog" rel="nofollow" href="https://blog.burkharts.net/">Thomas Burkhart's Blog
</a></li><li><a title="Flutter.io" rel="nofollow" href="https://flutter.io/">Flutter.io
</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Thomas Burkhart talks with us about what Flutter is, what it's like to program in Dart, and the pro's and con's of Flutter as a mobile development platform. </p><p>Special Guest: Thomas Burkhart.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Telerik</a>: <a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Capitalizing on the innate benefits of the native UI while exposing all objects and properties in C#, Telerik UI for Xamarin is a collection of Xamarin.Forms controls and Xamarin wrappers which offer fast loading, excellent drawing capabilities and pixel-perfection while providing “no-compromise” customization, flexibility and stunning UI. Telerik UI for Xamarin. .NET Tools for .NET Ninjas.  Download a trial today!

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/6phhkyJ_.jpg" alt="Telerik UI for Xamarin">
</a></li></ul><p>Links:</p><ul><li><a title="Thomas Burkhart&#39;s Blog" rel="nofollow" href="https://blog.burkharts.net/">Thomas Burkhart's Blog
</a></li><li><a title="Flutter.io" rel="nofollow" href="https://flutter.io/">Flutter.io
</a></li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>78: Building a Software Business with Matthew Robbins</title>
  <link>https://www.gonedotnet.io/78</link>
  <guid isPermaLink="false">cd87c519-4319-42f3-b07c-7dd8566f2d2c</guid>
  <pubDate>Mon, 15 Oct 2018 08:00:00 -0400</pubDate>
  <author>Jonathan Dick, Allan Ritchie</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/7030a7ff-40f9-4d15-94a3-873772db7997/cd87c519-4319-42f3-b07c-7dd8566f2d2c.mp3" length="46416478" type="audio/mp3"/>
  <itunes:episode>78</itunes:episode>
  <itunes:title>Building a Software Business with Matthew Robbins</itunes:title>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Jonathan Dick, Allan Ritchie</itunes:author>
  <itunes:subtitle>Building a business around software is hard work, and often it's hard to come across detailed advice from those who have dared to give it a shot. In this episode we're joined by Matthew Robbins, founder of MFractor, to talk about his experiences building a company around developer tooling, and what he's learned along the way. If you're curious to peek behind the curtain of building MFractor, this is the episode for you!</itunes:subtitle>
  <itunes:duration>37:04</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://a.fireside.fm/assets/v1/default/cover-1b0743b45cefaafc09a35208784af975fca29a3142661c359814c79a92a498af.jpg?v=5"/>
  <description>&lt;p&gt;Building a business around software is hard work, and often it's hard to come across detailed advice from those who have dared to give it a shot. In this episode we're joined by Matthew Robbins, founder of MFractor, to talk about his experiences building a company around developer tooling, and what he's learned along the way. If you're curious to peek behind the curtain of building MFractor, this is the episode for you! Special Guest: Matthew Robbins.&lt;/p&gt;
</description>
  <itunes:keywords>xamarin</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Building a business around software is hard work, and often it's hard to come across detailed advice from those who have dared to give it a shot. In this episode we're joined by Matthew Robbins, founder of MFractor, to talk about his experiences building a company around developer tooling, and what he's learned along the way. If you're curious to peek behind the curtain of building MFractor, this is the episode for you!</p><p>Special Guest: Matthew Robbins.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Telerik</a>: <a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Capitalizing on the innate benefits of the native UI while exposing all objects and properties in C#, Telerik UI for Xamarin is a collection of Xamarin.Forms controls and Xamarin wrappers which offer fast loading, excellent drawing capabilities and pixel-perfection while providing “no-compromise” customization, flexibility and stunning UI. Telerik UI for Xamarin. .NET Tools for .NET Ninjas.  Download a trial today!

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/6phhkyJ_.jpg" alt="Telerik UI for Xamarin">
</a></li></ul><p>Links:</p><ul><li><a title="MFractor" rel="nofollow" href="https://www.mfractor.com/">MFractor
</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Building a business around software is hard work, and often it's hard to come across detailed advice from those who have dared to give it a shot. In this episode we're joined by Matthew Robbins, founder of MFractor, to talk about his experiences building a company around developer tooling, and what he's learned along the way. If you're curious to peek behind the curtain of building MFractor, this is the episode for you!</p><p>Special Guest: Matthew Robbins.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Telerik</a>: <a rel="nofollow" href="http://www.telerik.com/campaigns/xamarin-ui/telerik-ui-for-xamarin?utm_medium=content-paid&amp;utm_source=gonemobile&amp;utm_campaign=xamarin-trial">Capitalizing on the innate benefits of the native UI while exposing all objects and properties in C#, Telerik UI for Xamarin is a collection of Xamarin.Forms controls and Xamarin wrappers which offer fast loading, excellent drawing capabilities and pixel-perfection while providing “no-compromise” customization, flexibility and stunning UI. Telerik UI for Xamarin. .NET Tools for .NET Ninjas.  Download a trial today!

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/6phhkyJ_.jpg" alt="Telerik UI for Xamarin">
</a></li></ul><p>Links:</p><ul><li><a title="MFractor" rel="nofollow" href="https://www.mfractor.com/">MFractor
</a></li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>76: Building Untappd with Greg Avola</title>
  <link>https://www.gonedotnet.io/76</link>
  <guid isPermaLink="false">316cae39-c583-49b2-a6ff-a960289546c1</guid>
  <pubDate>Mon, 27 Aug 2018 09:00:00 -0400</pubDate>
  <author>Jonathan Dick, Allan Ritchie</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/7030a7ff-40f9-4d15-94a3-873772db7997/316cae39-c583-49b2-a6ff-a960289546c1.mp3" length="62608533" type="audio/mpeg"/>
  <itunes:episode>76</itunes:episode>
  <itunes:title>Building Untappd with Greg Avola</itunes:title>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Jonathan Dick, Allan Ritchie</itunes:author>
  <itunes:subtitle>Cheers to the creator of Untappd!  We talk about the beer app's humble beginnings and how it grew into a keg-sized success.  Find out how it's built, what the backend is like, and what new suds are to come!</itunes:subtitle>
  <itunes:duration>1:05:12</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://a.fireside.fm/assets/v1/default/cover-1b0743b45cefaafc09a35208784af975fca29a3142661c359814c79a92a498af.jpg?v=5"/>
  <description>&lt;p&gt;Cheers to the creator of Untappd!  We talk about the beer app's humble beginnings and how it grew into a keg-sized success.  Find out how it's built, what the backend is like, and what new suds are to come! Special Guest: Greg Avola.&lt;/p&gt;
</description>
  <itunes:keywords>xamarin, beer, untappd</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Cheers to the creator of Untappd!  We talk about the beer app's humble beginnings and how it grew into a keg-sized success.  Find out how it's built, what the backend is like, and what new suds are to come!</p><p>Special Guest: Greg Avola.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://raygun.com/?utm_source=gonemobile">Raygun</a>: <a rel="nofollow" href="https://raygun.com/?utm_source=gonemobile">Spot every bug. Discover every performance issue. Ship new features faster and deliver flawless user experiences. Raygun enables you to build stronger, faster and more resilient web and mobile applications for your customers. Get setup in minutes!

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/HBGogQN5.png" alt="Raygun">
</a></li></ul><p>Links:</p><ul><li><a title="Untappd - Drink Socially" rel="nofollow" href="https://untappd.com/">Untappd - Drink Socially
</a></li><li><a title="Ionic Framework" rel="nofollow" href="https://ionicframework.com/">Ionic Framework
</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Cheers to the creator of Untappd!  We talk about the beer app's humble beginnings and how it grew into a keg-sized success.  Find out how it's built, what the backend is like, and what new suds are to come!</p><p>Special Guest: Greg Avola.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://raygun.com/?utm_source=gonemobile">Raygun</a>: <a rel="nofollow" href="https://raygun.com/?utm_source=gonemobile">Spot every bug. Discover every performance issue. Ship new features faster and deliver flawless user experiences. Raygun enables you to build stronger, faster and more resilient web and mobile applications for your customers. Get setup in minutes!

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/HBGogQN5.png" alt="Raygun">
</a></li></ul><p>Links:</p><ul><li><a title="Untappd - Drink Socially" rel="nofollow" href="https://untappd.com/">Untappd - Drink Socially
</a></li><li><a title="Ionic Framework" rel="nofollow" href="https://ionicframework.com/">Ionic Framework
</a></li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>72: Succeeding with Xamarin</title>
  <link>https://www.gonedotnet.io/72</link>
  <guid isPermaLink="false">2156557d-bbdf-4287-8fff-e1a474b24e60</guid>
  <pubDate>Tue, 31 Jul 2018 09:00:00 -0400</pubDate>
  <author>Jonathan Dick, Allan Ritchie</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/7030a7ff-40f9-4d15-94a3-873772db7997/2156557d-bbdf-4287-8fff-e1a474b24e60.mp3" length="40502313" type="audio/mpeg"/>
  <itunes:episode>72</itunes:episode>
  <itunes:title>Succeeding with Xamarin</itunes:title>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Jonathan Dick, Allan Ritchie</itunes:author>
  <itunes:subtitle>Long time Xamarin community member Filip Ekberg joins us to talk about how to succeed with Xamarin.</itunes:subtitle>
  <itunes:duration>42:01</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://a.fireside.fm/assets/v1/default/cover-1b0743b45cefaafc09a35208784af975fca29a3142661c359814c79a92a498af.jpg?v=5"/>
  <description>&lt;p&gt;Long time Xamarin community member Filip Ekberg joins us to talk about how to succeed with Xamarin.  Filip has been working on Xamarin since before it was Xamarin and has plenty of experience with success on the Xamarin platform and even some mistakes he's learned from.  In this episode we talk about how new and experienced developers alike can be successful with Xamarin. Special Guest: Filip Ekberg.&lt;/p&gt;
</description>
  <itunes:keywords>xamarin, success</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Long time Xamarin community member Filip Ekberg joins us to talk about how to succeed with Xamarin.  Filip has been working on Xamarin since before it was Xamarin and has plenty of experience with success on the Xamarin platform and even some mistakes he's learned from.  In this episode we talk about how new and experienced developers alike can be successful with Xamarin.</p><p>Special Guest: Filip Ekberg.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://www.mfractor.com">MFractor</a>: <a rel="nofollow" href="https://www.mfractor.com"><a href="https://www.mfractor.com" target="_blank" rel="nofollow noopener">MFractor</a> seamlessly integrates with Visual Studio for Mac for a superior Xamarin development experience:


Easily create Xamarin.Forms apps with XAML analysis, a suite of navigation shortcuts and powerful XAML to C# code generation tools.
Take the sting out of Android development using resource Intellisense, a better navigation experience, a suite of Android-specific C# code analyzers and more.
Make day-to-day development easier with MFractors collection of C# code actions and refactorings.
Don't like the code that MFractor generates? Tweak it with a rich configuration engine.


Build your apps faster with a single user, yearly subscription to MFractor for Visual Studio Mac for $199AUD.

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/pjQYV87_.png" alt="MFractor">
</a></li></ul><p>Links:</p><ul><li><a title="Filip Ekberg&#39;s Blog" rel="nofollow" href="https://www.filipekberg.se">Filip Ekberg's Blog
</a></li><li><a title="Succeeding with Xamarin (Youtube)" rel="nofollow" href="https://www.youtube.com/watch?v=kpbeaMOTOxM">Succeeding with Xamarin (Youtube)
</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Long time Xamarin community member Filip Ekberg joins us to talk about how to succeed with Xamarin.  Filip has been working on Xamarin since before it was Xamarin and has plenty of experience with success on the Xamarin platform and even some mistakes he's learned from.  In this episode we talk about how new and experienced developers alike can be successful with Xamarin.</p><p>Special Guest: Filip Ekberg.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://www.mfractor.com">MFractor</a>: <a rel="nofollow" href="https://www.mfractor.com"><a href="https://www.mfractor.com" target="_blank" rel="nofollow noopener">MFractor</a> seamlessly integrates with Visual Studio for Mac for a superior Xamarin development experience:


Easily create Xamarin.Forms apps with XAML analysis, a suite of navigation shortcuts and powerful XAML to C# code generation tools.
Take the sting out of Android development using resource Intellisense, a better navigation experience, a suite of Android-specific C# code analyzers and more.
Make day-to-day development easier with MFractors collection of C# code actions and refactorings.
Don't like the code that MFractor generates? Tweak it with a rich configuration engine.


Build your apps faster with a single user, yearly subscription to MFractor for Visual Studio Mac for $199AUD.

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/pjQYV87_.png" alt="MFractor">
</a></li></ul><p>Links:</p><ul><li><a title="Filip Ekberg&#39;s Blog" rel="nofollow" href="https://www.filipekberg.se">Filip Ekberg's Blog
</a></li><li><a title="Succeeding with Xamarin (Youtube)" rel="nofollow" href="https://www.youtube.com/watch?v=kpbeaMOTOxM">Succeeding with Xamarin (Youtube)
</a></li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>17: What's New in iOS8</title>
  <link>https://www.gonedotnet.io/17</link>
  <guid isPermaLink="false">http://gonemobile.io/blog/e0017-Whats-New-in-iOS-8/</guid>
  <pubDate>Thu, 02 Oct 2014 09:30:00 -0400</pubDate>
  <author>Jonathan Dick, Allan Ritchie</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/7030a7ff-40f9-4d15-94a3-873772db7997/d904e1f2-cdd5-4c62-ba1b-826de596e0f8.mp3" length="63565782" type="audio/mpeg"/>
  <itunes:episode>17</itunes:episode>
  <itunes:title>What's New in iOS8</itunes:title>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Jonathan Dick, Allan Ritchie</itunes:author>
  <itunes:subtitle>Join us again for our annual show discussing all the new features in the latest version of iOS!  Mike Bluestein joins us once more, and there's lots to talk about!</itunes:subtitle>
  <itunes:duration>1:06:07</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://a.fireside.fm/assets/v1/default/cover-1b0743b45cefaafc09a35208784af975fca29a3142661c359814c79a92a498af.jpg?v=5"/>
  <description>&lt;p&gt;Join us again for our annual show discussing all the new features in the latest version of iOS!  Mike Bluestein joins us once more, and there’s lots to talk about! Special Guest: Mike Bluestein.&lt;/p&gt;
</description>
  <content:encoded>
    <![CDATA[<p>Join us again for our annual show discussing all the new features in the latest version of iOS!  Mike Bluestein joins us once more, and there’s lots to talk about!</p><p>Special Guest: Mike Bluestein.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://raygun.io/?utm_source=gonemobile&amp;utm_medium=episodes&amp;utm_campaign=gone-mobile">Raygun</a>: <a rel="nofollow" href="https://raygun.io/?utm_source=gonemobile&amp;utm_medium=episodes&amp;utm_campaign=gone-mobile">Raygun.io is the fastest and easiest way to track your application's errors and get the level of detail you need to fix crashes quickly. Notifications are delivered right to your inbox and presented on a beautiful dashboard.

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/kiH9Tok0.png" alt="Raygun">
</a></li></ul><p>Links:</p><ul><li><a title="Introduction to iOS8" rel="nofollow" href="http://developer.xamarin.com/guides/ios/platform_features/introduction_to_ios8/">Introduction to iOS8
</a></li><li><a title="Today Widget Blog Post" rel="nofollow" href="http://blog.xamarin.com/evolve-countdown-ios-8-today-widget/">Today Widget Blog Post
</a></li><li><a title="Auto Layout: Easy Layout by Frank Krueger" rel="nofollow" href="http://praeclarum.org/post/45690317491/easy-layout-a-dsl-for-nslayoutconstraint">Auto Layout: Easy Layout by Frank Krueger
</a></li><li><a title="Auto Layout: FluentContraints by Stuart Lodge" rel="nofollow" href="http://slodge.blogspot.ca/2013/07/playing-with-constraints.html">Auto Layout: FluentContraints by Stuart Lodge
</a></li><li><a title="Paint Code" rel="nofollow" href="http://blog.xamarin.com/meet-our-new-favorite-design-tool-paintcode/">Paint Code
</a></li><li><a title="iOS View Effects" rel="nofollow" href="http://blog.xamarin.com/adding-view-effects-in-ios-8/">iOS View Effects
</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Join us again for our annual show discussing all the new features in the latest version of iOS!  Mike Bluestein joins us once more, and there’s lots to talk about!</p><p>Special Guest: Mike Bluestein.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://raygun.io/?utm_source=gonemobile&amp;utm_medium=episodes&amp;utm_campaign=gone-mobile">Raygun</a>: <a rel="nofollow" href="https://raygun.io/?utm_source=gonemobile&amp;utm_medium=episodes&amp;utm_campaign=gone-mobile">Raygun.io is the fastest and easiest way to track your application's errors and get the level of detail you need to fix crashes quickly. Notifications are delivered right to your inbox and presented on a beautiful dashboard.

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/kiH9Tok0.png" alt="Raygun">
</a></li></ul><p>Links:</p><ul><li><a title="Introduction to iOS8" rel="nofollow" href="http://developer.xamarin.com/guides/ios/platform_features/introduction_to_ios8/">Introduction to iOS8
</a></li><li><a title="Today Widget Blog Post" rel="nofollow" href="http://blog.xamarin.com/evolve-countdown-ios-8-today-widget/">Today Widget Blog Post
</a></li><li><a title="Auto Layout: Easy Layout by Frank Krueger" rel="nofollow" href="http://praeclarum.org/post/45690317491/easy-layout-a-dsl-for-nslayoutconstraint">Auto Layout: Easy Layout by Frank Krueger
</a></li><li><a title="Auto Layout: FluentContraints by Stuart Lodge" rel="nofollow" href="http://slodge.blogspot.ca/2013/07/playing-with-constraints.html">Auto Layout: FluentContraints by Stuart Lodge
</a></li><li><a title="Paint Code" rel="nofollow" href="http://blog.xamarin.com/meet-our-new-favorite-design-tool-paintcode/">Paint Code
</a></li><li><a title="iOS View Effects" rel="nofollow" href="http://blog.xamarin.com/adding-view-effects-in-ios-8/">iOS View Effects
</a></li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>6: Jesse Liberty and Xamarin.Android</title>
  <link>https://www.gonedotnet.io/6</link>
  <guid isPermaLink="false">http://gonemobile.io/blog/e0006-jesse-liberty-xamarin-android/</guid>
  <pubDate>Tue, 26 Nov 2013 15:30:00 -0500</pubDate>
  <author>Jonathan Dick, Allan Ritchie</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/7030a7ff-40f9-4d15-94a3-873772db7997/0ea607c9-943a-4acb-85e9-75943741bc9b.mp3" length="44113627" type="audio/mpeg"/>
  <itunes:episode>6</itunes:episode>
  <itunes:title>Jesse Liberty and Xamarin.Android</itunes:title>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Jonathan Dick, Allan Ritchie</itunes:author>
  <itunes:subtitle>Jesse Liberty talks to us about his recent ventures into Mobile development with Xamarin.Android!</itunes:subtitle>
  <itunes:duration>1:01:16</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://a.fireside.fm/assets/v1/default/cover-1b0743b45cefaafc09a35208784af975fca29a3142661c359814c79a92a498af.jpg?v=5"/>
  <description>&lt;p&gt;Jesse Liberty talks to us about his recent ventures into Mobile development with Xamarin.Android!&lt;br&gt;
 Special Guest: Jesse Liberty.&lt;/p&gt;
</description>
  <content:encoded>
    <![CDATA[<p>Jesse Liberty talks to us about his recent ventures into Mobile development with Xamarin.Android!</p><p>Special Guest: Jesse Liberty.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://raygun.io/?utm_source=gonemobile&amp;utm_medium=episodes&amp;utm_campaign=gone-mobile">Raygun</a>: <a rel="nofollow" href="https://raygun.io/?utm_source=gonemobile&amp;utm_medium=episodes&amp;utm_campaign=gone-mobile">Raygun.io is the fastest and easiest way to track your application's errors and get the level of detail you need to fix crashes quickly. Notifications are delivered right to your inbox and presented on a beautiful dashboard.

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/kiH9Tok0.png" alt="Raygun">
</a></li></ul><p>Links:</p><ul><li><a title="Jesse&#39;s Blog" rel="nofollow" href="http://jesseliberty.com/">Jesse's Blog
</a></li><li><a title="Jesse&#39;s mini-series on Learning Xamarin.Android" rel="nofollow" href="http://blog.falafel.com/Blogs/jesseliberty/jesse-liberty/2013/09/25/learning-xamarin-for-android-table-of-contents">Jesse's mini-series on Learning Xamarin.Android
</a></li><li><a title="Falafel Software" rel="nofollow" href="http://falafel.com/">Falafel Software
</a></li><li><a title="GenyMotion Android Emulator" rel="nofollow" href="http://www.genymotion.com/">GenyMotion Android Emulator
</a></li><li><a title="Book: Mobile Development with C#" rel="nofollow" href="http://shop.oreilly.com/product/0636920024002.do">Book: Mobile Development with C#
</a></li><li><a title="Book: Professional Android Programming with Mono for Android and .NET/C#" rel="nofollow" href="http://www.amazon.com/gp/product/1118026438/ref=as_li_tf_tl?ie=UTF8&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1118026438&amp;linkCode=as2&amp;tag=red082-20">Book: Professional Android Programming with Mono for Android and .NET/C#
</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Jesse Liberty talks to us about his recent ventures into Mobile development with Xamarin.Android!</p><p>Special Guest: Jesse Liberty.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://raygun.io/?utm_source=gonemobile&amp;utm_medium=episodes&amp;utm_campaign=gone-mobile">Raygun</a>: <a rel="nofollow" href="https://raygun.io/?utm_source=gonemobile&amp;utm_medium=episodes&amp;utm_campaign=gone-mobile">Raygun.io is the fastest and easiest way to track your application's errors and get the level of detail you need to fix crashes quickly. Notifications are delivered right to your inbox and presented on a beautiful dashboard.

<img src="https://uploads.fireside.fm/images/7/7030a7ff-40f9-4d15-94a3-873772db7997/kiH9Tok0.png" alt="Raygun">
</a></li></ul><p>Links:</p><ul><li><a title="Jesse&#39;s Blog" rel="nofollow" href="http://jesseliberty.com/">Jesse's Blog
</a></li><li><a title="Jesse&#39;s mini-series on Learning Xamarin.Android" rel="nofollow" href="http://blog.falafel.com/Blogs/jesseliberty/jesse-liberty/2013/09/25/learning-xamarin-for-android-table-of-contents">Jesse's mini-series on Learning Xamarin.Android
</a></li><li><a title="Falafel Software" rel="nofollow" href="http://falafel.com/">Falafel Software
</a></li><li><a title="GenyMotion Android Emulator" rel="nofollow" href="http://www.genymotion.com/">GenyMotion Android Emulator
</a></li><li><a title="Book: Mobile Development with C#" rel="nofollow" href="http://shop.oreilly.com/product/0636920024002.do">Book: Mobile Development with C#
</a></li><li><a title="Book: Professional Android Programming with Mono for Android and .NET/C#" rel="nofollow" href="http://www.amazon.com/gp/product/1118026438/ref=as_li_tf_tl?ie=UTF8&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1118026438&amp;linkCode=as2&amp;tag=red082-20">Book: Professional Android Programming with Mono for Android and .NET/C#
</a></li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>5: MonoGame with Jonathan Peppers</title>
  <link>https://www.gonedotnet.io/5</link>
  <guid isPermaLink="false">http://gonemobile.io/blog/e0005-monogame-with-jonathan-peppers/</guid>
  <pubDate>Mon, 04 Nov 2013 15:00:00 -0500</pubDate>
  <author>Jonathan Dick, Allan Ritchie</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/7030a7ff-40f9-4d15-94a3-873772db7997/6d42fc3a-138f-4331-ab34-4cd9f45601fc.mp3" length="35509669" type="audio/mpeg"/>
  <itunes:episode>5</itunes:episode>
  <itunes:title>MonoGame with Jonathan Peppers</itunes:title>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Jonathan Dick, Allan Ritchie</itunes:author>
  <itunes:subtitle>We sit down with Jonathan Peppers from Hitcents to talk about writing Games using MonoGame and Xamarin for iOS, Android, Windows and more!</itunes:subtitle>
  <itunes:duration>49:12</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://a.fireside.fm/assets/v1/default/cover-1b0743b45cefaafc09a35208784af975fca29a3142661c359814c79a92a498af.jpg?v=5"/>
  <description>&lt;p&gt;We sit down with Jonathan Peppers from Hitcents to talk about writing Games using MonoGame and Xamarin for iOS, Android, Windows and more! Special Guest: Jonathan Peppers.&lt;/p&gt;
</description>
  <content:encoded>
    <![CDATA[<p>We sit down with Jonathan Peppers from Hitcents to talk about writing Games using MonoGame and Xamarin for iOS, Android, Windows and more!</p><p>Special Guest: Jonathan Peppers.</p><p>Links:</p><ul><li><a title="MonoGame" rel="nofollow" href="http://monogame.net">MonoGame
</a></li><li><a title="MonoGame Adventure - Draw a Stickman: EPIC" rel="nofollow" href="http://blog.hitcents.com/blog/post/draw-stickman-epic-monogame-adventure">MonoGame Adventure - Draw a Stickman: EPIC
</a></li><li><a title="Hitcents" rel="nofollow" href="http://hitcents.com/">Hitcents
</a></li><li><a title="Battlepillars" rel="nofollow" href="http://www.hitcents.com/games/battlepillars">Battlepillars
</a></li><li><a title="Draw a Stickman Epic" rel="nofollow" href="http://www.hitcents.com/games/stickman-epic">Draw a Stickman Epic
</a></li><li><a title="Harlem Shake App" rel="nofollow" href="http://www.hitcents.com/games/harlem-shake">Harlem Shake App
</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>We sit down with Jonathan Peppers from Hitcents to talk about writing Games using MonoGame and Xamarin for iOS, Android, Windows and more!</p><p>Special Guest: Jonathan Peppers.</p><p>Links:</p><ul><li><a title="MonoGame" rel="nofollow" href="http://monogame.net">MonoGame
</a></li><li><a title="MonoGame Adventure - Draw a Stickman: EPIC" rel="nofollow" href="http://blog.hitcents.com/blog/post/draw-stickman-epic-monogame-adventure">MonoGame Adventure - Draw a Stickman: EPIC
</a></li><li><a title="Hitcents" rel="nofollow" href="http://hitcents.com/">Hitcents
</a></li><li><a title="Battlepillars" rel="nofollow" href="http://www.hitcents.com/games/battlepillars">Battlepillars
</a></li><li><a title="Draw a Stickman Epic" rel="nofollow" href="http://www.hitcents.com/games/stickman-epic">Draw a Stickman Epic
</a></li><li><a title="Harlem Shake App" rel="nofollow" href="http://www.hitcents.com/games/harlem-shake">Harlem Shake App
</a></li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>4: Tracking Errors with Raygun</title>
  <link>https://www.gonedotnet.io/4</link>
  <guid isPermaLink="false">http://gonemobile.io/blog/e0004-tracking-errors-with-raygun/</guid>
  <pubDate>Mon, 14 Oct 2013 10:00:00 -0400</pubDate>
  <author>Jonathan Dick, Allan Ritchie</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/7030a7ff-40f9-4d15-94a3-873772db7997/63f496b8-0622-4a5c-b774-018986bcc5ae.mp3" length="37229338" type="audio/mpeg"/>
  <itunes:episode>4</itunes:episode>
  <itunes:title>Tracking Errors with Raygun</itunes:title>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Jonathan Dick, Allan Ritchie</itunes:author>
  <itunes:subtitle>We sit down with John-Daniel Trask and Jeremy Boyd of Mindscape to talk about their Error Reporting service Raygun.io and how it fits in with Mobile and Xamarin apps.</itunes:subtitle>
  <itunes:duration>51:42</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://a.fireside.fm/assets/v1/default/cover-1b0743b45cefaafc09a35208784af975fca29a3142661c359814c79a92a498af.jpg?v=5"/>
  <description>&lt;p&gt;We sit down with John-Daniel Trask and Jeremy Boyd of Mindscape to talk about their Error Reporting service Raygun.io and how it fits in with Mobile and Xamarin apps. Special Guests: Jeremy Boyd and John-Daniel Trask.&lt;/p&gt;
</description>
  <content:encoded>
    <![CDATA[<p>We sit down with John-Daniel Trask and Jeremy Boyd of Mindscape to talk about their Error Reporting service Raygun.io and how it fits in with Mobile and Xamarin apps.</p><p>Special Guests: Jeremy Boyd and John-Daniel Trask.</p><p>Links:</p><ul><li><a title="Raygun" rel="nofollow" href="http://raygun.com">Raygun
</a></li><li><a title="Mindscape" rel="nofollow" href="http://www.mindscapehq.com/">Mindscape
</a></li><li><a title="Raygun Xamarin Component" rel="nofollow" href="https://components.xamarin.com/view/raygun4net/">Raygun Xamarin Component
</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>We sit down with John-Daniel Trask and Jeremy Boyd of Mindscape to talk about their Error Reporting service Raygun.io and how it fits in with Mobile and Xamarin apps.</p><p>Special Guests: Jeremy Boyd and John-Daniel Trask.</p><p>Links:</p><ul><li><a title="Raygun" rel="nofollow" href="http://raygun.com">Raygun
</a></li><li><a title="Mindscape" rel="nofollow" href="http://www.mindscapehq.com/">Mindscape
</a></li><li><a title="Raygun Xamarin Component" rel="nofollow" href="https://components.xamarin.com/view/raygun4net/">Raygun Xamarin Component
</a></li></ul>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
