Author Archives: Jesse Liberty

About Jesse Liberty

Jesse Liberty has three decades of experience writing and delivering software projects and is the author of 2 dozen books and a couple dozen online courses. His latest book, Building APIs with .NET will be released early in 2025. Liberty is a Senior SW Engineer for CNH and he was a Senior Technical Evangelist for Microsoft, a Distinguished Software Engineer for AT&T, a VP for Information Services for Citibank and a Software Architect for PBS. He is a Microsoft MVP.

Yet Another Podcast #144 Pierce Boggan

This week Pierce Boggan of Xamarin talks about Xamarin for Students Listen | Yet Another Podcast  

Posted in Xamarin | Tagged | 1 Comment

52 Weeks of Xamarin – Week 17

Old joke.  Guy goes to a 24 hour restaurant.  It is closed. “Hey,” he says, “I thought you were open 24 hours.” “Not in a row” So my 52 weeks took a short Chanukah vacation.  But we’re back. I’m launching … Continue reading

Posted in Xamarin | 1 Comment

Newest Pluralsight Course: Xamarin.Forms Custom Controls

Take just 45 minutes to learn how to create custom controls in Xamarin.Forms Very excited to post this to my series of Pluralsight courses on Xamarin.

Posted in Essentials | Comments Off on Newest Pluralsight Course: Xamarin.Forms Custom Controls

Yet Another Podcast #143 – James Montemagno on Xamarin 4

This week James Montemagno of Xamarin talks about Xamarin 4, including Xamarin.Forms 2.0, UI testing, crash reporting, plugins and much more. Blog: http://motzcod.es Twitter: http://twitter.com/jamesmontemagno Plugins: http://github.com/xamarin/plugins Xamarin 4 User Group Parties: https://blog.xamarin.com/xamarin-4-parties-in-december/ Xamarin 4: https://blog.xamarin.com/introducing-xamarin-4/ Listen | Yet Another Podcast  

Posted in Xamarin | Tagged | 1 Comment

52 Weeks of Xamarin: Week 16 – Creating an iOS Application Part 2

Last week we began creating an iOS application.  We covered most of what is required but we did not tackle persistence, which we will do today. This post is based on my Pluralsight course Beginning Mobile Development with Xamarin. We begin … Continue reading

Posted in Xamarin | 4 Comments

Yet Another Podcast #142 – Krystin Stutesman on iOS 9

This week, Krystin Stutesman of Xamarin talks about iOS 9. Xamarin Forms and iOS 9 Getting Started With iOS 9 Listen | Yet Another Podcast  

Posted in Essentials | Tagged | 1 Comment

52 Weeks of Xamarin: Week 15 – Creating an iOS Application Part 1

In the previous two posts in this series, I demonstrated how to create a simple to-do list using Xamarin.Forms.  In this and the next post, I’ll show how to create pretty much the same program for iOS using Xamarin native code. … Continue reading

Posted in Essentials, XAML | 1 Comment

52 Weeks of Xamarin: Week 14 – Thrice (part 2)

In the previous posting I started a new project in Xamarin.Forms that I will reproduce in iOS and Android in coming posts. Today, we’ll take a look at the second page in the Xamarin.Forms version: ListTasksPage. This lists the tasks that … Continue reading

Posted in Xamarin | 1 Comment

Bayesian Probability

[Originally posted Oct. 12, 2009] Spent the early hours of this morning reading a great blog post by Jeff Atwoodwhich makes reference to a Elizer S. Yudkowsky’s Intuitive Explanationof Bayesian Probability. The timing was good as I had just finished the … Continue reading

Posted in Essentials | Comments Off on Bayesian Probability

New Pluralsight Course: Testing Xamarin Apps

Posted in Xamarin | Comments Off on New Pluralsight Course: Testing Xamarin Apps

52 Weeks of Xamarin: Week 13 – Writing It Thrice

In this and a number of following posts, I’ll build the same program three times: once in Xamarin.Forms, once in iOS and once in Android.   This is directly based on my Pluralsight course, Beginning Mobile Development with Xamarin To … Continue reading

Posted in Essentials, Xamarin | 1 Comment

52 Weeks of Xamarin: Week 12 – Advanced Customized Controls

Last week we looked at a simple example of customizing a control and creating a custom renderer.  This week we go a bit deeper.  Our goal is to give a BoxView a border, and to adjust that border dynamically. [ … Continue reading

Posted in Xamarin | 1 Comment