<?xml version="1.0" encoding="UTF-8"?><feed
	xmlns="http://www.w3.org/2005/Atom"
	xmlns:thr="http://purl.org/syndication/thread/1.0"
	xml:lang="en-US"
	xml:base="https://tommyb.com/wp-atom.php"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>
	<title type="text">Tommy Baggett</title>
	<subtitle type="text">Mobile App Developer</subtitle>

	<updated>2018-09-25T01:05:08Z</updated>

	<link rel="alternate" type="text/html" href="https://tommyb.com" />
	<id>https://tommyb.com/feed/atom/</id>
	<link rel="self" type="application/atom+xml" href="https://tommyb.com/feed/atom/" />

	<generator uri="https://wordpress.org/" version="5.6.17">WordPress</generator>
<icon>https://tommyb.com/wp-content/uploads/2016/04/cropped-tommybSiteIcon-32x32.png</icon>
	<entry>
		<author>
			<name>Tommy Baggett</name>
					</author>

		<title type="html"><![CDATA[Episode 2 of &#8220;Byte-Sized Mobile Dev Tips&#8221; is Now Available]]></title>
		<link rel="alternate" type="text/html" href="https://tommyb.com/blog/episode-2-of-byte-sized-mobile-dev-tips-is-now-available/" />

		<id>https://tommyb.com/?p=3199</id>
		<updated>2018-09-25T01:05:08Z</updated>
		<published>2018-09-25T00:59:06Z</published>
		<category scheme="https://tommyb.com" term="Byte-Sized Mobile Dev Tips" /><category scheme="https://tommyb.com" term="Mobile Development" /><category scheme="https://tommyb.com" term="Tutorial Series" /><category scheme="https://tommyb.com" term="Xamarin" />
		<summary type="html"><![CDATA[In the second episode of my latest tutorial series, we explore the Apple Developer Enterprise program and how you can handle in-app updates when self-hosting your organizations in-house iOS, watchOS and tvOS apps. The Apple Developer Enterprise program allows your organization to skip the app submission and approval process and control access to your in-house [&#8230;]]]></summary>

		
					<link rel="replies" type="text/html" href="https://tommyb.com/blog/episode-2-of-byte-sized-mobile-dev-tips-is-now-available/#comments" thr:count="0"/>
			<link rel="replies" type="application/atom+xml" href="https://tommyb.com/blog/episode-2-of-byte-sized-mobile-dev-tips-is-now-available/feed/atom/" thr:count="0"/>
			<thr:total>0</thr:total>
			</entry>
		<entry>
		<author>
			<name>Tommy Baggett</name>
					</author>

		<title type="html"><![CDATA[Introducing the &#8220;Byte-Sized Mobile Dev Tips&#8221; Video Series]]></title>
		<link rel="alternate" type="text/html" href="https://tommyb.com/blog/introducing-the-byte-sized-mobile-dev-tips-video-series/" />

		<id>https://tommyb.com/?p=2360</id>
		<updated>2018-09-11T13:45:15Z</updated>
		<published>2018-09-10T01:44:31Z</published>
		<category scheme="https://tommyb.com" term="Byte-Sized Mobile Dev Tips" /><category scheme="https://tommyb.com" term="Mobile Development" /><category scheme="https://tommyb.com" term="Xamarin" /><category scheme="https://tommyb.com" term="android" /><category scheme="https://tommyb.com" term="iOS" /><category scheme="https://tommyb.com" term="xamarin.forms" />
		<summary type="html"><![CDATA[I&#8217;m happy to announce a new video series I&#8217;m making available on YouTube: &#8220;Byte-Sized Mobile Dev Tips.&#8221; In this series, I will share solutions to common problems and needed features that I&#8217;ve run into on different mobile app projects. I hope they will help you to solve them quickly and easily when you need them [&#8230;]]]></summary>

		
					<link rel="replies" type="text/html" href="https://tommyb.com/blog/introducing-the-byte-sized-mobile-dev-tips-video-series/#comments" thr:count="0"/>
			<link rel="replies" type="application/atom+xml" href="https://tommyb.com/blog/introducing-the-byte-sized-mobile-dev-tips-video-series/feed/atom/" thr:count="0"/>
			<thr:total>0</thr:total>
			</entry>
		<entry>
		<author>
			<name>Tommy Baggett</name>
					</author>

		<title type="html"><![CDATA[Customizing ASP.NET Core&#8217;s Route Constraints and Model Binding]]></title>
		<link rel="alternate" type="text/html" href="https://tommyb.com/blog/customizing-asp-net-cores-route-constraints-and-model-binding/" />

		<id>https://tommyb.com/?p=1352</id>
		<updated>2018-09-10T15:15:45Z</updated>
		<published>2017-01-19T02:32:55Z</published>
		<category scheme="https://tommyb.com" term="ASP.NET Core" />
		<summary type="html"><![CDATA[I&#8217;m building a website using ASP.NET Core. The site serves the same content types, but with unique content, for different cities. The site also serves content that isn&#8217;t city-specific, like the site&#8217;s &#8220;About&#8221; and &#8220;Contact&#8221; pages, and its administrative interface. URLs for city-specific content should include the city name for SEO benefits, as seen in [&#8230;]]]></summary>

		
					<link rel="replies" type="text/html" href="https://tommyb.com/blog/customizing-asp-net-cores-route-constraints-and-model-binding/#comments" thr:count="0"/>
			<link rel="replies" type="application/atom+xml" href="https://tommyb.com/blog/customizing-asp-net-cores-route-constraints-and-model-binding/feed/atom/" thr:count="0"/>
			<thr:total>0</thr:total>
			</entry>
		<entry>
		<author>
			<name>Tommy Baggett</name>
					</author>

		<title type="html"><![CDATA[&#8220;dotnet-ef&#8221; Not Found After EF Core 1.1 Update]]></title>
		<link rel="alternate" type="text/html" href="https://tommyb.com/blog/dotnet-ef-not-found-after-ef-core-1-1-update/" />

		<id>https://tommyb.com/?p=1261</id>
		<updated>2018-09-10T18:57:54Z</updated>
		<published>2016-12-02T03:10:33Z</published>
		<category scheme="https://tommyb.com" term=".NET" /><category scheme="https://tommyb.com" term="DotNetCore" /><category scheme="https://tommyb.com" term="EFCore" />
		<summary type="html"><![CDATA[I&#8217;m building a website and API service using ASP.NET Core and EF Core with Visual Studio Code and the .NET Core CLI tooling on a Mac. I decided to try the recent 1.1 releases and ran into an unexpected headache: After updating, I get a No executable found matching command &#8220;dotnet-ef&#8221; result when I attempt to launch any EF core command, i.e., &#8220;dotnet [&#8230;]]]></summary>

		
					<link rel="replies" type="text/html" href="https://tommyb.com/blog/dotnet-ef-not-found-after-ef-core-1-1-update/#comments" thr:count="0"/>
			<link rel="replies" type="application/atom+xml" href="https://tommyb.com/blog/dotnet-ef-not-found-after-ef-core-1-1-update/feed/atom/" thr:count="0"/>
			<thr:total>0</thr:total>
			</entry>
		<entry>
		<author>
			<name>Tommy Baggett</name>
					</author>

		<title type="html"><![CDATA[Xamarin Dev Days coming to Birmingham Sept. 30th]]></title>
		<link rel="alternate" type="text/html" href="https://tommyb.com/blog/xamarin-dev-days-coming-to-birmingham-sept-30th/" />

		<id>https://tommyb.com/?p=1043</id>
		<updated>2018-09-10T18:25:16Z</updated>
		<published>2016-08-26T19:40:20Z</published>
		<category scheme="https://tommyb.com" term=".NET" /><category scheme="https://tommyb.com" term="Mobile Development" /><category scheme="https://tommyb.com" term="Xamarin" /><category scheme="https://tommyb.com" term="android" /><category scheme="https://tommyb.com" term="dev day" /><category scheme="https://tommyb.com" term="event" /><category scheme="https://tommyb.com" term="hands on labs" /><category scheme="https://tommyb.com" term="iOS" /><category scheme="https://tommyb.com" term="training" /><category scheme="https://tommyb.com" term="windows" /><category scheme="https://tommyb.com" term="xamarin" />
		<summary type="html"><![CDATA[Great news for local mobile app developers and anyone interested in becoming one: The Birmingham .NET Meetup organizers have made arrangements to bring Xamarin Dev Days to the Magic City! Xamarin Dev Days were created to give developers the opportunity to learn native mobile development for iOS, Android, and Windows from the ground up. If you’ve been waiting to take the [&#8230;]]]></summary>

		
					<link rel="replies" type="text/html" href="https://tommyb.com/blog/xamarin-dev-days-coming-to-birmingham-sept-30th/#comments" thr:count="0"/>
			<link rel="replies" type="application/atom+xml" href="https://tommyb.com/blog/xamarin-dev-days-coming-to-birmingham-sept-30th/feed/atom/" thr:count="0"/>
			<thr:total>0</thr:total>
			</entry>
		<entry>
		<author>
			<name>Tommy Baggett</name>
					</author>

		<title type="html"><![CDATA[Introducing XFGloss: Visual Gloss for Xamarin.Forms]]></title>
		<link rel="alternate" type="text/html" href="https://tommyb.com/blog/introducing-xfgloss-visual-gloss-for-xamarin-forms/" />

		<id>https://tommyb.com/?p=1014</id>
		<updated>2018-09-10T15:15:45Z</updated>
		<published>2016-08-23T23:02:50Z</published>
		<category scheme="https://tommyb.com" term=".NET" /><category scheme="https://tommyb.com" term="Xamarin" /><category scheme="https://tommyb.com" term=".net" /><category scheme="https://tommyb.com" term="addon" /><category scheme="https://tommyb.com" term="nuget" /><category scheme="https://tommyb.com" term="styling" /><category scheme="https://tommyb.com" term="xamarin" /><category scheme="https://tommyb.com" term="xamarin.forms" />
		<summary type="html"><![CDATA[I&#8217;m happy to announce my new open source project is hitting the streets today! XFGloss is an add-on for Xamarin.Forms projects that adds new properties to the standard XF page and control classes on the Android and iOS platforms. Check out the story behind it or head on over to the GitHub repo or NuGet [&#8230;]]]></summary>

		
					<link rel="replies" type="text/html" href="https://tommyb.com/blog/introducing-xfgloss-visual-gloss-for-xamarin-forms/#comments" thr:count="0"/>
			<link rel="replies" type="application/atom+xml" href="https://tommyb.com/blog/introducing-xfgloss-visual-gloss-for-xamarin-forms/feed/atom/" thr:count="0"/>
			<thr:total>0</thr:total>
			</entry>
		<entry>
		<author>
			<name>Tommy Baggett</name>
					</author>

		<title type="html"><![CDATA[{dev = data} DAY Birmingham is THIS SATURDAY!]]></title>
		<link rel="alternate" type="text/html" href="https://tommyb.com/blog/dev-data-day-birmingham-2016-is-this-saturday/" />

		<id>https://tommyb.com/?p=997</id>
		<updated>2018-09-10T15:15:45Z</updated>
		<published>2016-08-18T14:32:43Z</published>
		<category scheme="https://tommyb.com" term=".NET" /><category scheme="https://tommyb.com" term="Xamarin" />
		<summary type="html"><![CDATA[Come out and enjoy a new free code camp style training event with a focus on Microsoft technologies Saturday, August 20, 2016 at Samford University. There are 25 sessions, all related to .NET development, SQL Server, PowerShell and Professional Development. I will be presenting .NET Everywhere: Building C# Apps for Phones, Tablets and TVs. We&#8217;ll [&#8230;]]]></summary>

		
					<link rel="replies" type="text/html" href="https://tommyb.com/blog/dev-data-day-birmingham-2016-is-this-saturday/#comments" thr:count="0"/>
			<link rel="replies" type="application/atom+xml" href="https://tommyb.com/blog/dev-data-day-birmingham-2016-is-this-saturday/feed/atom/" thr:count="0"/>
			<thr:total>0</thr:total>
			</entry>
		<entry>
		<author>
			<name>Tommy Baggett</name>
					</author>

		<title type="html"><![CDATA[&#8220;Memory Management in Xamarin Apps&#8221; Series, Part Five]]></title>
		<link rel="alternate" type="text/html" href="https://tommyb.com/blog/memory-management-in-xamarin-apps-series-part-five/" />

		<id>https://tommyb.com/?p=768</id>
		<updated>2018-09-10T15:15:45Z</updated>
		<published>2016-04-24T15:00:04Z</published>
		<category scheme="https://tommyb.com" term="Memory Management in Xamarin Apps" /><category scheme="https://tommyb.com" term="Xamarin" /><category scheme="https://tommyb.com" term="garbage_collection" /><category scheme="https://tommyb.com" term="iOS" /><category scheme="https://tommyb.com" term="memory_management" /><category scheme="https://tommyb.com" term="profiling" /><category scheme="https://tommyb.com" term="xamarin" />
		<summary type="html"><![CDATA[In the final part of this series, I conclude with the results seen when profiling the XNotes app again after I implemented the recommendations I&#8217;ve presented. NOTE: Just a quick reminder that the presentation this series is based on was created in September, 2013. Things have improved since then. I will occasionally add notes with updates when [&#8230;]]]></summary>

		
					<link rel="replies" type="text/html" href="https://tommyb.com/blog/memory-management-in-xamarin-apps-series-part-five/#comments" thr:count="0"/>
			<link rel="replies" type="application/atom+xml" href="https://tommyb.com/blog/memory-management-in-xamarin-apps-series-part-five/feed/atom/" thr:count="0"/>
			<thr:total>0</thr:total>
			</entry>
		<entry>
		<author>
			<name>Tommy Baggett</name>
					</author>

		<title type="html"><![CDATA[&#8220;Memory Management in Xamarin Apps&#8221; Series, Part Four]]></title>
		<link rel="alternate" type="text/html" href="https://tommyb.com/blog/memory-management-in-xamarin-apps-series-part-four/" />

		<id>https://tommyb.com/?p=756</id>
		<updated>2018-09-10T15:15:45Z</updated>
		<published>2016-04-24T14:30:26Z</published>
		<category scheme="https://tommyb.com" term="Memory Management in Xamarin Apps" /><category scheme="https://tommyb.com" term="Xamarin" /><category scheme="https://tommyb.com" term="garbage_collection" /><category scheme="https://tommyb.com" term="iOS" /><category scheme="https://tommyb.com" term="memory_management" /><category scheme="https://tommyb.com" term="profiling" /><category scheme="https://tommyb.com" term="xamarin" />
		<summary type="html"><![CDATA[In part 4, I describe the best practices for memory management in Xamarin apps that I concluded after a lot of searching the internet and applying them to my app. NOTE: Just a quick reminder that the presentation this series is based on was created in September, 2013. Things have improved since then. I will occasionally [&#8230;]]]></summary>

		
					<link rel="replies" type="text/html" href="https://tommyb.com/blog/memory-management-in-xamarin-apps-series-part-four/#comments" thr:count="3"/>
			<link rel="replies" type="application/atom+xml" href="https://tommyb.com/blog/memory-management-in-xamarin-apps-series-part-four/feed/atom/" thr:count="3"/>
			<thr:total>3</thr:total>
			</entry>
		<entry>
		<author>
			<name>Tommy Baggett</name>
					</author>

		<title type="html"><![CDATA[&#8220;Memory Management in Xamarin Apps&#8221; Series, Part Three]]></title>
		<link rel="alternate" type="text/html" href="https://tommyb.com/blog/memory-management-in-xamarin-apps-series-part-three/" />

		<id>https://tommyb.com/?p=735</id>
		<updated>2018-09-10T15:15:46Z</updated>
		<published>2016-04-24T14:00:23Z</published>
		<category scheme="https://tommyb.com" term="Memory Management in Xamarin Apps" /><category scheme="https://tommyb.com" term="Xamarin" /><category scheme="https://tommyb.com" term="garbage_collection" /><category scheme="https://tommyb.com" term="iOS" /><category scheme="https://tommyb.com" term="memory_management" /><category scheme="https://tommyb.com" term="profiling" /><category scheme="https://tommyb.com" term="xamarin" />
		<summary type="html"><![CDATA[In part 3 of this series, I explain how memory management is handled in the Xamarin world, what I consider to be myths surrounding memory management, and my initial conclusions after investigating the problems. NOTE: Just a quick reminder that the presentation this series is based on was created in September, 2013. Things have improved since [&#8230;]]]></summary>

		
					<link rel="replies" type="text/html" href="https://tommyb.com/blog/memory-management-in-xamarin-apps-series-part-three/#comments" thr:count="0"/>
			<link rel="replies" type="application/atom+xml" href="https://tommyb.com/blog/memory-management-in-xamarin-apps-series-part-three/feed/atom/" thr:count="0"/>
			<thr:total>0</thr:total>
			</entry>
	</feed>
