Category Archives: Programming

David Ortinau on .NET MAUI

David Ortinau, Program Manager .NET and voice of .NET MAUI discusses MAUI as a platform, Blazor Hybrid, Community Toolkits, as well as what’s on the road map for .NET MAUI.

Posted in .NET MAUI, Blazor Hybrid, Microsoft, Podcast, Programming | Tagged | Leave a comment

Learning .NET MAUI – Part 3

Our app will spring to life in AppShell.xaml. We’ll be putting a few additional things there, but key for now is the ShellContent element As you can see there are three attributes: the Title, the ContentTemplate and the Route. The … Continue reading

Posted in .NET MAUI, C#, Essentials, Maui, Programming | Tagged | Leave a 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 | Comments Off on I’m Back! With Xamarin.Forms Programming

Learn to Program (From Scratch!)

John Papa and I have just released our new Play by Play on Learning To Program.   If you know of someone who has wanted to learn to code but didn’t know where to start, this might be a great option.

Posted in Essentials, Learning, Programming | 4 Comments

Yet Another Podcast #181 – Matthew Robbins on MFractor

Matthew Robbins is a Xamarin and Microsoft MVP and he is the creator of MFractor, a mobile-first utility for Visual Studio Mac. Our site: https://www.mfractor.com/ Documentation: http://docs.mfractor.com/ Localisation Tooling Blog: https://www.mfractor.com/blogs/learn/localising-your-xamarin-forms-apps Notice: Yet Another Podcast listeners can use the following discount code for 10% … Continue reading

Posted in Podcast, Product Reviews, Programming, Recommendations, Tools and Utilities, Xamarin | Tagged | Comments Off on Yet Another Podcast #181 – Matthew Robbins on MFractor

C# 7 First Look

Very proud to announce the release of my newest Pluralsight course:  C# 7 First Look.

Posted in C#, Pluralsight, Programming | 2 Comments

File Persistence in Xamarin.Forms Apps

The goal is to persist data to a file.  You might do this for any number of reasons, including storing away user-preferences or, in this case, storing away data to protect you from a crash. In this simple application we … Continue reading

Posted in Essentials, Patterns & Skills, Programming, Xamarin | 1 Comment

Reactive

Many web programmers, especially Angular programmers are turning their attention to Reactive programming.  While I don’t know of any books on ReactiveJS (yet) I can shamelessly mention that I do have a book on Reactive Extensions and LINQ.   NB: … Continue reading

Posted in AngularJS, JavaScript, Linq, Programming, Reactive | Tagged | 2 Comments

Yet Another Podcast #129–Paul Betts

Paul Betts is my co-author of Programming Reactive Extensions and LINQ and one of the smartest people I’ve ever met.  He now works at GitHub, and lately has been writing about Xamarin and using Reactive UI as an MVVM framework. … Continue reading

Posted in Git, MVVM, Programming, Reactive | Tagged | 6 Comments

Programming Style–Kendo & jQuery

Which of the following do you prefer? Which is easier to read? Which is easier to write? Which is easier to maintain?   var dataItem = this.target().closest(“.k-grid”).data(“kendoGrid”).dataSource.getByUid(this.target().closest(“tr”).data(“uid”)); Or… var dataItem = this.target() .closest(“.k-grid”) .data(“kendoGrid”) .dataSource .getByUid(this.target().closest(“tr”).data(“uid”)); Or… var grid = … Continue reading

Posted in JavaScript, Kendo, Languages, Opinion, Programming | Tagged | 4 Comments

A Baker’s Dozen on Web Applications

I am in the middle of unrolling on Pluralsight,  a complete entry-level program in  developing Web Applications, with a focus on free and open-source software. At its heart are these courses: Getting Started With ASP.NET MVC, ServiceStack and Bootstrap Building … Continue reading

Posted in AngularJS, ASP.NET, Community, CSS3, Essentials, HTML5, JavaScript, Kendo, Learning, MVC, MVVM, News, One ASP.NET, Patterns & Skills, Pluralsight, Programming, Tools and Utilities, Training | Tagged | 1 Comment

Yet Another Podcast #112–John Papa & Dan Wahlin on Angular

Dan and John are both Microsoft MVPs and Regional Directors, and they are both brilliant, fascinating and expert on AngularJS.  They are very successful Pluralsight authors, and Dan is the founder of  the Wahlin Group.  John and Dan are Internationally … Continue reading

Posted in AngularJS, JavaScript, Podcast, Programming | Tagged | 4 Comments