Author Archives: Jesse Liberty
Covid, False Positives & Bayesian Probability
This is a repost from 2009. It talks about breast cancer, but applies equally well to Covid testing, given the high percentage of false positives (not to mention the more worrisome false negatives). We simply are not wired well for … Continue reading
New site for my writing
I’ve created a site for my non-technical writing. Check it out.
.NET Maui!!!
Check out this lineup of guests David Ortinau James Montemagno Maddy Leger What can I say… an hour of amazing Maui goodness, including: What is Maui? When is Maui? How does it affect Xamarin.Forms?
MonkeyCache step by step
The amazing James Montemagno of Xamarin/Microsoft has done it again. He has created an incredibly simple cache, named MonkeyCache, that you can get up and running very quickly. In this post I will walk through setting up and using the … Continue reading
DataTemplateSelector
Suppose you have a collection of items and you want to display them in a ListView (Xamarin.Forms). The catch is that you want to change the display of each item depending on its state or some other code-based attributes. At … Continue reading
Jon Galloway: VS Mac & More
Jon Galloway. Friend of the show, PM on Visual Studio Mac, amazing guy. Links:https://visualstudio.microsoft.com/vs/mac/https://dotnet.microsoft.com/platform/community/standuphttps://twitch.tv/jongallowayhttps://github.com/SteveSandersonMS/CarChecker
C# 9 Part 3 – Patterns
Jared Parsons – lead of the C# Compiler Team at Microsoft C# 9 Roadmap Jared – LinkedIn Welcome to C# 9
C# 9 – Part 2
Jared Parsons – lead of the C# Compiler Team at Microsoft C# 9 Roadmap Jared – LinkedIn Welcome to C# 9
An Alert From the ViewModel
Quite often we want to send an alert from the view model, but you can only do so from the view. We’ve tackled this problem in the past but we think there is room for a simplified and clear step … Continue reading
Code Snippet – By request
Code Snippets can save you from repetitive (boring) tasks. Visual Studio comes with a great many code snippets, perhaps the most often used is ctor which creates an empty constructor. You can also create your own. Here is one I … Continue reading
Latest Video: Xamarin.Forms
Proud to announce my newest video course: Hands On Xamarin.Forms. Learn Xamarin in 2.5 hours.
What’s Coming in C# 9 Part 1
Jared Parsons – lead of the C# Compiler Team at Microsoft C# 9 Roadmap Jared – LinkedIn