Search
Welcome
-
Latest Courses
Visual Studio Mac
Click for video
Learn to Program
Click for videoC# 7 First Look
Click for Video
Your First Mobile Application With Xamarin.Forms
Click for Video Presentations
Archives
Tags
Ajax Angular Animation ASP.Net BestPractices Blend C# C# 8 Community Competency convert Data FullStack GetStarted HVP i2WTutorial JavaScript JSON Mac migrate Mini-Tutorial Observations Open Source Opinion Patterns Pluralsight Presentations Reactive Reactive Programming ReactiveUI Review Tips Tools Video VSM WebSvc Windows Phone WindowsPhone wp7Tutorial WPFS Xamarin Xamarin.Forms Xaml XML YapCast-
Web hosting by Media Temple
License
JesseLiberty.com by Jesse Liberty is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
Based on a work at JesseLiberty.com.
The opinions expressed here do not necessarily reflect those of my employers, publishers or anyone else; void where prohibited, your mileage may vary, not valid in Sector C.
Category Archives: Essentials
Shawn Wildermuth
Shawn Wildermuth has been tinkering with computers and software since he got a Vic-20 back in the early ‘80s. As a Microsoft MVP since 2003, he’s also involved with Microsoft as an ASP.NET Insider and ClientDev Insider. You may have … Continue reading
C# 8 Nullable Types
I recently released a two-part course on C# 8. The first part is for beginning programmers. The second part is for intermediate to advanced programmers. This post is the first in a series that focuses on the new features in … Continue reading
C#8 De Principiante a Experto Parte 1
Posted in Essentials
Comments Off on C#8 De Principiante a Experto Parte 1
C# 8 From Novice to Expert – Part 1 Released to Udemy
Part 1 assumes no prior programming experience. Click here
Xamarin.Forms – UI Testing & Customer Engagement
Microsoft’s Sweeky Satpathy. Sweeky is a Senior Software Engineer in MOBCat the Customer Engagement Team, which is part of DevDiv product engineering team responsible for all of Microsoft’s developer focused products and services and represents the voice of the developer … Continue reading
Posted in Essentials, Xamarin
Tagged Xamarin, Xamarin.Forms
Comments Off on Xamarin.Forms – UI Testing & Customer Engagement
Yet Another Podcast: Xamarin.Forms Tools
Microsoft’s Maddy Leger. Program manager for all things Xamarin.Forms Tools, talks about Hot ReLoading and much more Show links: The hot reload private preview sign up page Xamarin dev summit recap blog Hot reload announcement blog
Display A Dialog From The ViewModel
In a previous blog post I discussed the problem of being in your ViewModel yet having to display a dialog to the user. You can’t interact with the page from the ViewModel, but you don’t want the logic of your … Continue reading
Posted in Essentials, Xamarin
Tagged DependencyService, Xamarin, Xamarin.Forms
Comments Off on Display A Dialog From The ViewModel
CodeMash Xamarin.Forms Workshop
The code for the 1/2 day workshop at CodeMash is available here. Thanks.
Posted in Essentials
1 Comment
Happy Holidays to C Programmers
Not sure where I got this, but still like it:
Posted in Essentials
Comments Off on Happy Holidays to C Programmers
Xamarin.Forms Fundamentals: MVVM
In my previous post we started with a blank Xamarin.Forms app and added manual data-binding. That is, when a button was pressed, we assigned the value in an entry control to the text property of a label. Yuck. Today we’ll … Continue reading
Posted in Essentials
3 Comments
Xamarin Fundamentals
In my previous (and first) posting on Learning Xamarin, I demonstrated how to create a pretty cool program out of the box. Let’s back up now, and start with a blank app, and see what we can build from there. … Continue reading
Posted in Essentials
1 Comment
I’m Back! With Xamarin.Forms Programming
It has been a few months since I’ve posted, and I hope you missed me as much as I missed you. To re-launch this blog, I’ve decided to provide a series on Xamarin.Forms programming. If you prefer to learn by … Continue reading
Posted in Essentials, MVVM, Programming, Xamarin, XAML
2 Comments