2020-11-18 azureazure-functions Azure Functions vs WebJobs – Which to choose Compare Azure Functions and WebJobs: key differences in scaling, pricing, triggers, and when to choose one over the other.
2020-11-18 azurelogic-appsmicrosoft-power-automate Which to choose: Logic Apps vs Microsoft Power Automate Compare Azure Logic Apps and Microsoft Power Automate to determine which workflow automation service is best suited for your use case.
2020-11-13 csharpxamarin-forms How to use appsettings.json with Xamarin.Forms Learn how to use appsettings.json configuration files with Xamarin.Forms by embedding the file as a resource and building an IConfiguration object.
2020-11-09 signalrxamarinxamarin-forms Creating a cross-platform chat app using Xamarin Forms and SignalR Build a cross-platform real-time chat app in under 5 minutes using Xamarin Forms for the client and ASP.NET Core SignalR for the backend.
2020-11-06 wordpress How to fix WordPress Missing MySQL extension after MultiPHP upgrade on HostGator Fix the 'Missing MySQL extension' WordPress error after upgrading PHP via the MultiPHP manager on HostGator by removing the obsolete handler from .htaccess.
2020-11-04 csharpsignalrxamarin-forms How to publicly expose your local SignalR service for consumption by mobile clients using ngrok Use ngrok to publicly expose your local SignalR service so mobile clients can connect without network configuration or SSL workarounds.
2020-08-07 technology What is the difference between a MegaByte (MB) and a MebiByte (MiB)? Learn the difference between megabytes (MB) and mebibytes (MiB), why 1 MB equals 1000 KB (not 1024), and how different operating systems handle these units.
2020-08-06 streamlabs Polls for Streamlabs – interact with your viewers Learn how to set up and use Streamlabs Polls to interact with your viewers in real-time during your stream using chat-based voting.
2020-05-01 csharp C# using var (using declaration) Use C# 8 `using var` declarations to dispose IDisposable objects without nested braces. Syntax, scope rules, and when to prefer `using` blocks instead.
2020-04-05 csharp C# 8.0 Null-coalescing assignment ??= Learn how the C# 8.0 null-coalescing assignment operator (??=) works, with practical examples including caching and conditional assignment.