Category Archives: Essentials

Speaking at DevIntersections Spring 2018

For more info… click here

Posted in Essentials | Comments Off on Speaking at DevIntersections Spring 2018

Building A Generic SQLite Repository

In a recent project, I found myself needing multiple, seemingly unrelated databases.  It was crazy to copy and paste the code for such basic operations as getting all the data, etc., so the obvious alternative was a generic repository, and … Continue reading

Posted in C#, Data, Essentials, Xamarin | Tagged , , | Comments Off on Building A Generic SQLite Repository

Getting a PDF from a remote host to a Xamarin.Forms Application

It is fairly easy to display a PDF file that is local to your phone.  For example, see this article from Xamarin.com. A bit trickier is to get a PDF from a server and then to display it.  Here’s how … Continue reading

Posted in Essentials, Xamarin | Tagged , | Comments Off on Getting a PDF from a remote host to a Xamarin.Forms Application

I’m speaking At DevIntersections. Get $50 off…

Click image, or click here

Posted in Essentials | Comments Off on I’m speaking At DevIntersections. Get $50 off…

Your First Mobile Application With Xamarin.Forms – a new Pluralsight Course

Pleased and proud to announce my latest Pluralsight Course…    

Posted in Essentials | 2 Comments

Learning Xamarin.Forms – Part 5: ListView

In Part 4 of this series we created a new Master/Detail project.  In this part, we’re going to zero in on one view on one page… but what a view it is! This series is based on my  Pluralsight Course: Building Your … Continue reading

Posted in Essentials, Xamarin, XAML | Tagged , | 2 Comments

Azure For Developers – Part 3: Deploying from Visual Studio

This is part 3 of an ongoing series on Azure for Developers, based on a set of forthcoming videos from LinkedIn Learning In Part 2 of this series, we looked at creating an application in the Azure Portal.  More common is to … Continue reading

Posted in Azure, Essentials | Comments Off on Azure For Developers – Part 3: Deploying from Visual Studio

Azure For Developers – Part 2: Your First App Service

This is part 2 of an ongoing series on Azure for Developers, based on a set of forthcoming videos from LinkedIn Learning In Part 1 of this series, we began to look at some of the ways to “chunk” the … Continue reading

Posted in Essentials | Comments Off on Azure For Developers – Part 2: Your First App Service

Learning Xamarin.Forms – Part 4: Layout and Views

This series begins with an overview here This series is based on my Pluralsight Course: Building Your First Mobile Application with Xamarin.Forms and Visual Studio 2017 Layout Xamarin.Forms has a number of “Layout” controls that can contain other controls (views) and help … Continue reading

Posted in Essentials | 1 Comment

Azure For Developers – Part 1: Scratching the Surface

This is part 1 of an ongoing series on Azure for Developers, based on a set of forthcoming videos from LinkedIn Learning. Azure is big… …really big.  There is so much to it, that getting started can be totally daunting. … Continue reading

Posted in Azure, Essentials | Tagged | 2 Comments

Learning Xamarin.Forms – Part 3: Navigation

This series begins with an overview here In Part 2 we considered MVVM This series is based on my Pluralsight Course: Building Your First Mobile Application with Xamarin.Forms and Visual Studio 2017 Navigation Just about any serious mobile application will have … Continue reading

Posted in Essentials, Xamarin | Tagged , | 1 Comment

Learning Xamarin.Forms – Part 2: MVVM

I think many would argue that discussing MVVM is premature in part 2 of a discussion on Xamarin.Forms.  My counter argument is that it is important to start out with best practices, and MVVM is the pattern of choice for … Continue reading

Posted in Essentials, Xamarin | Tagged , | 1 Comment