<?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, 11 May 2026 06:32:55 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>GoneDotNet - Episodes Tagged with “Maui”</title>
    <link>https://www.gonedotnet.io/tags/maui</link>
    <pubDate>Thu, 04 Apr 2024 10:00:00 -0400</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>101: Slim Bindings</title>
  <link>https://www.gonedotnet.io/101</link>
  <guid isPermaLink="false">0823b9b3-dfd6-4315-a138-6c186bc128c0</guid>
  <pubDate>Thu, 04 Apr 2024 10:00:00 -0400</pubDate>
  <author>Jonathan Dick, Allan Ritchie</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/7030a7ff-40f9-4d15-94a3-873772db7997/0823b9b3-dfd6-4315-a138-6c186bc128c0.mp3" length="69964002" type="audio/mpeg"/>
  <itunes:episode>101</itunes:episode>
  <itunes:title>Slim Bindings</itunes:title>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Jonathan Dick, Allan Ritchie</itunes:author>
  <itunes:subtitle>Slim? Focused? Call them what you want, but we think this is a nice way to integrate native libraries on iOS (and android too) into your .NET MAUI app!</itunes:subtitle>
  <itunes:duration>52: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;In this episode, Jon and Allan discuss the concept of slim bindings and their benefits. They explore the challenges of working with full bindings and the need for a more focused approach. The conversation centers around their experience with creating slim bindings for Firebase and other complex controls. They also touch on the difficulties of updating full bindings and the importance of understanding the API being consumed. The episode concludes with a discussion on the role of Sharpie in binding generation and the challenges of dependency management. In this episode, Jon and Allan discuss the challenges and possibilities of Swift interop with .NET and the ongoing work to make Swift interop possible with .NET. They also delve into the differences between Android and iOS bindings, including the ease of Android bindings and the challenges of Kotlin and generics. They explore the AndroidX library and the complexities of dependency management. The conversation concludes with a discussion on community efforts for bindings and the benefits of slim bindings.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Slim bindings offer a more focused and simplified approach to working with complex controls and APIs.&lt;/li&gt;
&lt;li&gt;Creating slim bindings requires a deep understanding of the API being consumed and the ability to map it to the target language.&lt;/li&gt;
&lt;li&gt;Full bindings can be challenging to update, especially when there are major changes between versions of the API.&lt;/li&gt;
&lt;li&gt;Dependency management can be complex, and colliding dependencies can cause issues in the binding process.&lt;/li&gt;
&lt;li&gt;The goal is to make binding generation repeatable and provide patterns and examples for popular libraries to simplify the process for developers. Swift interop with .NET is being actively worked on, making it easier to generate bindings and interop code.&lt;/li&gt;
&lt;li&gt;Android bindings can be easier than iOS bindings, but Kotlin and generics present challenges.&lt;/li&gt;
&lt;li&gt;AndroidX library and dependency management can be complex, but slim bindings can simplify the process.&lt;/li&gt;
&lt;li&gt;Binding at the bytecode level in Kotlin can be tricky, but slim bindings provide a workaround.&lt;/li&gt;
&lt;li&gt;Community efforts are underway to create and maintain bindings for various libraries and frameworks.&lt;/li&gt;
&lt;li&gt;Slim bindings offer a focused and simplified approach to binding native libraries.&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;li&gt;Audio Engineer: Jim Heath&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ul&gt;
&lt;li&gt;00:00 Introduction and Setting the Stage&lt;/li&gt;
&lt;li&gt;02:25 Understanding Slim Bindings&lt;/li&gt;
&lt;li&gt;04:15 Working on Firebase Bindings&lt;/li&gt;
&lt;li&gt;06:16 Challenges with Package Managers&lt;/li&gt;
&lt;li&gt;09:12 Creating Slim Bindings for Complex Controls&lt;/li&gt;
&lt;li&gt;11:40 The Difficulty of Updating Full Bindings&lt;/li&gt;
&lt;li&gt;14:27 The Value of Slim Bindings&lt;/li&gt;
&lt;li&gt;19:06 The Role of Sharpie in Binding Generation&lt;/li&gt;
&lt;li&gt;21:14 Making Binding Generation Repeatable&lt;/li&gt;
&lt;li&gt;22:42 Avoiding Duplicated Dependencies&lt;/li&gt;
&lt;li&gt;24:21 Challenges with Dependency Management&lt;/li&gt;
&lt;li&gt;25:17 Dealing with Colliding Dependencies&lt;/li&gt;
&lt;li&gt;25:44 Swift Interop with .NET&lt;/li&gt;
&lt;li&gt;28:10 Android and Kotlin Bindings&lt;/li&gt;
&lt;li&gt;30:23 Challenges with Kotlin and Generics&lt;/li&gt;
&lt;li&gt;32:23 AndroidX and Dependency Management&lt;/li&gt;
&lt;li&gt;39:12 Binding at the Bytecode Level&lt;/li&gt;
&lt;li&gt;46:39 Community Efforts for Bindings&lt;/li&gt;
&lt;li&gt;47:26 Upcoming Bindings and Slim Bindings&lt;/li&gt;
&lt;/ul&gt;
</description>
  <itunes:keywords>dotnet, dotnet-maui</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>In this episode, Jon and Allan discuss the concept of slim bindings and their benefits. They explore the challenges of working with full bindings and the need for a more focused approach. The conversation centers around their experience with creating slim bindings for Firebase and other complex controls. They also touch on the difficulties of updating full bindings and the importance of understanding the API being consumed. The episode concludes with a discussion on the role of Sharpie in binding generation and the challenges of dependency management. In this episode, Jon and Allan discuss the challenges and possibilities of Swift interop with .NET and the ongoing work to make Swift interop possible with .NET. They also delve into the differences between Android and iOS bindings, including the ease of Android bindings and the challenges of Kotlin and generics. They explore the AndroidX library and the complexities of dependency management. The conversation concludes with a discussion on community efforts for bindings and the benefits of slim bindings.</p>

<h3>Takeaways</h3>

<ul>
<li>Slim bindings offer a more focused and simplified approach to working with complex controls and APIs.</li>
<li>Creating slim bindings requires a deep understanding of the API being consumed and the ability to map it to the target language.</li>
<li>Full bindings can be challenging to update, especially when there are major changes between versions of the API.</li>
<li>Dependency management can be complex, and colliding dependencies can cause issues in the binding process.</li>
<li>The goal is to make binding generation repeatable and provide patterns and examples for popular libraries to simplify the process for developers. Swift interop with .NET is being actively worked on, making it easier to generate bindings and interop code.</li>
<li>Android bindings can be easier than iOS bindings, but Kotlin and generics present challenges.</li>
<li>AndroidX library and dependency management can be complex, but slim bindings can simplify the process.</li>
<li>Binding at the bytecode level in Kotlin can be tricky, but slim bindings provide a workaround.</li>
<li>Community efforts are underway to create and maintain bindings for various libraries and frameworks.</li>
<li>Slim bindings offer a focused and simplified approach to binding native libraries.</li>
</ul>

<h3>People</h3>

<ul>
<li>Hosts: Jon Dick, Allan Ritchie</li>
<li>Audio Engineer: Jim Heath</li>
</ul>

<h3>Chapters</h3>

<ul>
<li>00:00 Introduction and Setting the Stage</li>
<li>02:25 Understanding Slim Bindings</li>
<li>04:15 Working on Firebase Bindings</li>
<li>06:16 Challenges with Package Managers</li>
<li>09:12 Creating Slim Bindings for Complex Controls</li>
<li>11:40 The Difficulty of Updating Full Bindings</li>
<li>14:27 The Value of Slim Bindings</li>
<li>19:06 The Role of Sharpie in Binding Generation</li>
<li>21:14 Making Binding Generation Repeatable</li>
<li>22:42 Avoiding Duplicated Dependencies</li>
<li>24:21 Challenges with Dependency Management</li>
<li>25:17 Dealing with Colliding Dependencies</li>
<li>25:44 Swift Interop with .NET</li>
<li>28:10 Android and Kotlin Bindings</li>
<li>30:23 Challenges with Kotlin and Generics</li>
<li>32:23 AndroidX and Dependency Management</li>
<li>39:12 Binding at the Bytecode Level</li>
<li>46:39 Community Efforts for Bindings</li>
<li>47:26 Upcoming Bindings and Slim Bindings</li>
</ul><p>Links:</p><ul><li><a title="Plugin Firebase" rel="nofollow" href="https://github.com/TobiasBuchholz/Plugin.Firebase">Plugin Firebase</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>In this episode, Jon and Allan discuss the concept of slim bindings and their benefits. They explore the challenges of working with full bindings and the need for a more focused approach. The conversation centers around their experience with creating slim bindings for Firebase and other complex controls. They also touch on the difficulties of updating full bindings and the importance of understanding the API being consumed. The episode concludes with a discussion on the role of Sharpie in binding generation and the challenges of dependency management. In this episode, Jon and Allan discuss the challenges and possibilities of Swift interop with .NET and the ongoing work to make Swift interop possible with .NET. They also delve into the differences between Android and iOS bindings, including the ease of Android bindings and the challenges of Kotlin and generics. They explore the AndroidX library and the complexities of dependency management. The conversation concludes with a discussion on community efforts for bindings and the benefits of slim bindings.</p>

<h3>Takeaways</h3>

<ul>
<li>Slim bindings offer a more focused and simplified approach to working with complex controls and APIs.</li>
<li>Creating slim bindings requires a deep understanding of the API being consumed and the ability to map it to the target language.</li>
<li>Full bindings can be challenging to update, especially when there are major changes between versions of the API.</li>
<li>Dependency management can be complex, and colliding dependencies can cause issues in the binding process.</li>
<li>The goal is to make binding generation repeatable and provide patterns and examples for popular libraries to simplify the process for developers. Swift interop with .NET is being actively worked on, making it easier to generate bindings and interop code.</li>
<li>Android bindings can be easier than iOS bindings, but Kotlin and generics present challenges.</li>
<li>AndroidX library and dependency management can be complex, but slim bindings can simplify the process.</li>
<li>Binding at the bytecode level in Kotlin can be tricky, but slim bindings provide a workaround.</li>
<li>Community efforts are underway to create and maintain bindings for various libraries and frameworks.</li>
<li>Slim bindings offer a focused and simplified approach to binding native libraries.</li>
</ul>

<h3>People</h3>

<ul>
<li>Hosts: Jon Dick, Allan Ritchie</li>
<li>Audio Engineer: Jim Heath</li>
</ul>

<h3>Chapters</h3>

<ul>
<li>00:00 Introduction and Setting the Stage</li>
<li>02:25 Understanding Slim Bindings</li>
<li>04:15 Working on Firebase Bindings</li>
<li>06:16 Challenges with Package Managers</li>
<li>09:12 Creating Slim Bindings for Complex Controls</li>
<li>11:40 The Difficulty of Updating Full Bindings</li>
<li>14:27 The Value of Slim Bindings</li>
<li>19:06 The Role of Sharpie in Binding Generation</li>
<li>21:14 Making Binding Generation Repeatable</li>
<li>22:42 Avoiding Duplicated Dependencies</li>
<li>24:21 Challenges with Dependency Management</li>
<li>25:17 Dealing with Colliding Dependencies</li>
<li>25:44 Swift Interop with .NET</li>
<li>28:10 Android and Kotlin Bindings</li>
<li>30:23 Challenges with Kotlin and Generics</li>
<li>32:23 AndroidX and Dependency Management</li>
<li>39:12 Binding at the Bytecode Level</li>
<li>46:39 Community Efforts for Bindings</li>
<li>47:26 Upcoming Bindings and Slim Bindings</li>
</ul><p>Links:</p><ul><li><a title="Plugin Firebase" rel="nofollow" href="https://github.com/TobiasBuchholz/Plugin.Firebase">Plugin Firebase</a></li></ul>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
